Skip to content

Commit fd463b2

Browse files
updated IP to subdomain
1 parent 04fd68f commit fd463b2

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

Controller/Payment/class-paystack-plugin-tracker.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ function __construct($plugin, $pk){
1515

1616
function log_transaction_success($trx_ref){
1717
//send reference to logger along with plugin name and public key
18-
$url = "http://46.101.87.70:4553/log/charge_success";
18+
$url = "https://plugin-tracker.paystackintegrations.com/log/charge_success";
1919

2020
$fields = [
2121
'plugin_name' => $this->plugin_name,

view/frontend/web/js/view/payment/method-renderer/pstk_paystack-method.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ define(
109109
//JS PSTK-logger
110110
$.ajax({
111111
method: 'POST',
112-
url: "http://46.101.87.70:4553/log/charge_success",
112+
url: "https://plugin-tracker.paystackintegrations.com/log/charge_success",
113113
data:{
114114
plugin_name: 'magento-2',
115115
transaction_reference: response.reference,

0 commit comments

Comments
 (0)