Plugin Directory

Changeset 1930835


Ignore:
Timestamp:
08/27/2018 11:44:31 AM (7 years ago)
Author:
sharroh
Message:

adding title from settings to be displayed

Location:
cashfree
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • cashfree/tags/1.0/woocommerce-cashfree.php

    r1906524 r1930835  
    4545        $this->secret_key       = $this->settings['secret_key'];
    4646        $this->description      = $this->settings['description'];
     47        $this->title = $this->settings['title'];
    4748
    4849      add_action( 'woocommerce_update_options_payment_gateways_' . $this->id, array( $this, 'process_admin_options' ) );
  • cashfree/trunk/woocommerce-cashfree.php

    r1906524 r1930835  
    4545        $this->secret_key       = $this->settings['secret_key'];
    4646        $this->description      = $this->settings['description'];
     47        $this->title = $this->settings['title'];
    4748
    4849      add_action( 'woocommerce_update_options_payment_gateways_' . $this->id, array( $this, 'process_admin_options' ) );
     
    7374                    'title'         => __('Description:', 'wc_gateway_cashfree'),
    7475                    '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."),
    7677                    'description'     => __('This controls the description which the user sees during checkout.', 'wc_gateway_cashfree'),
    7778                    'desc_tip'         => true
Note: See TracChangeset for help on using the changeset viewer.