Skip to content

Commit d360de4

Browse files
committed
update
1 parent 43d6859 commit d360de4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

routes/api.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@
177177
Route::get('/attributes/value/by/group/{id}',[ListCategoryController::class,"getAttributeValueByAttributeId"]);
178178
Route::get('/categories/attributes',[ListCategoryController::class,"getCategoriesWithAttributes"]);
179179

180-
Route::middleware(["auth:api", 'scopes:seller', "isSeller", "verify.role"])->prefix('v1')->group(function () {
180+
Route::middleware(["auth:api", 'scopes:seller', "isSeller"])->prefix('v1')->group(function () {
181181
Route::post("init/payment/subscription/product", [SubscribeProductController::class, "initPay"]);
182182
Route::post('init/payment/subscription/product/pending/{membership_id}/{product_id}/{transaction_ref}', [SubscribeProductController::class, 'initPaymentPending']);
183183
Route::post("check/payment/subscription/product/callback", [SubscribeProductController::class, "paymentCallBack"]);

0 commit comments

Comments
 (0)