diff --git a/webapp/services/callback/InAppPurchase.php b/webapp/services/callback/InAppPurchase.php index 28176ce3..e0d5cd30 100644 --- a/webapp/services/callback/InAppPurchase.php +++ b/webapp/services/callback/InAppPurchase.php @@ -133,6 +133,11 @@ class InAppPurchase { LogService::productDiamondCallback(['account_id' => $orderDb['account_id']], $event); $addItemService = new ShopAddItemService(); $addItemService->addItemByAccountId($orderDb['account_id'], $itemId, $itemNum); + myself()->_addLogEx($orderDb['account_id'], 'InAppPurchase', 'ok', + array( + $ordreDb['order_id'], + json_encode($orderDb) + )); } else { myself()->_addLogEx($orderDb['account_id'], 'InAppPurchase', 'error_goods_item_id', array(