From e4f2df8badbdd943b3a6493ada29ec8d780d20af Mon Sep 17 00:00:00 2001 From: andy Date: Fri, 5 Aug 2022 14:18:06 +0700 Subject: [PATCH] add new version 1.0.8 --- 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 70f9776..5edf00a 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.7'); +define('XENDIT_PAYMENT_GATEWAY_VERSION', '1.0.8'); use WHMCS\Billing\Invoice; use Xendit\Lib\ActionBase;