接入Luffa钱包
This commit is contained in:
@@ -28,7 +28,7 @@ export class PaymentService {
|
||||
this.flowMap = new Map<PaymentMethod, PaymentFlow>();
|
||||
this.flowMap.set(PaymentMethod.CashPay, new CashInrFlow(this.waitAppResumeIfNeeded.bind(this)));
|
||||
this.flowMap.set(PaymentMethod.Web3, new WebUsdFlow(5000));
|
||||
this.flowMap.set(PaymentMethod.Luffa, new LuffaPayFlow(5000));
|
||||
this.flowMap.set(PaymentMethod.Luffa, new LuffaPayFlow(10000));
|
||||
}
|
||||
|
||||
/** 发起支付:创建订单→打开URL→回到App后开始轮询 */
|
||||
|
||||
Reference in New Issue
Block a user