Skip to content

Commit

Permalink
added missing 'SecureModeRedirectURL' param to GooglePayDirectPayIn
Browse files Browse the repository at this point in the history
  • Loading branch information
Iulian Masar committed Jul 24, 2024
1 parent 4f5216d commit 7e875e4
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 7e875e4

Please sign in to comment.