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:
Prajjwal Kumar
2024-07-08 15:13:19 +05:30
committed by GitHub
parent 307135366e
commit 2d31d38c1e
16 changed files with 243 additions and 241 deletions

View File

@ -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(),