Browse Source

update alipay

warrior 2 weeks ago
parent
commit
789ebacd10

+ 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();