Add PayPal support for add-on and gift voucher checkout
This commit is contained in:
@@ -1,6 +1,8 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
'provider' => env('ADDON_CHECKOUT_PROVIDER', env('CHECKOUT_DEFAULT_PROVIDER', 'paypal')),
|
||||
|
||||
// Keyed add-ons with display and Lemon Squeezy mapping. Amounts are base increments; multiply by quantity.
|
||||
'extra_photos_small' => [
|
||||
'label' => 'Extra photos (500)',
|
||||
|
||||
Reference in New Issue
Block a user