Skip to content

Commit

Permalink
Update nochex_apc_handler.php
Browse files Browse the repository at this point in the history
  • Loading branch information
NochexDevTeam committed Apr 17, 2023
1 parent e54a314 commit b140ebe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ext/modules/payment/nochex/nochex_apc_handler.php
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@
} else {
// APC
// Set parameters for the email
$url = "https://www.nochex.com/apcnet/apc.aspx";
$url = "https://secure.nochex.com/apc/apc.aspx";
// Curl code to post variables back
$ch = curl_init(); // Initialise the curl tranfer
curl_setopt($ch, CURLOPT_URL, $url);
Expand Down

0 comments on commit b140ebe

Please sign in to comment.