mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-05-31 21:01:33 +02:00
Remove the postal_code from test, until recurly get back to us.
This commit is contained in:
@@ -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
|
||||
"""
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user