first commit

This commit is contained in:
dev-chiefworks
2022-05-31 16:21:53 -04:00
commit f76abffdcd
5978 changed files with 1078901 additions and 0 deletions
+27
View File
@@ -0,0 +1,27 @@
<?php
echo "[".date("Y-m-d H:i:s")."] Decision Generator job is starting.\n";
include '../backend.php';
define("FLOAT_SYSTEM_POINTS_GENERATOR", 92022);
function Fextension_call($in, &$out) {
// logToFl("Merchant_Name count->" . $in["merchant_name"]);
global $savvyext;
$out = $savvyext->savvyext_api($in);
$ret = $out["retval"];
return $ret;
}
$inX["limit"] = 25;
$inX["pid"] = 0;
$inX["action"] = FLOAT_SYSTEM_POINTS_GENERATOR;
$outX=array();
$extension_call = true;
if ($extension_call == true ) {
// logToFl("merchant_name count->" . $res->merchant_name);
Fextension_call($inX, $outX);
}