mirror of
https://github.com/woocommerce/woocommerce-paypal-payments.git
synced 2025-09-05 08:59:14 +08:00
add gateway to tagline options
This commit is contained in:
parent
f277f77ddf
commit
f5fbc8f524
1 changed files with 4 additions and 0 deletions
|
@ -459,6 +459,7 @@ return [
|
||||||
State::STATE_ONBOARDED,
|
State::STATE_ONBOARDED,
|
||||||
],
|
],
|
||||||
'requirements' => [],
|
'requirements' => [],
|
||||||
|
'gateway' => 'paypal',
|
||||||
],
|
],
|
||||||
'button_label' => [
|
'button_label' => [
|
||||||
'title' => __('Button Label', 'woocommerce-paypal-commerce-gateway'),
|
'title' => __('Button Label', 'woocommerce-paypal-commerce-gateway'),
|
||||||
|
@ -587,6 +588,7 @@ return [
|
||||||
State::STATE_ONBOARDED,
|
State::STATE_ONBOARDED,
|
||||||
],
|
],
|
||||||
'requirements' => [],
|
'requirements' => [],
|
||||||
|
'gateway' => 'paypal',
|
||||||
],
|
],
|
||||||
'button_product_label' => [
|
'button_product_label' => [
|
||||||
'title' => __('Button Label', 'woocommerce-paypal-commerce-gateway'),
|
'title' => __('Button Label', 'woocommerce-paypal-commerce-gateway'),
|
||||||
|
@ -715,6 +717,7 @@ return [
|
||||||
State::STATE_ONBOARDED,
|
State::STATE_ONBOARDED,
|
||||||
],
|
],
|
||||||
'requirements' => [],
|
'requirements' => [],
|
||||||
|
'gateway' => 'paypal',
|
||||||
],
|
],
|
||||||
'button_mini-cart_label' => [
|
'button_mini-cart_label' => [
|
||||||
'title' => __('Button Label', 'woocommerce-paypal-commerce-gateway'),
|
'title' => __('Button Label', 'woocommerce-paypal-commerce-gateway'),
|
||||||
|
@ -843,6 +846,7 @@ return [
|
||||||
State::STATE_ONBOARDED,
|
State::STATE_ONBOARDED,
|
||||||
],
|
],
|
||||||
'requirements' => [],
|
'requirements' => [],
|
||||||
|
'gateway' => 'paypal',
|
||||||
],
|
],
|
||||||
'button_cart_label' => [
|
'button_cart_label' => [
|
||||||
'title' => __('Button Label', 'woocommerce-paypal-commerce-gateway'),
|
'title' => __('Button Label', 'woocommerce-paypal-commerce-gateway'),
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue