diff --git a/BitPayLib/class-bitpayclientfactory.php b/BitPayLib/class-bitpayclientfactory.php index 374e05c..746bdc4 100644 --- a/BitPayLib/class-bitpayclientfactory.php +++ b/BitPayLib/class-bitpayclientfactory.php @@ -35,7 +35,7 @@ public function create(): Client { return new PosClient( $token, $this->get_environment(), - 'BitPay_Wordpress_v6.0.0' + 'BitPay_Wordpress_v6.0.0' ); }