This repository has been archived by the owner on Mar 12, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
v1.5 - Added improvements to catching errors that occur during captur…
…e/void/refund. (only changed square.php)
- Loading branch information
Showing
2 changed files
with
8 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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'); | ||
|
@@ -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 | ||
*/ | ||
|