feat: payment processor token for recurring payments (#5508)

Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com>
This commit is contained in:
Prajjwal Kumar
2024-08-08 19:39:46 +05:30
committed by GitHub
parent 9dda292ca2
commit 0cbbc92a43
17 changed files with 211 additions and 28 deletions

View File

@ -251,6 +251,7 @@ pub async fn generate_sample_data(
billing_details: None,
merchant_order_reference_id: Default::default(),
shipping_details: None,
is_payment_processor_token_flow: None,
};
let payment_attempt = PaymentAttemptBatchNew {
attempt_id: attempt_id.clone(),