mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-11-03 05:17:02 +08:00
feat(connectors): [Iatapay] add payment methods (#4968)
Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com> Co-authored-by: SamraatBansal <55536657+SamraatBansal@users.noreply.github.com>
This commit is contained in:
@ -1394,8 +1394,10 @@ pub enum PaymentMethodType {
|
||||
Dana,
|
||||
DanamonVa,
|
||||
Debit,
|
||||
DuitNow,
|
||||
Efecty,
|
||||
Eps,
|
||||
Fps,
|
||||
Evoucher,
|
||||
Giropay,
|
||||
Givex,
|
||||
@ -1407,6 +1409,7 @@ pub enum PaymentMethodType {
|
||||
Indomaret,
|
||||
Klarna,
|
||||
KakaoPay,
|
||||
LocalBankRedirect,
|
||||
MandiriVa,
|
||||
Knet,
|
||||
MbWay,
|
||||
@ -1429,6 +1432,7 @@ pub enum PaymentMethodType {
|
||||
Pix,
|
||||
PaySafeCard,
|
||||
Przelewy24,
|
||||
PromptPay,
|
||||
Pse,
|
||||
RedCompra,
|
||||
RedPagos,
|
||||
@ -1442,6 +1446,7 @@ pub enum PaymentMethodType {
|
||||
UpiCollect,
|
||||
UpiIntent,
|
||||
Vipps,
|
||||
VietQr,
|
||||
Venmo,
|
||||
Walley,
|
||||
WeChatPay,
|
||||
@ -1486,6 +1491,7 @@ pub enum PaymentMethod {
|
||||
Crypto,
|
||||
BankDebit,
|
||||
Reward,
|
||||
RealTimePayment,
|
||||
Upi,
|
||||
Voucher,
|
||||
GiftCard,
|
||||
|
||||
Reference in New Issue
Block a user