From caed10f23562e65e4dcf097384649266bceac62f Mon Sep 17 00:00:00 2001 From: Patrick Date: Tue, 10 Sep 2024 11:26:12 -0400 Subject: [PATCH] SP-1031: Update platform string --- BitPayLib/class-bitpayclientfactory.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BitPayLib/class-bitpayclientfactory.php b/BitPayLib/class-bitpayclientfactory.php index 746bdc4..875cc18 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_WooCommerce_v6.0.0' ); }