Completed
Push — master ( 1d7aa3...5a5ab2 )
by Kazi Mainuddin
01:59
created
src/Routes/routes.php 1 patch
Indentation   +7 added lines, -7 removed lines patch added patch discarded remove patch
@@ -5,13 +5,13 @@
 block discarded – undo
5 5
 
6 6
 Route::group(['namespace' => 'Tzsk\Payu\Controllers'], function() {
7 7
 
8
-	/**
9
-	 * Make the payment request.
10
-	 */
8
+    /**
9
+     * Make the payment request.
10
+     */
11 11
     Route::get('tzsk/payment', 'PaymentController@index');
12 12
 
13
-	/**
14
-	 * Get Response from payment.
15
-	 */
16
-	Route::post('tzsk/payment/{status}', 'PaymentController@payment');
13
+    /**
14
+     * Get Response from payment.
15
+     */
16
+    Route::post('tzsk/payment/{status}', 'PaymentController@payment');
17 17
 });
Please login to merge, or discard this patch.