We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0af1cae commit ed3c1eaCopy full SHA for ed3c1ea
rails_application/app/controllers/products_controller.rb
@@ -23,7 +23,7 @@ def create
23
rescue ProductCatalog::AlreadyRegistered
24
flash[:notice] = "Product was already registered"
25
render "new"
26
- rescue Invoicing::Product::VatRateNotApplicable
+ rescue Taxes::Product::VatRateNotApplicable
27
flash[:notice] = "Selected VAT rate not applicable"
28
29
else
0 commit comments