Forgot to switch to name earlier for samples
This commit is contained in:
parent
0c3f47c6ff
commit
9151aacd8a
@ -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))
|
||||
|
Loading…
x
Reference in New Issue
Block a user