From 8d0f192ca77a4ecaaff0ef76cbdc66b369187cb7 Mon Sep 17 00:00:00 2001 From: Rohan Mitchell Date: Wed, 30 Oct 2013 10:42:23 +1100 Subject: [PATCH] Update states to match --- db/default/spree/states.yml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/db/default/spree/states.yml b/db/default/spree/states.yml index 64d020c872..305e21ab39 100644 --- a/db/default/spree/states.yml +++ b/db/default/spree/states.yml @@ -1,41 +1,41 @@ #Australia states_101: name: Tasmania - country_id: "109" + country_id: "12" id: "101" abbr: Tas states_102: name: Victoria - country_id: "109" + country_id: "12" id: "102" abbr: Vic states_103: name: New South Wales - country_id: "109" + country_id: "12" id: "103" abbr: NSW states_104: name: ACT - country_id: "109" + country_id: "12" id: "104" abbr: ACT states_105: name: Queensland - country_id: "109" + country_id: "12" id: "105" abbr: QLD states_106: name: South Australia - country_id: "109" + country_id: "12" id: "106" abbr: SA states_107: name: Northern Territory - country_id: "109" + country_id: "12" id: "107" abbr: NT states_108: name: Western Australia - country_id: "109" + country_id: "12" id: "108" abbr: WA \ No newline at end of file