refactor(payment_methods): revamp payment methods update endpoint (#4305)

Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com>
This commit is contained in:
Chethan Rao
2024-04-16 22:08:47 +05:30
committed by GitHub
parent 4d9909899f
commit 3333bbfe7f
11 changed files with 421 additions and 116 deletions

View File

@ -204,6 +204,7 @@ Never share your secret api keys. Keep them guarded and secure.
api_models::payment_methods::CustomerDefaultPaymentMethodResponse,
api_models::payment_methods::CardDetailFromLocker,
api_models::payment_methods::CardDetail,
api_models::payment_methods::CardDetailUpdate,
api_models::payment_methods::RequestPaymentMethodTypes,
api_models::customers::CustomerResponse,
api_models::admin::AcceptedCountries,