From e3b3e89f2b8a21ac29018dbccfedca0dd3be09b8 Mon Sep 17 00:00:00 2001 From: Luqman Bello Date: Thu, 25 Jul 2019 00:08:37 +0100 Subject: [PATCH] changed host IP to subdomain --- paystack/controllers/front/class-paystack-plugin-tracker.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/paystack/controllers/front/class-paystack-plugin-tracker.php b/paystack/controllers/front/class-paystack-plugin-tracker.php index 194f537..b4e2214 100644 --- a/paystack/controllers/front/class-paystack-plugin-tracker.php +++ b/paystack/controllers/front/class-paystack-plugin-tracker.php @@ -15,7 +15,7 @@ function __construct($plugin, $pk){ function log_transaction_success($trx_ref){ //send reference to logger along with plugin name and public key - $url = "http://46.101.87.70:4553/log/charge_success"; + $url = "https://plugin-tracker.paystackintegrations.com/log/charge_success"; $fields = [ 'plugin_name' => $this->plugin_name, @@ -39,4 +39,4 @@ function log_transaction_success($trx_ref){ } } -?> \ No newline at end of file +?>