1
0
Fork 0
This repository has been archived on 2024-04-07. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
PaymenterBitcart/routes.php

6 lines
140 B
PHP
Raw Normal View History

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