|
|
@@ -10,7 +10,7 @@ public enum PaymentType {
|
|
|
Alipay("支付宝", false, "WxPaymentMainService", PaymentChannelType.BalancePayment),
|
|
|
UnionFrictionlessPay("银联无感支付", true, "UnionFrictionlessPayMainService", PaymentChannelType.SecretFreePayment),
|
|
|
LakalaFrictionlessPay("拉卡拉快捷支付", true, "", PaymentChannelType.SecretFreePayment),
|
|
|
- UserWallet("个人钱包", false, "WalletMainService", null),
|
|
|
+ UserWallet("个人钱包", false, "WalletMainService", PaymentChannelType.BalancePayment),
|
|
|
QrCode("二维码支付", false, "", null),
|
|
|
WxQrCode("微信付款码支付", false, "", null),
|
|
|
ZfbQrCode("支付宝付款码支付", false, "", null),
|