Guest User

Untitled

a guest
May 17th, 2016
89
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.44 KB | None | 0 0
  1. $pin = 'sibapin';
  2. $amount2 = 'gheymat';
  3. $callback = 'callback';
  4. $invid = 'invoiceid';
  5. $description = 'description';
  6. $bank = 'parsian';
  7. $client = @new soapclient("https://www.sibapal.com/payment/wsdl?wsdl");
  8. $res = $client->request($pin, $amount2, $callback, $invid, $description, $bank, 0);
  9. if(strlen($res) > 4)
  10. die("<script>window.location='https://www.sibapal.com/pay?au={$res}';</script>");
  11. else
  12. $err = $res;
Advertisement
Add Comment
Please, Sign In to add comment