feat: webhook create for returning payment
fix: email is now correctly throws over
This commit is contained in:
parent
7951058097
commit
1e95fd8bce
2 changed files with 19 additions and 1 deletions
5
routes.php
Normal file
5
routes.php
Normal file
|
@ -0,0 +1,5 @@
|
|||
<?php
|
||||
|
||||
use Illuminate\Support\Facades\Route;
|
||||
|
||||
Route::post('/bitcart/webhook', [App\Extensions\Gateways\BitCart\BitCart::class, 'webhook']);
|
Reference in a new issue