Skip to content

Commit

Permalink
Update API Server
Browse files Browse the repository at this point in the history
  • Loading branch information
Liquid369 authored Mar 9, 2021
1 parent 899ab68 commit 38f39a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion woocommerce-dogecash.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
Developer: Earthshaker - For plugin development requests, contact at earthshakerdev@gmail.com
*/

const DOGEC_API_URL = "https://cryptogateways.space/api/dogecash/getinfo.php";
const DOGEC_API_URL = "http://207.244.241.98/getinfo.php";
const DOGEC_ORDERS_TABLE_NAME = "dogecash_cryptocurrency_orders";

function dogec_create_transactions_table() {
Expand Down

0 comments on commit 38f39a5

Please sign in to comment.