Payment setting frontend part 3 - added paypal

This commit is contained in:
Čarodej
2022-01-07 13:29:06 +01:00
parent 5d2071ea91
commit 6a957fa9fc
5 changed files with 86 additions and 14 deletions

View File

@@ -177,6 +177,20 @@ return [
'name' => 'app_color',
'value' => '#00BC7E',
],
// Subscription
[
'name' => 'paypal_payment_description',
'value' => 'Available PayPal Credit, Debit or Credit Card.',
],
[
'name' => 'paystack_payment_description',
'value' => 'Available Bank Account, USSD, Mobile Money, Apple Pay',
],
[
'name' => 'stripe_payment_description',
'value' => 'Available credit card or Apple Pay',
],
],
],
];