diff --git a/modules.local/ppcp-wc-gateway/services.php b/modules.local/ppcp-wc-gateway/services.php index ce8443697..696a96733 100644 --- a/modules.local/ppcp-wc-gateway/services.php +++ b/modules.local/ppcp-wc-gateway/services.php @@ -391,6 +391,18 @@ return [ ], 'requirements' => [], ], + 'vault_enabled' => [ + 'title' => __('Vaulting', 'woocommerce-paypal-commerce-gateway'), + 'type' => 'checkbox', + 'desc_tip' => true, + 'label' => __('Enable vaulting', 'woocommerce-paypal-commerce-gateway'), + 'description' => __('Enables you to store payment tokens for subscriptions.', 'woocommerce-paypal-commerce-gateway'), + 'default' => true, + 'screens' => [ + State::STATE_ONBOARDED, + ], + 'requirements' => [], + ], 'dcc_cart_enabled' => [ 'title' => __('Enable credit card on cart', 'woocommerce-paypal-commerce-gateway'), 'type' => 'checkbox', @@ -465,18 +477,6 @@ return [ 'dcc', ], ], - 'vault_enabled' => [ - 'title' => __('Vaulting', 'woocommerce-paypal-commerce-gateway'), - 'type' => 'checkbox', - 'desc_tip' => true, - 'label' => __('Enable vaulting', 'woocommerce-paypal-commerce-gateway'), - 'description' => __('Enables you to store payment tokens for subscriptions', 'woocommerce-paypal-commerce-gateway'), - 'default' => true, - 'screens' => [ - State::STATE_ONBOARDED, - ], - 'requirements' => [], - ], 'logging_enabled' => [ 'title' => __('Logging', 'woocommerce-paypal-commerce-gateway'), 'type' => 'checkbox',