feat(payment_methods_list): add is_tax_connector_enabled boolean value in payment_methods_list call response (#5707)

Co-authored-by: Sagnik Mitra <sagnik.mitra@sagnikmitra-JNWPH6GQ9R.local>
Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com>
This commit is contained in:
Sagnik Mitra
2024-09-10 13:14:07 +05:30
committed by GitHub
parent 933cef425f
commit 3a5fb532de
17 changed files with 99 additions and 2 deletions

View File

@ -250,6 +250,7 @@ pub async fn generate_sample_data(
organization_id: org_id.clone(),
shipping_cost: None,
tax_details: None,
skip_external_tax_calculation: None,
};
let payment_attempt = PaymentAttemptBatchNew {
attempt_id: attempt_id.clone(),