From 228f24c87ec0d34103c32e9f01e2dccc0c3f04dd Mon Sep 17 00:00:00 2001 From: andy Date: Thu, 18 Aug 2022 12:35:27 +0700 Subject: [PATCH] release new version 1.0.9 --- modules/gateways/xendit.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/gateways/xendit.php b/modules/gateways/xendit.php index 5edf00a..9f6e0b7 100644 --- a/modules/gateways/xendit.php +++ b/modules/gateways/xendit.php @@ -10,7 +10,7 @@ require __DIR__ . '/xendit/autoload.php'; // defines -define('XENDIT_PAYMENT_GATEWAY_VERSION', '1.0.8'); +define('XENDIT_PAYMENT_GATEWAY_VERSION', '1.0.9'); use WHMCS\Billing\Invoice; use Xendit\Lib\ActionBase;