| Server IP : 104.26.3.156 / Your IP : 216.73.216.185 Web Server : nginx/1.27.1 System : Linux us-1 5.15.0-131-generic #141-Ubuntu SMP Fri Jan 10 21:18:28 UTC 2025 x86_64 User : vinodai ( 3134) PHP Version : 7.4.33 Disable Function : exec,passthru,shell_exec,system,proc_open,popen,parse_ini_file,show_source MySQL : OFF | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : /storage/v1396/wwwindicidolscom/public_html/wp-content/plugins/woo-instamojo/ |
Upload File : |
<?php
if ( ! defined( 'ABSPATH' ) ) {
exit;
}
return array(
'enabled' => array(
'title' => __( 'Enable/Disable', 'woocommerce' ),
'type' => 'checkbox',
'label' => __( 'Enable Instamojo', 'instamojo' ),
'default' => 'yes'
),
'title' => array(
'title' => __( 'Title*', 'woocommerce' ),
'type' => 'text',
'description' => __( 'The title which the user sees during checkout.', 'woocommerce' ),
'default' => __( 'Pay via Instamojo', 'woocommerce' ),
'desc_tip' => true,
),
'description' => array(
'title' => __( 'Description', 'woocommerce' ),
'type' => 'text',
'desc_tip' => true,
'description' => __( 'The description which the user sees during checkout.', 'woocommerce' ),
'default' => __( 'Pay by Credit Card/Debit Card/Net Banking/UPI', 'instamojo' )
),
'api_details' => array(
'title' => __( 'API Credentials', 'instamojo' ),
'type' => 'title',
'description' => '',
),
'client_id' => array(
'title' => __( 'Client ID*', 'instamojo' ),
'type' => 'text',
'description' => __( 'Instamojo Client ID available on your instamojo account', 'instamojo' ),
'desc_tip' => true,
),
'client_secret' => array(
'title' => __( 'Client Secret*', 'woocommerce' ),
'type' => 'text',
'description' => __( 'Instamojo Client Secret available on your instamojo account', 'woocommerce' ),
'desc_tip' => true,
),
'testmode' => array(
'title' => __( 'Test Mode', 'instamojo' ),
'type' => 'checkbox',
'label' => __( 'Enable Test Mode', 'instamojo' ),
'default' => 'no',
'description' => sprintf( __( 'To use Test mode you have to create account at %s', 'woocommerce' ), 'https://test.instamojo.com/' ),
),
);