feat(connector): [cryptopay] add new connector cryptopay, authorize, sync, webhook and testcases (#1511)

Co-authored-by: arvindpatel24 <arvind.patel@juspay.in>
This commit is contained in:
Arvind Patel
2023-06-30 14:57:35 +05:30
committed by GitHub
parent 15c2a70b42
commit 7bb0aa5ceb
24 changed files with 872 additions and 15 deletions

View File

@ -599,6 +599,7 @@ pub enum Connector {
Cashtocode,
Checkout,
Coinbase,
Cryptopay,
Cybersource,
Iatapay,
#[cfg(feature = "dummy_connector")]
@ -699,6 +700,7 @@ pub enum RoutableConnectors {
Cashtocode,
Checkout,
Coinbase,
Cryptopay,
Cybersource,
Dlocal,
Fiserv,