|
41 | 41 | |-------------------------------------------------------------------------- |
42 | 42 | */ |
43 | 43 | 'saman' => [ |
44 | | - 'terminal_id' => env('SAMAN_TERMINAL_ID'), |
| 44 | + 'terminal_id' => env('SAMAN_TERMINAL_ID'), |
45 | 45 | 'terminal_pass' => env('SAMAN_TERMINAL_PASS'), |
46 | | - ], |
| 46 | + ], |
47 | 47 | /* |
48 | 48 | |-------------------------------------------------------------------------- |
49 | 49 | | Parsian gateway configuration |
|
58 | 58 | |-------------------------------------------------------------------------- |
59 | 59 | */ |
60 | 60 | 'pasargad' => [ |
61 | | - 'terminal_id' => env('PASARGAD_TERMINAL_ID'), |
62 | | - 'merchant_id' => env('PASARGAD_MERCHANT_ID'), |
63 | | - 'certificate_path' => env('PASARGAD_CERT_PATH', storage_path('shaparak/pasargad/certificate.xml')), |
| 61 | + 'terminal_id' => env('PASARGAD_TERMINAL_ID'), |
| 62 | + 'merchant_id' => env('PASARGAD_MERCHANT_ID'), |
| 63 | + 'certificate_path' => env('PASARGAD_CERT_PATH', storage_path('shaparak/pasargad/certificate.xml')), |
64 | 64 | ], |
65 | 65 | /* |
66 | 66 | |-------------------------------------------------------------------------- |
67 | 67 | | Mellat gateway configuration |
68 | 68 | |-------------------------------------------------------------------------- |
69 | 69 | */ |
70 | | - 'mellat' => [ |
71 | | - 'username' => env('MELLAT_USERNAME'), |
72 | | - 'password' => env('MELLAT_PASSWORD'), |
| 70 | + 'mellat' => [ |
| 71 | + 'username' => env('MELLAT_USERNAME'), |
| 72 | + 'password' => env('MELLAT_PASSWORD'), |
73 | 73 | 'terminal_id' => env('MELLAT_TERMINAL_ID'), |
74 | 74 | ], |
75 | 75 | /* |
76 | 76 | |-------------------------------------------------------------------------- |
77 | 77 | | Melli/Sadad gateway configuration |
78 | 78 | |-------------------------------------------------------------------------- |
79 | 79 | */ |
80 | | - 'melli' => [ |
81 | | - 'merchant_id' => env('MELLI_MERCHANT_ID'), |
82 | | - 'terminal_id' => env('MELLI_TERMINAL_ID'), |
| 80 | + 'melli' => [ |
| 81 | + 'merchant_id' => env('MELLI_MERCHANT_ID'), |
| 82 | + 'terminal_id' => env('MELLI_TERMINAL_ID'), |
83 | 83 | 'transaction_key' => env('MELLI_TRANS_KEY'), |
84 | 84 | ], |
85 | 85 | /* |
86 | 86 | |-------------------------------------------------------------------------- |
87 | 87 | | Zarinpal gateway configuration |
88 | 88 | |-------------------------------------------------------------------------- |
89 | 89 | */ |
90 | | - 'saderat' => [ |
91 | | - 'terminal_id' => env('SADERAT_MERCHANT_ID'), |
| 90 | + 'saderat' => [ |
| 91 | + 'terminal_id' => env('SADERAT_MERCHANT_ID'), |
92 | 92 | ], |
93 | 93 | /* |
94 | 94 | |-------------------------------------------------------------------------- |
95 | 95 | | Zarinpal gateway configuration |
96 | 96 | |-------------------------------------------------------------------------- |
97 | 97 | */ |
98 | | - 'zarinpal' => [ |
99 | | - 'merchant_id' => env('ZARINPAL_MERCHANT_ID'), |
| 98 | + 'zarinpal' => [ |
| 99 | + 'merchant_id' => env('ZARINPAL_MERCHANT_ID'), |
100 | 100 | ], |
101 | 101 | ], |
102 | 102 |
|
|
109 | 109 | | |
110 | 110 | */ |
111 | 111 | 'httpClientOptions' => [ |
112 | | - 'soap' => [], |
113 | | - 'curl' => [], |
| 112 | + 'soap' => [], |
| 113 | + 'curl' => [], |
114 | 114 | ], |
115 | 115 | ]; |
0 commit comments