Skip to content

Commit

Permalink
Merge branch 'release-week-01-paypal-fix' into release-week-01
Browse files Browse the repository at this point in the history
  • Loading branch information
michielgerritsen committed Jan 15, 2024
2 parents 5d8a155 + 01321c8 commit 8ce5a1e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/templates/e2e/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM cypress/included:12.1.0
FROM cypress/included:13.6.2

WORKDIR /e2e

Expand Down
2 changes: 1 addition & 1 deletion Test/End-2-end/cypress.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ module.exports = defineConfig({

const query = `
query {
molliePaymentMethods(input:{amount:100, currency:null}) {
molliePaymentMethods(input:{amount:50, currency:"EUR"}) {
methods {
code
image
Expand Down

0 comments on commit 8ce5a1e

Please sign in to comment.