feature(connector): add support for worldpay connector (#272)

This commit is contained in:
Jagan
2023-01-09 12:56:03 +05:30
committed by GitHub
parent 6a0d183e7b
commit 68f92797db
31 changed files with 2198 additions and 104 deletions

View File

@ -497,6 +497,7 @@ pub enum Connector {
Klarna,
Shift4,
Stripe,
Worldpay,
}
impl From<AttemptStatus> for IntentStatus {