Skip to content

Commit

Permalink
Add DirectPayIn.preferred_card_network to match documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
pmourlanne committed Sep 2, 2024
1 parent 137ee1f commit 2f1dc03
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 @@ -801,6 +801,7 @@ class DirectPayIn(PayIn):
shipping = ShippingField(api_name='Shipping')
requested_3ds_version = CharField(api_name='Requested3DSVersion')
applied_3ds_version = CharField(api_name='Applied3DSVersion')
preferred_card_network = CharField(api_name='PreferredCardNetwork')
card_info = CardInfoField(api_name='CardInfo')
payment_category = CharField(api_name='PaymentCategory')

Expand Down

0 comments on commit 2f1dc03

Please sign in to comment.