feat(connector): Add support for shift4 connector (#205)

This commit is contained in:
Jagan
2022-12-23 22:49:33 +05:30
committed by GitHub
parent 6f62c71ad0
commit a996f0d89b
24 changed files with 1479 additions and 94 deletions

View File

@ -494,6 +494,7 @@ pub enum Connector {
#[default]
Dummy,
Klarna,
Shift4,
Stripe,
}