Advertisement
Guest User

Untitled

a guest
Jul 13th, 2018
120
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.92 KB | None | 0 0
  1. <?php
  2. /**
  3. *
  4. * @ This file is created by http://DeZender.Net
  5. * @ deZender (PHP7 Decoder for SourceGuardian Encoder)
  6. *
  7. * @ Version : 4.0.5.0
  8. * @ Author : DeZender
  9. * @ Release on : 22.06.2018
  10. * @ Official site : http://DeZender.Net
  11. *
  12. */
  13.  
  14. function plugin_data()
  15. {
  16. return ['type' => 'bank', 'name' => 'درگاه سامان', 'MID' => '', 'userAccess' => '0', 'version' => '1.0', 'sandbox' => 0];
  17. }
  18.  
  19. function startPay($payId, $payPrice, $payCallBack, $type, $data_1, $data_2, $data_3, $data_4, $data_5)
  20. {
  21. global $sep_MID;
  22.  
  23. if ($type == 2) {
  24. $payMerchantCode = $data_1;
  25. }
  26. else {
  27. $payMerchantCode = $sep_MID;
  28. }
  29.  
  30. $sep_Amount = $payPrice * 10;
  31. ......................................................................................................
  32. .......................................................
  33. .......................
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement