array(
'description' => __( 'Customer Geography: The Netherlands', 'woocommerce-gateway-stripe' ),
'type' => 'title',
),
'guide' => array(
'description' => __( 'Payment Method Guide', 'woocommerce-gateway-stripe' ),
'type' => 'title',
),
'activation' => array(
'description' => __( 'Must be activated from your Stripe Dashboard Settings here', 'woocommerce-gateway-stripe' ),
'type' => 'title',
),
'enabled' => array(
'title' => __( 'Enable/Disable', 'woocommerce-gateway-stripe' ),
'label' => __( 'Enable Stripe iDeal', 'woocommerce-gateway-stripe' ),
'type' => 'checkbox',
'description' => '',
'default' => 'no',
),
'title' => array(
'title' => __( 'Title', 'woocommerce-gateway-stripe' ),
'type' => 'text',
'description' => __( 'This controls the title which the user sees during checkout.', 'woocommerce-gateway-stripe' ),
'default' => __( 'iDeal', 'woocommerce-gateway-stripe' ),
'desc_tip' => true,
),
'description' => array(
'title' => __( 'Description', 'woocommerce-gateway-stripe' ),
'type' => 'text',
'description' => __( 'This controls the description which the user sees during checkout.', 'woocommerce-gateway-stripe' ),
'default' => __( 'You will be redirected to iDeal.', 'woocommerce-gateway-stripe' ),
'desc_tip' => true,
),
'webhook' => array(
'title' => __( 'Webhook Endpoints', 'woocommerce-gateway-stripe' ),
'type' => 'title',
/* translators: webhook URL */
'description' => $this->display_admin_settings_webhook_description(),
),
)
);