mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-10-27 03:13:56 +08:00
fix(wasm): invalid variant for payout bank transfers (#8765)
This commit is contained in:
@ -123,7 +123,7 @@ pub enum MandateType {
|
||||
pub enum PayoutBankTransferType {
|
||||
Ach,
|
||||
Bacs,
|
||||
Sepa,
|
||||
SepaBankTransfer,
|
||||
}
|
||||
|
||||
#[cfg(feature = "payouts")]
|
||||
|
||||
Reference in New Issue
Block a user