feat(router): add support for googlepay step up flow (#2744)

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Prasunna Soppa <prasunna.soppa@juspay.in>
Co-authored-by: Prasunna Soppa <70575890+prasunna09@users.noreply.github.com>
Co-authored-by: sai-harsha-vardhan <harsha111hero@gmail.com>
Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com>
This commit is contained in:
Shanks
2024-06-24 19:39:50 +05:30
committed by GitHub
parent b7bf457d0c
commit ff84d78c65
16 changed files with 149 additions and 5 deletions

View File

@ -1650,6 +1650,7 @@ impl DataModelExt for PaymentAttemptUpdate {
unified_message,
connector_transaction_id,
payment_method_data,
authentication_type,
} => DieselPaymentAttemptUpdate::ErrorUpdate {
connector,
status,
@ -1663,6 +1664,7 @@ impl DataModelExt for PaymentAttemptUpdate {
unified_message,
connector_transaction_id,
payment_method_data,
authentication_type,
},
Self::CaptureUpdate {
multiple_capture_count,
@ -1981,6 +1983,7 @@ impl DataModelExt for PaymentAttemptUpdate {
unified_message,
connector_transaction_id,
payment_method_data,
authentication_type,
} => Self::ErrorUpdate {
connector,
status,
@ -1993,6 +1996,7 @@ impl DataModelExt for PaymentAttemptUpdate {
unified_message,
connector_transaction_id,
payment_method_data,
authentication_type,
},
DieselPaymentAttemptUpdate::CaptureUpdate {
amount_to_capture,