Skip to content

Commit

Permalink
Merge pull request #346 from mollie/bugfix/fix-qr-code-example
Browse files Browse the repository at this point in the history
NTR: Fix create payment qr code example
  • Loading branch information
fjbender committed Jun 21, 2024
2 parents f5464e4 + f7114f6 commit 957b44f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions examples/01-new-payment-using-qrcode.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ def main():
{
"amount": {"currency": "EUR", "value": "120.00"},
"description": "My first API payment",
"method": "ideal", # for the QR code to work, this must be either ideal or bancontact
"webhookUrl": f"{PUBLIC_URL}02-webhook-verification",
"redirectUrl": f"{PUBLIC_URL}03-return-page?my_webshop_id={my_webshop_id}",
"metadata": {"my_webshop_id": str(my_webshop_id)},
Expand Down

0 comments on commit 957b44f

Please sign in to comment.