root hace 5 años
padre
commit
7543819ef2
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      routes/api.php

+ 1 - 1
routes/api.php

@@ -133,7 +133,7 @@ Route::prefix('v1')
                 // Order
                 Route::post('order/alipayNotify', 'Guest\\OrderController@alipayNotify');
                 Route::post('order/stripeNotify', 'Guest\\OrderController@stripeNotify');
-                Route::post('order/bitpayXNotify', 'Guest\\OrderController@bixpayXNotify');
+                Route::post('order/bitpayXNotify', 'Guest\\OrderController@bitpayXNotify');
             });
         // Client
         Route::prefix('client')