Revert authentication
This commit is contained in:
Pedro Silva 2024-02-19 14:48:02 +00:00
parent 288abde752
commit e0dd215d92
No known key found for this signature in database
GPG key ID: E2EE20C0669D24B3
7 changed files with 41 additions and 43 deletions

View file

@ -35,7 +35,7 @@ return array(
$fields,
'vault_enabled',
array(
'axo_enabled' => array(
'axo_enabled' => array(
'title' => __( 'Fastlane', 'woocommerce-paypal-payments' ),
'type' => 'checkbox',
'label' => __( 'Enable Fastlane Checkout', 'woocommerce-paypal-payments' )
@ -67,7 +67,7 @@ return array(
),
),
),
'axo_gateway_title' => array(
'axo_gateway_title' => array(
'title' => __( 'Gateway Title', 'woocommerce-paypal-payments' ),
'type' => 'text',
'classes' => array( 'ppcp-field-indent' ),
@ -86,7 +86,7 @@ return array(
'requirements' => array(),
'gateway' => 'paypal',
),
'axo_email_widget' => array(
'axo_email_widget' => array(
'title' => __( 'Email Widget', 'woocommerce-paypal-payments' ),
'type' => 'select',
'desc_tip' => true,
@ -103,7 +103,7 @@ return array(
'gateway' => 'paypal',
'requirements' => array(),
),
'axo_address_widget' => array(
'axo_address_widget' => array(
'title' => __( 'Address Widget', 'woocommerce-paypal-payments' ),
'type' => 'select',
'desc_tip' => true,
@ -120,7 +120,7 @@ return array(
'gateway' => 'paypal',
'requirements' => array(),
),
'axo_payment_widget' => array(
'axo_payment_widget' => array(
'title' => __( 'Payment Widget', 'woocommerce-paypal-payments' ),
'type' => 'select',
'desc_tip' => true,