root 5 years ago
parent
commit
7543819ef2
1 changed files with 1 additions and 1 deletions
  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')