Passed
Pull Request — master (#218)
by
unknown
03:31 queued 01:04
created
config/payment.php 1 patch
Indentation   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -124,8 +124,8 @@
 block discarded – undo
124 124
             'apiPaymentUrl' => 'https://napi.jibit.ir/ppg/v3',
125 125
             'apiKey' => '',
126 126
             'secretKey' => '',
127
-           // You can change the token storage path in Laravel like this
128
-           // 'tokenStoragePath' => function_exists('storage_path') ? storage_path('jibit/') : 'jibit/'
127
+            // You can change the token storage path in Laravel like this
128
+            // 'tokenStoragePath' => function_exists('storage_path') ? storage_path('jibit/') : 'jibit/'
129 129
             'tokenStoragePath' => 'jibit/',
130 130
             'callbackUrl' => 'http://yoursite.com/path/to',
131 131
             'description' => 'payment using jibit',
Please login to merge, or discard this patch.