refactor(api_models): rename Card struct for payouts to avoid overrides in auto generated open API spec (#4861)

This commit is contained in:
Kashif
2024-06-04 16:22:47 +05:30
committed by GitHub
parent 0ac20d24df
commit 7f75f941c1
5 changed files with 87 additions and 15 deletions

View File

@ -440,7 +440,7 @@ Never share your secret api keys. Keep them guarded and secure.
api_models::payments::GiftCardData,
api_models::payments::GiftCardDetails,
api_models::payments::Address,
api_models::payouts::Card,
api_models::payouts::CardPayout,
api_models::payouts::Wallet,
api_models::payouts::Paypal,
api_models::payouts::Venmo,