feat(connector): [Square] Implement Card Payments for Square (#1902)

This commit is contained in:
DEEPANSHU BANSAL
2023-08-31 17:09:16 +05:30
committed by GitHub
parent ab85617935
commit c9fe389b2c
21 changed files with 1043 additions and 226 deletions

View File

@ -108,7 +108,7 @@ pub enum Connector {
Powertranz,
Rapyd,
Shift4,
// Square, added as template code for future usage,
Square,
Stax,
Stripe,
Trustpay,
@ -223,7 +223,7 @@ pub enum RoutableConnectors {
Powertranz,
Rapyd,
Shift4,
//Square, added as template code for future usage
Square,
Stax,
Stripe,
Trustpay,