mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-11-03 05:17:02 +08:00
feat(core): billing_details inclusion in Payment Intent (#5090)
Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com>
This commit is contained in:
@ -226,6 +226,7 @@ pub async fn generate_sample_data(
|
||||
charges: None,
|
||||
frm_metadata: Default::default(),
|
||||
customer_details: None,
|
||||
billing_details: None,
|
||||
merchant_order_reference_id: Default::default(),
|
||||
};
|
||||
let payment_attempt = PaymentAttemptBatchNew {
|
||||
|
||||
Reference in New Issue
Block a user