Skip to content

Commit 3351a4c

Browse files
committed
SP-896: PHPCS fix
1 parent 6a60003 commit 3351a4c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

modules/gateways/bitpaycheckout.php

+1
Original file line numberDiff line numberDiff line change
@@ -195,6 +195,7 @@ function bitpaycheckout_link($config_params)
195195
$params->orderId = trim($invoiceId);
196196
// @phpcs:ignore Generic.Files.LineLength.TooLong
197197
$protocol = 'https://';
198+
// @phpcs:ignore Generic.Files.LineLength.TooLong
198199
$params->notificationURL = $protocol . $_SERVER['SERVER_NAME']. $dir . '/modules/gateways/bitpaycheckout/callback/bitpaycheckout_ipn.php';
199200
// @phpcs:ignore Generic.Files.LineLength.TooLong
200201
$params->redirectURL = (isset($_SERVER['HTTPS']) && $_SERVER['HTTPS'] === 'on' ? "https" : "http") . "://$_SERVER[HTTP_HOST]$_SERVER[REQUEST_URI]";

0 commit comments

Comments
 (0)