Skip to content

Commit

Permalink
Update Laravel.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Medboubazine authored Mar 29, 2024
1 parent a0cfaf2 commit 3726ad9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/frameworks/Laravel.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ php artisan make:model ChargilyPayment -m
- Routes :

```php
Route::post('chargilypay/checkout', [ChargilyPayController::class, "checkout"])->name("chargilypay.checkout");
Route::post('chargilypay/redirect', [ChargilyPayController::class, "redirect"])->name("chargilypay.redirect");
Route::get('chargilypay/back', [ChargilyPayController::class, "back"])->name("chargilypay.back");
Route::post('chargilypay/webhook', [ChargilyPayController::class, "webhook"])->name("chargilypay.webhook_endpoint");
```
Expand Down

0 comments on commit 3726ad9

Please sign in to comment.