Skip to content

Commit

Permalink
changed host IP to subdomain
Browse files Browse the repository at this point in the history
  • Loading branch information
lukman008 authored Jul 24, 2019
1 parent a050fb0 commit e3b3e89
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions paystack/controllers/front/class-paystack-plugin-tracker.php
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand All @@ -39,4 +39,4 @@ function log_transaction_success($trx_ref){
}
}

?>
?>

0 comments on commit e3b3e89

Please sign in to comment.