Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- $pin = 'sibapin';
- $amount2 = 'gheymat';
- $callback = 'callback';
- $invid = 'invoiceid';
- $description = 'description';
- $bank = 'parsian';
- $client = @new soapclient("https://www.sibapal.com/payment/wsdl?wsdl");
- $res = $client->request($pin, $amount2, $callback, $invid, $description, $bank, 0);
- if(strlen($res) > 4)
- die("<script>window.location='https://www.sibapal.com/pay?au={$res}';</script>");
- else
- $err = $res;
Advertisement
Add Comment
Please, Sign In to add comment