Skip to content

Commit

Permalink
SP-998: Update spaces
Browse files Browse the repository at this point in the history
  • Loading branch information
p-maguire committed Jul 1, 2024
1 parent c310df6 commit 7a45509
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion BitPayLib/class-wcgatewaybitpay.php
Original file line number Diff line number Diff line change
Expand Up @@ -309,7 +309,7 @@ public function process_payment( $order_id ) {
private function get_icon_on_payment_page(): string {
$settings = new BitPayPaymentSettings();

return add_query_arg('id', 'bitpay_logo', $settings->get_payment_logo_url());
return add_query_arg( 'id', 'bitpay_logo', $settings->get_payment_logo_url() );
}

private function get_processing_link(): string {
Expand Down

0 comments on commit 7a45509

Please sign in to comment.