mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-21 20:47:08 -05:00
Remove the postal_code from test, until recurly get back to us.
This commit is contained in:
parent
9938787e4a
commit
eb92cfe8e0
1 changed files with 0 additions and 2 deletions
|
@ -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
|
||||
"""
|
||||
)
|
||||
|
|
Loading…
Reference in a new issue