mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-11-02 04:04:43 +08:00
feat(core): Add a new endpoint for Complete Authorize flow (#4686)
Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com>
This commit is contained in:
@ -1162,6 +1162,11 @@ impl DataModelExt for PaymentIntentUpdate {
|
||||
} => DieselPaymentIntentUpdate::AuthorizationCountUpdate {
|
||||
authorization_count,
|
||||
},
|
||||
Self::CompleteAuthorizeUpdate {
|
||||
shipping_address_id,
|
||||
} => DieselPaymentIntentUpdate::CompleteAuthorizeUpdate {
|
||||
shipping_address_id,
|
||||
},
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user