Changeset 1303710
- Timestamp:
- 12/09/2015 08:39:57 AM (10 years ago)
- Location:
- easycontract/trunk
- Files:
-
- 4 edited
-
gateways/santander-loan.php (modified) (1 diff)
-
includes/classes/Santander_APIConnector.php (modified) (1 diff)
-
readme.txt (modified) (2 diffs)
-
santander.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
easycontract/trunk/gateways/santander-loan.php
r1279385 r1303710 213 213 214 214 public function check_result( $token ) { 215 $token = str_replace(array('/', '+'), array('%2f', '%2b'), $token); 215 216 $order_number = $this->get_order_number(); 216 217 $order = wc_get_order( $order_number ); -
easycontract/trunk/includes/classes/Santander_APIConnector.php
r1293372 r1303710 121 121 122 122 private function _getModuleVersion() { 123 return '1.0. 4wo';123 return '1.0.5wo'; 124 124 } 125 125 -
easycontract/trunk/readme.txt
r1293372 r1303710 4 4 Requires at least: 4.0 5 5 Tested up to: 4.4 6 Stable tag: 1.0. 4wo6 Stable tag: 1.0.5wo 7 7 License: GPLv3 8 8 License URI: http://www.gnu.org/licenses/gpl-3.0.html 9 WC requires at least: 2.4.6 10 WC tested up to: 2.4.11 9 11 10 12 == Description == … … 21 23 22 24 == Changelog == 25 = 1.0.5wo = 26 * Bug: Fixes a bug with token that is being incorrect encoded when sent to GetResult(). 27 23 28 = 1.0.4wo = 24 29 * Bug: Solves an issue with verifying user account details. -
easycontract/trunk/santander.php
r1293372 r1303710 4 4 Plugin URI: https://github.com/SantanderApps/SantanderPaymentProviderWooCommerce 5 5 Description: Integrates Santander Consumer Bank into WooCommerce. 6 Version: 1.0. 4wo6 Version: 1.0.5wo 7 7 Author: Santander 8 8 Author URI: http://santander.consid.se
Note: See TracChangeset
for help on using the changeset viewer.