Skip to content

Commit

Permalink
Changed vat_code to vat_number
Browse files Browse the repository at this point in the history
  • Loading branch information
Simon Whitehouse committed Jul 28, 2016
1 parent 65cc62d commit e0b552a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion RecurlySDK/REAddress.m
Expand Up @@ -95,7 +95,7 @@ - (NSDictionary *)JSONDictionary
[dict setOptionalObject:_firstName forKey:@"first_name"];
[dict setOptionalObject:_lastName forKey:@"last_name"];
[dict setOptionalObject:_companyName forKey:@"company"];
[dict setOptionalObject:_vatCode forKey:@"vat_code"];
[dict setOptionalObject:_vatCode forKey:@"vat_number"];
[dict setOptionalObject:_phone forKey:@"phone"];

[dict setOptionalObject:_address1 forKey:@"address1"];
Expand Down

0 comments on commit e0b552a

Please sign in to comment.