Skip to content

Commit 4c12b52

Browse files
authored
updated host IP to subdomain
1 parent 3a6507e commit 4c12b52

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

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

Lines changed: 2 additions & 2 deletions
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,
@@ -39,4 +39,4 @@ function log_transaction_success($trx_ref){
3939
}
4040
}
4141

42-
?>
42+
?>

0 commit comments

Comments
 (0)