1
0
Fork 0
This repository has been archived on 2024-04-07. You can view files and clone it, but cannot push or open issues or pull requests.
PaymenterBitcart/routes.php

6 lines
140 B
PHP
Raw Permalink Normal View History

<?php
use Illuminate\Support\Facades\Route;
Route::post('/bitcart/webhook', [App\Extensions\Gateways\BitCart\BitCart::class, 'webhook']);