Skip to content

Commit 6be4563

Browse files
Switch to production url
1 parent 63265cb commit 6be4563

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Paystack/PSTCKAPIClient.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535

3636
#define FAUXPAS_IGNORED_IN_METHOD(...)
3737

38-
static NSString *const apiURLBase = @"crayon.paystack.co";
38+
static NSString *const apiURLBase = @"standard.paystack.co";
3939
static NSString *const chargeEndpoint = @"charge/mobile_charge";
4040
static NSString *const avsEndpoint = @"charge/avs";
4141
static NSString *const validateEndpoint = @"charge/validate";

0 commit comments

Comments
 (0)