PATH:
home
/
lab2454c
/
crypto.keyreum.com
/
platform
/
plugins
/
ecommerce
/
routes
<?php Route::group(['namespace' => 'Botble\Ecommerce\Http\Controllers\Fronts', 'middleware' => ['web', 'core']], function () { Route::group(['prefix' => 'payment'], function () { Route::get('status', 'PublicCheckoutController@getPayPalStatus')->name('public.payment.paypal.status'); }); });
[-] base.php
[edit]
[-] payment.php
[edit]
[-] order.php
[edit]
[+]
..
[-] product.php
[edit]
[-] discount.php
[edit]
[-] tax.php
[edit]
[-] cart.php
[edit]
[-] shipping.php
[edit]
[-] review.php
[edit]
[-] wishlist.php
[edit]
[-] customer.php
[edit]
[-] shipment.php
[edit]
[-] compare.php
[edit]