mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-11-02 12:06:56 +08:00
feat(core): api ,domain and diesel model changes for extended authorization (#6607)
Co-authored-by: Gnanasundari24 <118818938+Gnanasundari24@users.noreply.github.com> Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com>
This commit is contained in:
@ -208,6 +208,9 @@ impl PaymentAttemptInterface for MockDb {
|
||||
organization_id: payment_attempt.organization_id,
|
||||
profile_id: payment_attempt.profile_id,
|
||||
connector_mandate_detail: payment_attempt.connector_mandate_detail,
|
||||
request_extended_authorization: payment_attempt.request_extended_authorization,
|
||||
extended_authorization_applied: payment_attempt.extended_authorization_applied,
|
||||
capture_before: payment_attempt.capture_before,
|
||||
card_discovery: payment_attempt.card_discovery,
|
||||
charges: None,
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user