From 7d811defb792e72a28a323c8a708f6d671b7083d Mon Sep 17 00:00:00 2001 From: Chris Brown Date: Sun, 21 Jun 2020 14:54:26 -0400 Subject: [PATCH] v1.2 - primarily patches to fix bugs in v1.1 - capture errors - refund errors - added text define to add message to checkout page --- files_to_upload/includes/modules/payment/square.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/files_to_upload/includes/modules/payment/square.php b/files_to_upload/includes/modules/payment/square.php index 873ad94..e25fdab 100644 --- a/files_to_upload/includes/modules/payment/square.php +++ b/files_to_upload/includes/modules/payment/square.php @@ -29,7 +29,7 @@ class square extends base /** * $moduleVersion is the plugin version number */ - public $moduleVersion = '1.1'; + public $moduleVersion = '1.2'; /** * $title is the displayed name for this payment method *