Skip to content

Commit

Permalink
Merge pull request #366 from Mangopay/bugfix/googlepay-secure-mode-re…
Browse files Browse the repository at this point in the history
…direct-url

added missing 'SecureModeRedirectURL' param to GooglePayDirectPayIn
  • Loading branch information
iulian03 authored Jul 25, 2024
2 parents 4f5216d + 7e875e4 commit 4faf156
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions mangopay/resources.py
Original file line number Diff line number Diff line change
Expand Up @@ -983,6 +983,7 @@ class GooglePayDirectPayIn(PayIn):
debited_funds = MoneyField(api_name='DebitedFunds', required=True)
fees = MoneyField(api_name='Fees', required=True)
secure_mode_return_url = CharField(api_name='SecureModeReturnURL', required=True)
secure_mode_redirect_url = CharField(api_name='SecureModeRedirectURL')
secure_mode = CharField(api_name='SecureMode',
choices=constants.SECURE_MODE_CHOICES,
default=constants.SECURE_MODE_CHOICES.default)
Expand Down

0 comments on commit 4faf156

Please sign in to comment.