Add PayPal support for add-on and gift voucher checkout
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user