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 +?>