Add PayPal support for add-on and gift voucher checkout

This commit is contained in:
Codex Agent
2026-02-04 14:54:40 +01:00
parent 7025418d9e
commit 17025df47b
24 changed files with 1599 additions and 34 deletions

View File

@@ -1,6 +1,7 @@
<?php
return [
'provider' => env('GIFT_VOUCHER_PROVIDER', env('CHECKOUT_DEFAULT_PROVIDER', 'paypal')),
'default_valid_years' => 5,
'reminder_days' => 7,
'expiry_reminder_days' => 14,