Skip to content

Commit

Permalink
adjust response contract
Browse files Browse the repository at this point in the history
  • Loading branch information
JakubCzech-pl committed Oct 1, 2024
1 parent 096613b commit c196398
Showing 1 changed file with 7 additions and 14 deletions.
21 changes: 7 additions & 14 deletions tests/Contract/.responses/get_terminal.json
Original file line number Diff line number Diff line change
Expand Up @@ -370,20 +370,6 @@
],
"LogoUrl": "https://test.saferpay.com/static/logo/paypal.svg?v=@number@"
},
{
"PaymentMethod": "POSTFINANCE",
"Currencies": [
"CHF"
],
"LogoUrl": "https://test.saferpay.com/static/logo/postfinance_efinance.png?v=@number@"
},
{
"PaymentMethod": "POSTCARD",
"Currencies": [
"CHF"
],
"LogoUrl": "https://test.saferpay.com/static/logo/postfinance.svg?v=@number@"
},
{
"PaymentMethod": "BANCONTACT",
"Currencies": [
Expand Down Expand Up @@ -470,6 +456,13 @@
"ZAR"
],
"LogoUrl": "https://test.saferpay.com/static/logo/unionpay.svg?v=@number@"
},
{
"PaymentMethod": "POSTFINANCE",
"Currencies": [
"CHF"
],
"LogoUrl": "https://test.saferpay.com/static/logo/postfinance_efinance.png?v=@number@"
}
],
"Wallets": []
Expand Down

0 comments on commit c196398

Please sign in to comment.