Commit 6a6a6a3c by Dima Bart

Remove redundant customer url components method.

parent 72e8c0a6
...@@ -201,7 +201,7 @@ ...@@ -201,7 +201,7 @@
- (NSURLComponents *)URLComponentsForCustomers - (NSURLComponents *)URLComponentsForCustomers
{ {
return [self customerURLComponents]; return [self customerURLComponentsAppendingPath:nil];
} }
- (NSURLComponents *)URLComponentsForCustomerWithID:(NSString *)customerID - (NSURLComponents *)URLComponentsForCustomerWithID:(NSString *)customerID
...@@ -246,11 +246,6 @@ ...@@ -246,11 +246,6 @@
#pragma mark - Convenience methods #pragma mark - Convenience methods
- (NSURLComponents *)customerURLComponents
{
return [self customerURLComponentsAppendingPath:nil];
}
- (NSURLComponents *)customerURLComponentsAppendingPath:(NSString *)path - (NSURLComponents *)customerURLComponentsAppendingPath:(NSString *)path
{ {
return [self customerURLComponentsAppendingPath:path queryItems:nil]; return [self customerURLComponentsAppendingPath:path queryItems:nil];
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment