Browse Source

认证交易 参数orderID

linhaohong 1 year ago
parent
commit
0438a7d0ef
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Controller/InAppPurchaseController.py

+ 1 - 1
Controller/InAppPurchaseController.py

@@ -61,7 +61,7 @@ class InAppPurchaseView(View):
         @return: response
         """
         receipt = request_dict.get('receipt', None)
-        order_id = request_dict.get('orderId', None)
+        order_id = request_dict.get('orderID', None)
         uid = request_dict.get('uid', None)
         lang = request_dict.get('lang', 'en')
         channel = request_dict.get('channel', None)