mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-11-01 19:42:27 +08:00
feat(payments_update): update payment_method_billing in payment update (#4614)
This commit is contained in:
@ -1377,6 +1377,7 @@ impl DataModelExt for PaymentAttemptUpdate {
|
||||
surcharge_amount,
|
||||
tax_amount,
|
||||
fingerprint_id,
|
||||
payment_method_billing_address_id,
|
||||
updated_by,
|
||||
} => DieselPaymentAttemptUpdate::Update {
|
||||
amount,
|
||||
@ -1394,6 +1395,7 @@ impl DataModelExt for PaymentAttemptUpdate {
|
||||
surcharge_amount,
|
||||
tax_amount,
|
||||
fingerprint_id,
|
||||
payment_method_billing_address_id,
|
||||
updated_by,
|
||||
},
|
||||
Self::UpdateTrackers {
|
||||
@ -1697,6 +1699,7 @@ impl DataModelExt for PaymentAttemptUpdate {
|
||||
tax_amount,
|
||||
fingerprint_id,
|
||||
updated_by,
|
||||
payment_method_billing_address_id,
|
||||
} => Self::Update {
|
||||
amount,
|
||||
currency,
|
||||
@ -1713,6 +1716,7 @@ impl DataModelExt for PaymentAttemptUpdate {
|
||||
surcharge_amount,
|
||||
tax_amount,
|
||||
fingerprint_id,
|
||||
payment_method_billing_address_id,
|
||||
updated_by,
|
||||
},
|
||||
DieselPaymentAttemptUpdate::UpdateTrackers {
|
||||
|
||||
Reference in New Issue
Block a user