Remove the postal_code from test, until recurly get back to us.

This commit is contained in:
Shane Kilkelly 2016-06-27 10:40:08 +01:00
parent 9938787e4a
commit eb92cfe8e0

View file

@ -338,7 +338,6 @@ describe "RecurlyWrapper", ->
country: "some_country"
state: "some_state"
zip: "some_zip"
postal_code: "some_postal_code"
nonsenseKey: "rubbish"
it 'should generate the correct xml', () ->
@ -352,7 +351,6 @@ describe "RecurlyWrapper", ->
<country>some_country</country>
<state>some_state</state>
<zip>some_zip</zip>
<postal_code>some_postal_code</postal_code>
</billing_info>\n
"""
)