refactor(core): updated payments response with payment_method_id & payment_method_status (#3883)

Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com>
This commit is contained in:
Prajjwal Kumar
2024-03-11 13:04:34 +05:30
committed by GitHub
parent 614182ae4c
commit 7391416e24
42 changed files with 277 additions and 65 deletions

View File

@ -1427,6 +1427,7 @@ impl DataModelExt for PaymentAttemptUpdate {
fingerprint_id,
updated_by,
merchant_connector_id: connector_id,
payment_method_id,
external_three_ds_authentication_attempted,
authentication_connector,
authentication_id,
@ -1453,6 +1454,7 @@ impl DataModelExt for PaymentAttemptUpdate {
fingerprint_id,
updated_by,
merchant_connector_id: connector_id,
payment_method_id,
external_three_ds_authentication_attempted,
authentication_connector,
authentication_id,
@ -1720,6 +1722,7 @@ impl DataModelExt for PaymentAttemptUpdate {
fingerprint_id,
updated_by,
merchant_connector_id: connector_id,
payment_method_id,
external_three_ds_authentication_attempted,
authentication_connector,
authentication_id,
@ -1746,6 +1749,7 @@ impl DataModelExt for PaymentAttemptUpdate {
fingerprint_id,
updated_by,
merchant_connector_id: connector_id,
payment_method_id,
external_three_ds_authentication_attempted,
authentication_connector,
authentication_id,