feat(payments_update): update payment_method_billing in payment update (#4614)

This commit is contained in:
Narayan Bhat
2024-05-13 12:58:57 +05:30
committed by GitHub
parent 41655ba300
commit 2692995617
4 changed files with 28 additions and 13 deletions

View File

@ -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 {