From b0593c515b1836e36ecefdcc15804368e6aa9333 Mon Sep 17 00:00:00 2001 From: Ivan Sadovin Date: Wed, 1 Jul 2026 00:25:37 +0300 Subject: [PATCH] feat: update module version --- modules/gateways/payanyway.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/gateways/payanyway.php b/modules/gateways/payanyway.php index 07696ba..d012740 100644 --- a/modules/gateways/payanyway.php +++ b/modules/gateways/payanyway.php @@ -10,7 +10,7 @@ const CMS_NAME = 'WHMCS'; const MODULE_NAME = 'payanyway'; -const MODULE_VERSION = '1.0.1'; +const MODULE_VERSION = '1.0.2'; const TRANSACTION_ID_STRING_DELIMITER = '|';