Skip to content
This repository has been archived by the owner on Mar 12, 2024. It is now read-only.

Commit

Permalink
v1.5 - Added improvements to catching errors that occur during captur…
Browse files Browse the repository at this point in the history
…e/void/refund.

(only changed square.php)
  • Loading branch information
drbyte committed Jun 23, 2020
1 parent 9a34e06 commit aeee8dd
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,12 @@ Also includes brief product/shipping details in transaction comments.
1.3 - June 21, 2020 - Updated to SquareConnect SDK version 3.20200528.1
(Note: This is the last release of SquareConnect SDK that is compatible with PHP 5. Future versions will require PHP 7.1+, and will be integrated to the SquarePHP SDK (not SquareConnect). A version 2 of this module will be released to work with the new SDK, but this will also limit which Zen Cart versions the module is compatible with. If you are not using Zen Cart 1.5.6 or newer and PHP 7.1 or newer, now is the time to upgrade!)

1.4 - June 21, 2020 - Updated admin sidebar to show API/SDK version numbers for easy reference.
1.4 - June 21, 2020 - Updated admin sidebar to show API/SDK version numbers for easy reference. (only changed square.php)

1.5 - June 22, 2020 - Added improvements to catching errors that occur during capture/void/refund. (only changed square.php)




---

Expand Down
4 changes: 2 additions & 2 deletions files_to_upload/includes/modules/payment/square.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
* @package square
* @copyright Copyright 2003-2020 Zen Cart Development Team
* @license http://www.zen-cart.com/license/2_0.txt GNU Public License V2.0
* @version $Id: Author: Chris Brown <[email protected]> Modified 2020-06-21 $
* @version $Id: Author: Chris Brown <[email protected]> Modified 2020-06-22 $
*/

if (!defined('TABLE_SQUARE_PAYMENTS')) define('TABLE_SQUARE_PAYMENTS', DB_PREFIX . 'square_payments');
Expand All @@ -29,7 +29,7 @@ class square extends base
/**
* $moduleVersion is the plugin version number
*/
public $moduleVersion = '1.4';
public $moduleVersion = '1.5';
/**
* API version this module was last updated to use
*/
Expand Down

0 comments on commit aeee8dd

Please sign in to comment.