Changeset 1703980
- Timestamp:
- 07/27/2017 06:53:54 PM (9 years ago)
- Location:
- paytomorrow/trunk
- Files:
-
- 3 edited
-
classes/class-wc-gateway-paytomorrow.php (modified) (1 diff)
-
readme.txt (modified) (1 diff)
-
woocommerce-paytomorrow.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
paytomorrow/trunk/classes/class-wc-gateway-paytomorrow.php
r1703959 r1703980 54 54 // Define user set variables. 55 55 $this->title = $this->get_option( 'title' ); 56 $this->description = $this->get_option( 'description' );56 $this->description = ""; 57 57 // $this->testmode = 'yes' === $this->get_option( 'testmode', 'no' ); 58 58 // $this->debug = 'yes' === $this->get_option( 'debug', 'no' ); -
paytomorrow/trunk/readme.txt
r1703968 r1703980 4 4 Requires at least: 4.4+ 5 5 Tested up to: 4.8 6 Stable tag: 1.0. 46 Stable tag: 1.0.5 7 7 License: GPLv3 or later License 8 8 License URI: http://www.gnu.org/licenses/gpl-3.0.html -
paytomorrow/trunk/woocommerce-paytomorrow.php
r1703968 r1703980 6 6 Author: Paytomorrow Corp 7 7 Author URI: http://www.paytomorrow.com 8 Version: 1.0. 48 Version: 1.0.5 9 9 10 10 Copyright: © 2012 Paytomorrow Corp (email : developer@paytomorrow.com)
Note: See TracChangeset
for help on using the changeset viewer.