Skip to content

Commit

Permalink
Try new API Server
Browse files Browse the repository at this point in the history
  • Loading branch information
Liquid369 authored Mar 9, 2021
1 parent d411ee9 commit 899ab68
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion WC_Dogecash.php
Original file line number Diff line number Diff line change
Expand Up @@ -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';
Expand Down

0 comments on commit 899ab68

Please sign in to comment.