@@ -102,7 +102,7 @@ If this is empty the "suffix" will be generated by CiviCRM using the information
'default'=>'',
'is_domain'=>1,
'is_contact'=>0,
'title'=>E::ts('Country where your account is registered'),
'title'=>E::ts('Country where your account is registered (ONLY set if you want to enable Google/Apple pay)'),
'description'=>E::ts('If this is empty the <a href="%2" target="_blank">paymentRequest</a> button will not be enabled. If set, the <a href="%2" target="_blank">paymentRequest</a> button will be shown instead of the card element if supported by the client browser.
Required by the paymentRequest button. 2-character code (eg. "US") that can be found <a href="%1" target="_blank">here</a>.',
[
...
...
@@ -112,7 +112,7 @@ Required by the paymentRequest button. 2-character code (eg. "US") that can be f
'html_attributes'=>[],
'settings_pages'=>[
'stripe'=>[
'weight'=>30,
'weight'=>130,
]
],
],
...
...
@@ -231,4 +231,25 @@ Do NOT enable unless you\'ve enabled this feature on your Stripe account - see <
'title'=>E::ts('Supported payment methods for Stripe Checkout'),
'is_domain'=>1,
'is_contact'=>0,
'description'=>E::ts('Link and Google/Apple Pay are controlled via your Stripe Dashboard. Payment method will only appear if all criteria are met (eg. for SEPA currency must be EUR)'),