Skip to content

Commit

Permalink
SP-1031: Add Platform Info
Browse files Browse the repository at this point in the history
  • Loading branch information
p-maguire committed Sep 10, 2024
1 parent b500c77 commit 5909f4b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion BitPayLib/class-bitpayclientfactory.php
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,8 @@ public function create(): Client {

return new PosClient(
$token,
$this->get_environment()
$this->get_environment(),
'BitPay_Wordpress_v6.0.0'
);
}

Expand Down

0 comments on commit 5909f4b

Please sign in to comment.