mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-10-30 01:27:31 +08:00
feat(core): Add click to pay support in hyperswitch (#6769)
Co-authored-by: sai-harsha-vardhan <harsha111hero@gmail.com> Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com> Co-authored-by: Sai Harsha Vardhan <56996463+sai-harsha-vardhan@users.noreply.github.com>
This commit is contained in:
@ -68,6 +68,7 @@ pub enum Connector {
|
||||
Checkout,
|
||||
Coinbase,
|
||||
Cryptopay,
|
||||
CtpMastercard,
|
||||
Cybersource,
|
||||
Datatrans,
|
||||
Deutschebank,
|
||||
@ -278,6 +279,7 @@ impl Connector {
|
||||
| Self::Threedsecureio
|
||||
| Self::Datatrans
|
||||
| Self::Netcetera
|
||||
| Self::CtpMastercard
|
||||
| Self::Noon
|
||||
| Self::Stripe => false,
|
||||
Self::Checkout | Self::Nmi | Self::Cybersource => true,
|
||||
|
||||
Reference in New Issue
Block a user