Changeset 1930835
- Timestamp:
- 08/27/2018 11:44:31 AM (7 years ago)
- Location:
- cashfree
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
cashfree/tags/1.0/woocommerce-cashfree.php
r1906524 r1930835 45 45 $this->secret_key = $this->settings['secret_key']; 46 46 $this->description = $this->settings['description']; 47 $this->title = $this->settings['title']; 47 48 48 49 add_action( 'woocommerce_update_options_payment_gateways_' . $this->id, array( $this, 'process_admin_options' ) ); -
cashfree/trunk/woocommerce-cashfree.php
r1906524 r1930835 45 45 $this->secret_key = $this->settings['secret_key']; 46 46 $this->description = $this->settings['description']; 47 $this->title = $this->settings['title']; 47 48 48 49 add_action( 'woocommerce_update_options_payment_gateways_' . $this->id, array( $this, 'process_admin_options' ) ); … … 73 74 'title' => __('Description:', 'wc_gateway_cashfree'), 74 75 'type' => 'textarea', 75 'default' => __("Pay securely via Card/Net Banking/Wallet via Cashfree."),76 'default' => __("Pay securely using your Card/Net Banking/UPI/Wallet via Cashfree."), 76 77 'description' => __('This controls the description which the user sees during checkout.', 'wc_gateway_cashfree'), 77 78 'desc_tip' => true
Note: See TracChangeset
for help on using the changeset viewer.