Changeset 2588602
- Timestamp:
- 08/25/2021 02:36:47 PM (4 years ago)
- Location:
- cardgate
- Files:
-
- 2 added
- 8 edited
- 1 copied
-
tags/3.1.21 (copied) (copied from cardgate/trunk)
-
tags/3.1.21/cardgate-clientlib-php/src/Client.php (modified) (2 diffs)
-
tags/3.1.21/cardgate-clientlib-php/src/Method.php (modified) (1 diff)
-
tags/3.1.21/cardgate.php (modified) (2 diffs)
-
tags/3.1.21/classes/WC_CardgateSpraypay.php (added)
-
tags/3.1.21/readme.txt (modified) (3 diffs)
-
trunk/cardgate-clientlib-php/src/Client.php (modified) (2 diffs)
-
trunk/cardgate-clientlib-php/src/Method.php (modified) (1 diff)
-
trunk/cardgate.php (modified) (2 diffs)
-
trunk/classes/WC_CardgateSpraypay.php (added)
-
trunk/readme.txt (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
cardgate/tags/3.1.21/cardgate-clientlib-php/src/Client.php
r2249399 r2588602 36 36 * Client version. 37 37 */ 38 const CLIENT_VERSION = "1.1.1 3";38 const CLIENT_VERSION = "1.1.15"; 39 39 40 40 /** … … 503 503 504 504 if ( 'POST' == $sHttpMethod_ ) { 505 $this->_sLastRequest = json_encode( $aData_ );505 $this->_sLastRequest = json_encode( $aData_, JSON_PARTIAL_OUTPUT_ON_ERROR ); 506 506 curl_setopt( $rCh, CURLOPT_URL, $sUrl ); 507 507 curl_setopt( $rCh, CURLOPT_POST, TRUE ); -
cardgate/tags/3.1.21/cardgate-clientlib-php/src/Method.php
r2178570 r2588602 132 132 */ 133 133 const GIFTCARD = 'giftcard'; 134 135 /** 136 * EPS 137 */ 138 const EPS = 'eps'; 139 140 /** 141 * SprayPay 142 */ 143 const SPRAYPAY = 'spraypay'; 134 144 135 145 /** -
cardgate/tags/3.1.21/cardgate.php
r2532998 r2588602 7 7 * Author: CardGate 8 8 * Author URI: https://www.cardgate.com 9 * Version: 3.1.2 09 * Version: 3.1.21 10 10 * Text Domain: cardgate 11 11 * Domain Path: /i18n/languages 12 12 * Requires at least: 4.4 13 13 * WC requires at least: 2.1.0 14 * WC tested up to: 5. 3.014 * WC tested up to: 5.6.0 15 15 * License: GPLv3 or later 16 16 */ … … 698 698 $methods[] = 'WC_CardgatePrzelewy24'; 699 699 $methods[] = 'WC_CardgateSofortbanking'; 700 $methods[] = 'WC_CardgateSpraypay'; 700 701 701 702 return $methods; -
cardgate/tags/3.1.21/readme.txt
r2532998 r2588602 5 5 Requires at least: 4.2 6 6 Tested up to: 5.7 7 Stable tag: 3.1.2 07 Stable tag: 3.1.21 8 8 License: GPLv3 or later 9 9 License URI: https://www.gnu.org/licenses/gpl-3.0.html … … 35 35 <li>Przelewy24</li> 36 36 <li>Sofortbanking</li> 37 <li>SprayPay</li> 37 38 </ul> 38 39 … … 74 75 75 76 == Changelog == 77 78 = 3.1.21 = 79 * New payment method: SprayPay 76 80 77 81 = 3.1.20 = -
cardgate/trunk/cardgate-clientlib-php/src/Client.php
r2249399 r2588602 36 36 * Client version. 37 37 */ 38 const CLIENT_VERSION = "1.1.1 3";38 const CLIENT_VERSION = "1.1.15"; 39 39 40 40 /** … … 503 503 504 504 if ( 'POST' == $sHttpMethod_ ) { 505 $this->_sLastRequest = json_encode( $aData_ );505 $this->_sLastRequest = json_encode( $aData_, JSON_PARTIAL_OUTPUT_ON_ERROR ); 506 506 curl_setopt( $rCh, CURLOPT_URL, $sUrl ); 507 507 curl_setopt( $rCh, CURLOPT_POST, TRUE ); -
cardgate/trunk/cardgate-clientlib-php/src/Method.php
r2178570 r2588602 132 132 */ 133 133 const GIFTCARD = 'giftcard'; 134 135 /** 136 * EPS 137 */ 138 const EPS = 'eps'; 139 140 /** 141 * SprayPay 142 */ 143 const SPRAYPAY = 'spraypay'; 134 144 135 145 /** -
cardgate/trunk/cardgate.php
r2532998 r2588602 7 7 * Author: CardGate 8 8 * Author URI: https://www.cardgate.com 9 * Version: 3.1.2 09 * Version: 3.1.21 10 10 * Text Domain: cardgate 11 11 * Domain Path: /i18n/languages 12 12 * Requires at least: 4.4 13 13 * WC requires at least: 2.1.0 14 * WC tested up to: 5. 3.014 * WC tested up to: 5.6.0 15 15 * License: GPLv3 or later 16 16 */ … … 698 698 $methods[] = 'WC_CardgatePrzelewy24'; 699 699 $methods[] = 'WC_CardgateSofortbanking'; 700 $methods[] = 'WC_CardgateSpraypay'; 700 701 701 702 return $methods; -
cardgate/trunk/readme.txt
r2532998 r2588602 5 5 Requires at least: 4.2 6 6 Tested up to: 5.7 7 Stable tag: 3.1.2 07 Stable tag: 3.1.21 8 8 License: GPLv3 or later 9 9 License URI: https://www.gnu.org/licenses/gpl-3.0.html … … 35 35 <li>Przelewy24</li> 36 36 <li>Sofortbanking</li> 37 <li>SprayPay</li> 37 38 </ul> 38 39 … … 74 75 75 76 == Changelog == 77 78 = 3.1.21 = 79 * New payment method: SprayPay 76 80 77 81 = 3.1.20 =
Note: See TracChangeset
for help on using the changeset viewer.