feat(connector): add template code for stripebilling (#7228)

Co-authored-by: Nishanth Challa <nishanth.challa@Nishanth-Challa-C0WGKCFHLF.local>
Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com>
This commit is contained in:
CHALLA NISHANTH BABU
2025-03-03 15:04:51 +05:30
committed by GitHub
parent 44eec7a994
commit af8778e009
24 changed files with 1321 additions and 5 deletions

View File

@ -467,6 +467,7 @@ default_imp_for_connector_request_id!(
connector::Square,
connector::Stax,
connector::Stripe,
connector::Stripebilling,
connector::Taxjar,
connector::Threedsecureio,
connector::Trustpay,
@ -1427,6 +1428,7 @@ default_imp_for_fraud_check!(
connector::Square,
connector::Stax,
connector::Stripe,
connector::Stripebilling,
connector::Taxjar,
connector::Threedsecureio,
connector::Trustpay,
@ -1965,6 +1967,7 @@ default_imp_for_connector_authentication!(
connector::Square,
connector::Stax,
connector::Stripe,
connector::Stripebilling,
connector::Taxjar,
connector::Trustpay,
connector::Tsys,