tomoya 1 week ago
parent
commit
a9f08a0349
1 changed files with 1 additions and 1 deletions
  1. 1 1
      backend/app/app/api/api_v1/endpoints/simplepayment.py

+ 1 - 1
backend/app/app/api/api_v1/endpoints/simplepayment.py

@@ -156,7 +156,7 @@ def ecpay_payment(
     MerchantTradeNo = datetime.now().strftime("%Y%m%d%H%M%SNO")+randomNumber
     remark = {'MerchantTradeNo':MerchantTradeNo}
     remark_string = json.dumps(remark, ensure_ascii=False)
-    simplay = crud.simplepay.create_with_payment_data(db, 
+    simplepay = crud.simplepay.create_with_payment_data(db, 
                                                 obj_in=user_data, 
                                                 epayment='ecpay',
                                                 remark=remark_string)