feat(connector): [billwerk] implement payment and refund flows (#4245)

Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com>
This commit is contained in:
SamraatBansal
2024-04-01 19:33:51 +05:30
committed by GitHub
parent 740749e18a
commit aecf4aeacc
20 changed files with 784 additions and 150 deletions

View File

@ -78,7 +78,7 @@ pub enum Connector {
Authorizedotnet,
Bambora,
Bankofamerica,
// Billwerk, Added as template code for future usage
Billwerk,
Bitpay,
Bluesnap,
Boku,
@ -166,7 +166,7 @@ impl Connector {
| Self::Authorizedotnet
| Self::Bambora
| Self::Bankofamerica
// | Self::Billwerk Added as template code for future usage
| Self::Billwerk
| Self::Bitpay
| Self::Bluesnap
| Self::Boku
@ -223,7 +223,7 @@ impl Connector {
| Self::Authorizedotnet
| Self::Bambora
| Self::Bankofamerica
// | Self::Billwerk Added as template for future usage
| Self::Billwerk
| Self::Bitpay
| Self::Bluesnap
| Self::Boku