Skip to content

Commit

Permalink
Fixed URL
Browse files Browse the repository at this point in the history
  • Loading branch information
emmanueleclipse authored Feb 21, 2024
1 parent 2097b61 commit 1ffe8f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/client.dart
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down

0 comments on commit 1ffe8f1

Please sign in to comment.