Remove unnecessary storage of currency

This commit is contained in:
Maikel Linke
2025-01-03 15:32:58 +11:00
committed by Konrad
parent ed926e9e26
commit 917e0ff01a
7 changed files with 6 additions and 26 deletions

View File

@@ -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