feat(connector): [Breadpay]Add support for Breadpay connector (#8676)

Co-authored-by: Chikke Srujan <chikke.srujan@Chikke-Srujan-V9P7D4K9V0.local>
Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com>
This commit is contained in:
chikke srujan
2025-07-24 07:35:52 -07:00
committed by GitHub
parent 5c78abd77e
commit 0d9750cd24
36 changed files with 602 additions and 161 deletions

View File

@ -98,6 +98,7 @@ pub fn validate_payment_method_type_against_payment_method(
| api_enums::PaymentMethodType::PayBright
| api_enums::PaymentMethodType::Atome
| api_enums::PaymentMethodType::Walley
| api_enums::PaymentMethodType::Breadpay
),
api_enums::PaymentMethod::Wallet => matches!(
payment_method_type,