feat(payment_methods): store connector_mandate_details in PaymentMethods table (#3907)

Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com>
This commit is contained in:
Amisha Prabhat
2024-03-06 18:04:57 +05:30
committed by GitHub
parent 2db39e8bb9
commit d220e815dc
4 changed files with 67 additions and 4 deletions

View File

@ -385,6 +385,7 @@ pub async fn save_payout_data_to_locker(
None,
card_details_encrypted,
key_store,
None,
)
.await?;