Answer the question
In order to leave comments, you need to log in
Can you find an error?
function checkCoupon($coupon)
{
global $settings;
$json = json_decode(file_get_contents('http://api.mcdonate.ru/ajax/ajax_paymentGate.php?context=checkCoupon&server_id='.$settings['serverId'].'&coupon='.$coupon));
var_dump($json);
}
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question