Skip to content

Commit

Permalink
Fix contract tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Zales0123 committed Jul 29, 2024
1 parent b2ee511 commit 66cef34
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 14 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/contract_tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ on:
schedule:
- cron: "0 1 * * *" # Run at 1am every Saturday
workflow_dispatch: ~
push:
paths:
- "tests/Contract/"
pull_request:
paths:
- "tests/Contract/"
Expand Down
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": "POSTFINANCEPAY",
"Currencies": [
"CHF"
],
"LogoUrl": "https://test.saferpay.com/static/logo/postfinancepay.svg?v=@number@"
}
],
"Wallets": []
Expand Down

0 comments on commit 66cef34

Please sign in to comment.