Forgot to switch to name earlier for samples

This commit is contained in:
Endre Karlson 2013-03-05 21:00:29 +00:00
parent 0c3f47c6ff
commit 9151aacd8a

View File

@ -49,8 +49,8 @@ if __name__ == '__main__':
conn.pg_method_add(ctxt, method)
country_data = {
"currency_id": currencies['nok']['id'],
"language_id": languages['nor']['id']}
"currency_name": currencies['nok']['name'],
"language_name": languages['nor']['name']}
merchant = conn.merchant_add(
ctxt, get_fixture('merchant', values=country_data))