mirror of
https://github.com/woocommerce/woocommerce-paypal-payments.git
synced 2025-09-06 18:16:38 +08:00
Rename "apply" labels in features tab to "sign up"
This commit is contained in:
parent
8319be9e8b
commit
802155e5d3
1 changed files with 6 additions and 6 deletions
|
@ -27,7 +27,7 @@ export const getFeatures = ( setActiveModal ) => {
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
type: 'secondary',
|
type: 'secondary',
|
||||||
text: __( 'Apply', 'woocommerce-paypal-payments' ),
|
text: __( 'Sign up', 'woocommerce-paypal-payments' ),
|
||||||
urls: {
|
urls: {
|
||||||
sandbox:
|
sandbox:
|
||||||
'https://www.sandbox.paypal.com/bizsignup/entry?product=ADVANCED_VAULTING',
|
'https://www.sandbox.paypal.com/bizsignup/entry?product=ADVANCED_VAULTING',
|
||||||
|
@ -74,7 +74,7 @@ export const getFeatures = ( setActiveModal ) => {
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
type: 'secondary',
|
type: 'secondary',
|
||||||
text: __( 'Apply', 'woocommerce-paypal-payments' ),
|
text: __( 'Sign up', 'woocommerce-paypal-payments' ),
|
||||||
urls: {
|
urls: {
|
||||||
sandbox:
|
sandbox:
|
||||||
'https://www.sandbox.paypal.com/bizsignup/entry?product=ppcp',
|
'https://www.sandbox.paypal.com/bizsignup/entry?product=ppcp',
|
||||||
|
@ -116,7 +116,7 @@ export const getFeatures = ( setActiveModal ) => {
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
type: 'secondary',
|
type: 'secondary',
|
||||||
text: __( 'Apply', 'woocommerce-paypal-payments' ),
|
text: __( 'Sign up', 'woocommerce-paypal-payments' ),
|
||||||
url: 'https://developer.paypal.com/docs/checkout/apm/',
|
url: 'https://developer.paypal.com/docs/checkout/apm/',
|
||||||
showWhen: 'disabled',
|
showWhen: 'disabled',
|
||||||
class: 'small-button',
|
class: 'small-button',
|
||||||
|
@ -153,7 +153,7 @@ export const getFeatures = ( setActiveModal ) => {
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
type: 'secondary',
|
type: 'secondary',
|
||||||
text: __( 'Apply', 'woocommerce-paypal-payments' ),
|
text: __( 'Sign up', 'woocommerce-paypal-payments' ),
|
||||||
urls: {
|
urls: {
|
||||||
sandbox:
|
sandbox:
|
||||||
'https://www.sandbox.paypal.com/bizsignup/add-product?product=payment_methods&capabilities=GOOGLE_PAY',
|
'https://www.sandbox.paypal.com/bizsignup/add-product?product=payment_methods&capabilities=GOOGLE_PAY',
|
||||||
|
@ -214,7 +214,7 @@ export const getFeatures = ( setActiveModal ) => {
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
type: 'secondary',
|
type: 'secondary',
|
||||||
text: __( 'Apply', 'woocommerce-paypal-payments' ),
|
text: __( 'Sign up', 'woocommerce-paypal-payments' ),
|
||||||
urls: {
|
urls: {
|
||||||
sandbox:
|
sandbox:
|
||||||
'https://www.sandbox.paypal.com/bizsignup/add-product?product=payment_methods&capabilities=APPLE_PAY',
|
'https://www.sandbox.paypal.com/bizsignup/add-product?product=payment_methods&capabilities=APPLE_PAY',
|
||||||
|
@ -258,7 +258,7 @@ export const getFeatures = ( setActiveModal ) => {
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
type: 'secondary',
|
type: 'secondary',
|
||||||
text: __( 'Apply', 'woocommerce-paypal-payments' ),
|
text: __( 'Sign up', 'woocommerce-paypal-payments' ),
|
||||||
urls: {
|
urls: {
|
||||||
sandbox: '#',
|
sandbox: '#',
|
||||||
live: '#',
|
live: '#',
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue