include_once("functions.php");$api = 'API';$amount = 'Amount';$redirect = 'Callback';$factorNumber = 123;$result = send($api,$amount,$redirect,$factorNumber);$result = json_decode($result);if($result->status) { $go = "https://pay.ir/payment/gateway/$result->transId"; header("Location: $go");} else { echo $result->errorMessage;}
برچسب:
نویسنده: خنج