From e8de2989d8cce5cd138590dececc0ae1cf59d1eb Mon Sep 17 00:00:00 2001 From: Ben Mills Date: Mon, 6 Oct 2014 10:20:08 -0600 Subject: [PATCH] Remove address from the BankAccount resource --- fixtures/_models/bank_account.json | 4 ---- 1 file changed, 4 deletions(-) diff --git a/fixtures/_models/bank_account.json b/fixtures/_models/bank_account.json index 5e0e8a7..b858fe8 100644 --- a/fixtures/_models/bank_account.json +++ b/fixtures/_models/bank_account.json @@ -48,9 +48,6 @@ "description": "The name of the bank.", "type": "string" }, - "address": { - "$ref": "address.json" - }, "fingerprint": { "description": "Uniquely identifies the bank account (``account_number`` and ``routing_number``).", "type": "string" @@ -104,7 +101,6 @@ "routing_number", "account_type", "bank_name", - "address", "fingerprint", "can_debit", "can_credit",