mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-11-02 21:07:58 +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:
@ -274,6 +274,7 @@ pub async fn generate_sample_data(
|
||||
shipping_cost: None,
|
||||
tax_details: None,
|
||||
skip_external_tax_calculation: None,
|
||||
request_extended_authorization: None,
|
||||
psd2_sca_exemption_type: None,
|
||||
platform_merchant_id: None,
|
||||
};
|
||||
@ -361,6 +362,9 @@ pub async fn generate_sample_data(
|
||||
order_tax_amount: None,
|
||||
processor_transaction_data,
|
||||
connector_mandate_detail: None,
|
||||
request_extended_authorization: None,
|
||||
extended_authorization_applied: None,
|
||||
capture_before: None,
|
||||
card_discovery: None,
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user