PATH:
home
/
lab2454c
/
equitablegold.com
/
wp-content
/
plugins
/
woocommerce-gateway-stripe
/
includes
/
admin
<?php if ( ! defined( 'ABSPATH' ) ) { exit; } return apply_filters( 'wc_stripe_oxxo_settings', [ 'geo_target' => [ 'description' => __( 'Customer Geography: Mexico', 'woocommerce-gateway-stripe' ), 'type' => 'title', ], 'guide' => [ 'description' => sprintf( /* translators: 1) HTML anchor open tag 2) HTML anchor closing tag */ esc_html__( '%1$sPayment Method Guide%2$s', 'woocommerce-gateway-stripe' ), '<a href="https://stripe.com/payments/payment-methods-guide#oxxo" target="_blank">', '</a>' ), 'type' => 'title', ], 'activation' => [ 'description' => sprintf( /* translators: 1) HTML anchor open tag 2) HTML anchor closing tag */ esc_html__( 'Must be activated from your Stripe Dashboard Settings %1$shere%2$s', 'woocommerce-gateway-stripe' ), '<a href="https://dashboard.stripe.com/account/payments/settings" target="_blank">', '</a>' ), 'type' => 'title', ], 'enabled' => [ 'title' => __( 'Enable/Disable', 'woocommerce-gateway-stripe' ), 'label' => __( 'Enable Stripe OXXO', 'woocommerce-gateway-stripe' ), 'type' => 'checkbox', 'description' => '', 'default' => 'no', ], 'title' => [ 'title' => __( 'Title', 'woocommerce-gateway-stripe' ), 'type' => 'text', 'description' => __( 'This controls the title which the user sees during checkout.', 'woocommerce-gateway-stripe' ), 'default' => __( 'OXXO', 'woocommerce-gateway-stripe' ), 'desc_tip' => true, ], 'description' => [ 'title' => __( 'Description', 'woocommerce-gateway-stripe' ), 'type' => 'text', 'description' => __( 'This controls the description which the user sees during checkout.', 'woocommerce-gateway-stripe' ), 'default' => __( "You'll be able to download or print the OXXO voucher after checkout.", 'woocommerce-gateway-stripe' ), 'desc_tip' => true, ], 'webhook' => [ 'title' => __( 'Webhook Endpoints', 'woocommerce-gateway-stripe' ), 'type' => 'title', /* translators: webhook URL */ 'description' => $this->display_admin_settings_webhook_description(), ], ] );
[-] class-wc-stripe-settings-controller.php
[edit]
[-] class-wc-rest-stripe-account-keys-controller.php
[edit]
[-] class-wc-stripe-inbox-notes.php
[edit]
[-] stripe-settings.php
[edit]
[-] class-wc-rest-stripe-tokens-controller.php
[edit]
[-] class-wc-stripe-rest-upe-flag-toggle-controller.php
[edit]
[-] stripe-sepa-settings.php
[edit]
[-] class-wc-stripe-old-settings-upe-toggle-controller.php
[edit]
[+]
..
[-] stripe-multibanco-settings.php
[edit]
[-] stripe-sofort-settings.php
[edit]
[-] stripe-alipay-settings.php
[edit]
[-] class-wc-rest-stripe-payment-gateway-controller.php
[edit]
[-] class-wc-stripe-admin-notices.php
[edit]
[-] stripe-p24-settings.php
[edit]
[-] class-wc-rest-stripe-locations-controller.php
[edit]
[-] class-wc-stripe-rest-base-controller.php
[edit]
[-] class-wc-rest-stripe-settings-controller.php
[edit]
[-] stripe-oxxo-settings.php
[edit]
[-] stripe-ideal-settings.php
[edit]
[-] stripe-giropay-settings.php
[edit]
[-] stripe-eps-settings.php
[edit]
[-] class-wc-stripe-upe-compatibility-controller.php
[edit]
[-] stripe-bancontact-settings.php
[edit]
[-] stripe-boleto-settings.php
[edit]
[-] class-wc-rest-stripe-connection-tokens-controller.php
[edit]
[-] class-wc-stripe-payment-requests-controller.php
[edit]
[-] class-wc-rest-stripe-account-controller.php
[edit]
[-] class-wc-rest-stripe-orders-controller.php
[edit]
[-] class-wc-stripe-privacy.php
[edit]
[-] class-wc-stripe-payment-gateways-controller.php
[edit]