From 4e407198434270ae3fc1509d700c1707d77496af Mon Sep 17 00:00:00 2001 From: Robert Brodie Date: Wed, 19 Jun 2024 16:42:26 -0400 Subject: [PATCH] SP-983 Address PHPCS warnings --- modules/gateways/bitpaycheckout.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/gateways/bitpaycheckout.php b/modules/gateways/bitpaycheckout.php index ff5c63f..87adab0 100644 --- a/modules/gateways/bitpaycheckout.php +++ b/modules/gateways/bitpaycheckout.php @@ -23,7 +23,7 @@ . DIRECTORY_SEPARATOR . 'vendor' . DIRECTORY_SEPARATOR . 'autoload.php'); - use BitPaySDK\PosClient; +use BitPaySDK\PosClient; use BitPaySDK\Model\Invoice\Invoice; use BitPaySDK\Model\Invoice\Buyer; use BitPaySDK\Model\Facade;