fix ga client id

hotfix/paypal-note
LMR 2 years ago
parent 0a5ff48437
commit eabdcfaf40

@ -56,7 +56,7 @@ class Index extends CI_Controller
}
echo 'COLI_WebCode:' . $item->COLI_WebCode . ' COLI_ID:' . $item->COLI_ID . ' COLI_SenderIP:' . $item->COLI_SenderIP . '<br/>';
}
echo 'test async v5';
echo 'test async v6';
}
// test
@ -160,7 +160,7 @@ class Index extends CI_Controller
$client_id = trim($yandexMatches[1]);
} else {
$gaPat = "/Gaid->(.+?)<-Gaid/";
if (preg_match($yarndexPat, $order_text, $gaMatches)) {
if (preg_match($gaPat, $order_text, $gaMatches)) {
$client_id = trim($gaMatches[1]);
} else {
$client_id = "-- Match not found --";

Loading…
Cancel
Save