root 5 năm trước cách đây
mục cha
commit
7543819ef2
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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')