Commit 98dc449f by Rune Madsen

No need to override the setter for shippingRate

parent 2f906584
......@@ -71,13 +71,6 @@
return self;
}
- (void)setShippingRate:(BUYShippingRate *)shippingRate
{
[self willChangeValueForKey:@"shippingRate"];
_shippingRate = shippingRate;
[self didChangeValueForKey:@"shippingRate"];
}
+ (NSString *)jsonKeyForProperty:(NSString *)property
{
NSString *key = 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