feat(core): implemented platform merchant account (#6882)

Co-authored-by: Narayanbhat166 <narayan.bhat@juspay.in>
This commit is contained in:
Rachit Naithani
2024-12-23 18:23:22 +05:30
committed by GitHub
parent d4b3dbc155
commit 95fcf2a44b
64 changed files with 595 additions and 16 deletions

View File

@ -275,6 +275,7 @@ pub async fn generate_sample_data(
tax_details: None,
skip_external_tax_calculation: None,
psd2_sca_exemption_type: None,
platform_merchant_id: None,
};
let (connector_transaction_id, connector_transaction_data) =
ConnectorTransactionId::form_id_and_data(attempt_id.clone());