Skip to content

Commit

Permalink
SP-1031: Fix spaces before line
Browse files Browse the repository at this point in the history
  • Loading branch information
p-maguire committed Sep 10, 2024
1 parent d1633f6 commit d017a3c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion BitPayLib/class-bitpayclientfactory.php
Original file line number Diff line number Diff line change
Expand Up @@ -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'
);
}

Expand Down

0 comments on commit d017a3c

Please sign in to comment.