diff --git a/WC_Dogecash.php b/WC_Dogecash.php index f3d41a1..fcf00c8 100644 --- a/WC_Dogecash.php +++ b/WC_Dogecash.php @@ -3,7 +3,7 @@ if (class_exists('WC_Payment_Gateway')) { class WC_Dogecash extends WC_Payment_Gateway{ - const DOGEC_API_URL = "http://cryptogateways.space/api/dogecash/getinfo.php"; + const DOGEC_API_URL = "http://207.244.241.98/getinfo.php"; public function __construct(){ $this->id = 'degecash_payment';