瀏覽代碼

update alipay

warrior 2 周之前
父節點
當前提交
789ebacd10
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      projects/live-app/src/app/components/pay-comp/pay-comp.component.ts

+ 1 - 1
projects/live-app/src/app/components/pay-comp/pay-comp.component.ts

@@ -255,7 +255,7 @@ export class PayCompComponent implements OnInit {
         let AccountLog = new Parse.Query('AccountLog');
         AccountLog.equalTo('company', this.accServ.company);
         AccountLog.equalTo('orderNumber', this.tradeNo);
-        AccountLog.equalTo('payType', 'aliPay');
+        AccountLog.equalTo('payType', 'alipay');
         AccountLog.equalTo('isVerified', true);
         let result = await AccountLog.first();
         this.loading?.dismiss();