Skip to content

Commit

Permalink
Merge pull request #192 from JakubCzech-pl/fix/contract-tests-get-ter…
Browse files Browse the repository at this point in the history
…minal

adjust response contract for get terminal
  • Loading branch information
Zales0123 authored Oct 1, 2024
2 parents 096613b + c196398 commit 52ad843
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 52ad843

Please sign in to comment.