From 1ffe8f1311c9fa9be3bb5850ac9d57854da39fae Mon Sep 17 00:00:00 2001 From: Emmanuel E <49331376+Emmanueleclipse@users.noreply.github.com> Date: Thu, 22 Feb 2024 01:47:40 +0200 Subject: [PATCH] Fixed URL --- lib/client.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/client.dart b/lib/client.dart index 2d265c4a..264446d7 100644 --- a/lib/client.dart +++ b/lib/client.dart @@ -8,7 +8,7 @@ import 'dart:io'; class Client { static String protocol = 'https'; - static String domain = 'anypay.pshenmic.dev'; + static String domain = 'api.anypayx.com'; static String host = "$protocol://$domain"; static String humanize(String str) {