Plugin Directory

Changeset 1703980


Ignore:
Timestamp:
07/27/2017 06:53:54 PM (9 years ago)
Author:
unamanic
Message:

remove description on checkout

Location:
paytomorrow/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • paytomorrow/trunk/classes/class-wc-gateway-paytomorrow.php

    r1703959 r1703980  
    5454        // Define user set variables.
    5555        $this->title          = $this->get_option( 'title' );
    56         $this->description    = $this->get_option( 'description' );
     56        $this->description    = "";
    5757        // $this->testmode       = 'yes' === $this->get_option( 'testmode', 'no' );
    5858        // $this->debug          = 'yes' === $this->get_option( 'debug', 'no' );
  • paytomorrow/trunk/readme.txt

    r1703968 r1703980  
    44Requires at least: 4.4+
    55Tested up to: 4.8
    6 Stable tag: 1.0.4
     6Stable tag: 1.0.5
    77License: GPLv3 or later License
    88License URI: http://www.gnu.org/licenses/gpl-3.0.html
  • paytomorrow/trunk/woocommerce-paytomorrow.php

    r1703968 r1703980  
    66Author: Paytomorrow Corp
    77Author URI: http://www.paytomorrow.com
    8 Version: 1.0.4
     8Version: 1.0.5
    99
    1010    Copyright: © 2012 Paytomorrow Corp (email : developer@paytomorrow.com)
Note: See TracChangeset for help on using the changeset viewer.