Skip to content

Commit

Permalink
Minor fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Silviana Ghita committed Dec 21, 2023
1 parent 07b107e commit e03c64e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mangopay/resources.py
Original file line number Diff line number Diff line change
Expand Up @@ -1116,7 +1116,7 @@ class CardPreAuthorizedDepositPayIn(BaseModel):
debited_funds = MoneyField(api_name='DebitedFunds')
credited_funds = MoneyField(api_name='CreditedFunds')
fees = MoneyField(api_name='Fees')
card_info = CardInfoField(api_name='ApiName')
card_info = CardInfoField(api_name='CardInfo')

class Meta:
verbose_name = 'card_preauthorized_deposit_payin'
Expand Down

0 comments on commit e03c64e

Please sign in to comment.