Skip to content

Commit

Permalink
Update Rapid iOS library
Browse files Browse the repository at this point in the history
  • Loading branch information
eWAYTony authored and lok committed Oct 23, 2015
1 parent 4e096a6 commit c0c1acb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Pod/Classes/RapidAPI.m
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,7 @@ - (void)submitPayment:(Transaction *)Transaction completed:(void (^)(SubmitPayme
NSError *writeError = nil;
NSData *jsonData = [NSJSONSerialization dataWithJSONObject:paramObject options:NSJSONWritingPrettyPrinted error:&writeError];
NSString *jsonString = [[NSString alloc] initWithData:jsonData encoding:NSUTF8StringEncoding];
NSLog(@"JSON Output: %@", jsonString);
// NSLog(@"JSON Output: %@", jsonString);

//request api encrypt
NSURLSessionConfiguration *sessionConfig = [NSURLSessionConfiguration defaultSessionConfiguration];
Expand Down

0 comments on commit c0c1acb

Please sign in to comment.