mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-11-03 05:17:02 +08:00
feat(core): addition of shipping address details in payment intent (#5112)
Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com> Co-authored-by: Sampras Lopes <Sampras.lopes@juspay.in>
This commit is contained in:
@ -228,6 +228,7 @@ pub async fn generate_sample_data(
|
||||
customer_details: None,
|
||||
billing_details: None,
|
||||
merchant_order_reference_id: Default::default(),
|
||||
shipping_details: None,
|
||||
};
|
||||
let payment_attempt = PaymentAttemptBatchNew {
|
||||
attempt_id: attempt_id.clone(),
|
||||
|
||||
Reference in New Issue
Block a user