Feat(connector): [AMAZON PAY] Added Template code (#6486)

Co-authored-by: Anurag Singh <anurag.singh.001@AnuragSMHJ5619X.lan>
This commit is contained in:
Anurag
2024-11-08 15:40:45 +05:30
committed by GitHub
parent 529f1a76be
commit fe4931a37e
25 changed files with 1322 additions and 21 deletions

View File

@ -54,6 +54,7 @@ pub enum Connector {
Aci,
Adyen,
Airwallex,
// Amazonpay,
Authorizedotnet,
Bambora,
Bamboraapac,
@ -196,6 +197,7 @@ impl Connector {
| Self::Adyen
| Self::Adyenplatform
| Self::Airwallex
// | Self::Amazonpay
| Self::Authorizedotnet
| Self::Bambora
| Self::Bamboraapac