Commit e63e05c0 authored by Anthony.Suerte's avatar Anthony.Suerte

CCD Solution [IP Address Indication]

parent 1d2a781f
...@@ -181,6 +181,7 @@ class APNWebHook extends System{ ...@@ -181,6 +181,7 @@ class APNWebHook extends System{
if($tempDepositData){ if($tempDepositData){
if($tempDepositData["credited"] == 0){ if($tempDepositData["credited"] == 0){
$tempDepositData["deposit_date"] = date("Y-m-d H:i:s"); $tempDepositData["deposit_date"] = date("Y-m-d H:i:s");
$tempDepositData["remoteIpAddr"] = $_SERVER["REMOTE_ADDR"];
switch($decpload -> status){ switch($decpload -> status){
case "PAID":{ case "PAID":{
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment