From eb92cfe8e09dde49957c1160a16bc4f44f502f89 Mon Sep 17 00:00:00 2001 From: Shane Kilkelly Date: Mon, 27 Jun 2016 10:40:08 +0100 Subject: [PATCH] Remove the postal_code from test, until recurly get back to us. --- .../UnitTests/coffee/Subscription/RecurlyWrapperTests.coffee | 2 -- 1 file changed, 2 deletions(-) diff --git a/services/web/test/UnitTests/coffee/Subscription/RecurlyWrapperTests.coffee b/services/web/test/UnitTests/coffee/Subscription/RecurlyWrapperTests.coffee index 3fb5590018..143085b402 100644 --- a/services/web/test/UnitTests/coffee/Subscription/RecurlyWrapperTests.coffee +++ b/services/web/test/UnitTests/coffee/Subscription/RecurlyWrapperTests.coffee @@ -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", -> some_country some_state some_zip - some_postal_code \n """ )