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;