mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-10-31 01:57:45 +08:00
feat(payment_methods): Add default payment method column in customers table and last used column in payment_methods table (#3790)
Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com>
This commit is contained in:
@ -297,6 +297,7 @@ async fn store_bank_details_in_payment_methods(
|
||||
.find_payment_method_by_customer_id_merchant_id_list(
|
||||
&customer_id,
|
||||
&merchant_account.merchant_id,
|
||||
None,
|
||||
)
|
||||
.await
|
||||
.change_context(ApiErrorResponse::InternalServerError)?;
|
||||
|
||||
Reference in New Issue
Block a user