1
0
Fork 0

feat: webhook create for returning payment

fix: email is now correctly throws over
This commit is contained in:
Konrad Geletey 2024-02-23 23:19:27 +03:00
parent 7951058097
commit 1e95fd8bce
Signed by: kglt
GPG key ID: 386DEE24B60BD996
2 changed files with 19 additions and 1 deletions

5
routes.php Normal file
View file

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