mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-10-28 04:04:55 +08:00
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:
@ -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,
|
||||
|
||||
Reference in New Issue
Block a user