Changeset 1921987
- Timestamp:
- 08/09/2018 06:07:49 AM (8 years ago)
- Location:
- woo-voguepay/trunk
- Files:
-
- 3 edited
-
README.txt (modified) (1 diff)
-
includes/class.voguepay.php (modified) (1 diff)
-
woo-voguepay.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
woo-voguepay/trunk/README.txt
r1921863 r1921987 6 6 Stable tag: 1.0 7 7 License: GPLv2 or later 8 License URI: http://www.gnu.org/licenses/gpl-2.0.html 8 License URI: http://www.gnu.org/licenses/gpl-2.0.html 9 9 10 10 Voguepay WooCommerce plugin allows you to accept payment from local and international customers on your store. -
woo-voguepay/trunk/includes/class.voguepay.php
r1921852 r1921987 418 418 419 419 //Update the order status 420 $order->update_status('on-hold', ''); 420 $order->update_status('on-hold', ''); 421 421 422 422 //Error Note -
woo-voguepay/trunk/woo-voguepay.php
r1921855 r1921987 22 22 23 23 define( 'VPWOO_VOGUEPAY_BASE', __FILE__ ); 24 define( 'VPWOO_VOGUEPAY_VERSION', '1. 0' );24 define( 'VPWOO_VOGUEPAY_VERSION', '1.1' ); 25 25 26 26 function vpwoo_voguepay_init()
Note: See TracChangeset
for help on using the changeset viewer.