From 98b592c8a989cf140dea70623320daaad994da54 Mon Sep 17 00:00:00 2001 From: Ibnu Maksum Date: Sun, 11 Sep 2022 11:02:21 +0700 Subject: [PATCH] fix wrong name --- system/autoload/PGXendit.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/system/autoload/PGXendit.php b/system/autoload/PGXendit.php index a7510240..4d1b758e 100644 --- a/system/autoload/PGXendit.php +++ b/system/autoload/PGXendit.php @@ -7,7 +7,7 @@ * Payment Gateway Xendit **/ -class PGTripay { +class PGXendit { protected $user; protected $trx; protected $channel;