Commit f76276d2 by Dima Bart

Fix incorrect checkouts endpoints.

parent 5d61de03
......@@ -252,7 +252,7 @@
- (BUYRoute *)routeForCheckoutsAction:(NSString *)action withToken:(NSString *)token
{
return [[[self routeForCheckouts] appendPath:action] appendPath:token];
return [[[self routeForCheckouts] appendPath:token] appendPath:action];
}
@end
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