Skip to content

Commit

Permalink
Merge pull request #81 from mejuri-inc/bug/udl-1425-order-tax-calcula…
Browse files Browse the repository at this point in the history
…tion

[UDL-1425] Updating FlowIo calculator to return nil when calculating taxes
  • Loading branch information
sebastiandl authored Nov 30, 2022
2 parents 2603eb9 + 3b3592a commit 303cc4c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions app/models/spree/calculator/flow_io.rb
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@ def get_tax_rate(taxable)
response.nil? ? 0 : response['rate']&.to_f
end

def get_order_tax_amount(_taxable); end

private

def prev_tax_amount(item)
Expand Down

0 comments on commit 303cc4c

Please sign in to comment.