|
@@ -990,7 +990,7 @@ class NewDiscountController extends BaseController
|
|
|
int payPlatform = paymentWay.payPlatform;
|
|
int payPlatform = paymentWay.payPlatform;
|
|
|
int payMethod = paymentWay.payMethod;
|
|
int payMethod = paymentWay.payMethod;
|
|
|
// var code = await storeRepository.resume(payPlatform, payMethod, receiptData);
|
|
// var code = await storeRepository.resume(payPlatform, payMethod, receiptData);
|
|
|
- storeRepository.resume(payPlatform, payMethod, receiptData).then((data) {
|
|
|
|
|
|
|
+ storeRepository.subscribeResume(payPlatform, payMethod, receiptData).then((data) {
|
|
|
CustomLoadingDialog.hide();
|
|
CustomLoadingDialog.hide();
|
|
|
ToastUtil.show("Restore success");
|
|
ToastUtil.show("Restore success");
|
|
|
accountRepository.getUserInfo();
|
|
accountRepository.getUserInfo();
|