Passed
Push — master ( e24cb0...eec20d )
by mahdi
02:40
created
config/payment.php 1 patch
Indentation   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -123,8 +123,8 @@
 block discarded – undo
123 123
             'apiPaymentUrl' => 'https://napi.jibit.ir/ppg/v3',
124 124
             'apiKey' => '',
125 125
             'apiSecret' => '',
126
-           // You can change the token storage path in Laravel like this
127
-           // 'tokenStoragePath' => function_exists('storage_path') ? storage_path('jibit/') : 'jibit/'
126
+            // You can change the token storage path in Laravel like this
127
+            // 'tokenStoragePath' => function_exists('storage_path') ? storage_path('jibit/') : 'jibit/'
128 128
             'tokenStoragePath' => 'jibit/',
129 129
             'callbackUrl' => 'http://yoursite.com/path/to',
130 130
             'description' => 'payment using jibit',
Please login to merge, or discard this patch.