mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-11-02 12:06:56 +08:00
feat(core): Add Support for Payments Dynamic Tax Calculation Based on Shipping Address (#5619)
Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com>
This commit is contained in:
@ -248,6 +248,8 @@ pub async fn generate_sample_data(
|
||||
shipping_details: None,
|
||||
is_payment_processor_token_flow: None,
|
||||
organization_id: org_id.clone(),
|
||||
shipping_cost: None,
|
||||
tax_details: None,
|
||||
};
|
||||
let payment_attempt = PaymentAttemptBatchNew {
|
||||
attempt_id: attempt_id.clone(),
|
||||
|
||||
Reference in New Issue
Block a user