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