mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-03-05 02:41:33 +00:00
Remove unnecessary storage of currency
This commit is contained in:
@@ -737,7 +737,7 @@ RSpec.describe '
|
||||
sku,
|
||||
description,
|
||||
quantity,
|
||||
amount.to_s, '', opts[:account_code], tax_type, '', '', '', '', Spree::Config.currency,
|
||||
amount.to_s, '', opts[:account_code], tax_type, '', '', '', '', "AUD",
|
||||
'', 'N']
|
||||
end
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user