Explorer
home
/
zoteqbgb
/
public_html
/
app
/
Http
/
PaymentGateways
/
Routes
Location:
/home/zoteqbgb/public_html/app/Http/PaymentGateways/Routes
Root path:
/home/zoteqbgb/public_html/config/676626
Editing: senangpay.php
<?php use Illuminate\Support\Facades\Route; use App\Http\PaymentGateways\Gateways\Senangpay; /* |-------------------------------------------------------------------------- | Web Routes |-------------------------------------------------------------------------- | | Here is where you can register web routes for your application. These | routes are loaded by the RouteServiceProvider within a group which | contains the "web" middleware group. Now create something great! | */ Route::prefix('payment')->name('payment.')->middleware(['installed'])->group(function () { Route::match(['get', 'post'], '/senangpay-webhook/', [Senangpay::class, 'webhook'])->name('senangpay.webhook'); });
Save maftirs
Upload
Start Upload
New File
Create File
New Folder
Create Folder
Directory Contents
Name
Size
Perms
Modified
Actions
senangpay.php
709 bytes
0644
2025-04-25 02:11
âï¸
ðï¸
Rename
Chang
Apply