Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <?php
- /**
- *
- * @ This file is created by http://DeZender.Net
- * @ deZender (PHP7 Decoder for SourceGuardian Encoder)
- *
- * @ Version : 4.0.5.0
- * @ Author : DeZender
- * @ Release on : 22.06.2018
- * @ Official site : http://DeZender.Net
- *
- */
- function plugin_data()
- {
- return ['type' => 'bank', 'name' => 'درگاه سامان', 'MID' => '', 'userAccess' => '0', 'version' => '1.0', 'sandbox' => 0];
- }
- function startPay($payId, $payPrice, $payCallBack, $type, $data_1, $data_2, $data_3, $data_4, $data_5)
- {
- global $sep_MID;
- if ($type == 2) {
- $payMerchantCode = $data_1;
- }
- else {
- $payMerchantCode = $sep_MID;
- }
- $sep_Amount = $payPrice * 10;
- ......................................................................................................
- .......................................................
- .......................
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement