Passed
Pull Request — master (#218)
by
unknown
02:32
created
config/payment.php 1 patch
Indentation   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -124,9 +124,9 @@
 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/'
129
-           'tokenStoragePath' => 'jibit/',
127
+            // you can change the token storage path in Laravel like this 
128
+            // 'tokenStoragePath' => function_exists('storage_path') ? storage_path('jibit/') : 'jibit/'
129
+            'tokenStoragePath' => 'jibit/',
130 130
             'callbackUrl' => 'http://yoursite.com/path/to',
131 131
             'description' => 'payment using jibit',
132 132
         ],
Please login to merge, or discard this patch.