mirror of
https://github.com/internetee/registry.git
synced 2025-08-03 16:32:04 +02:00
Fix Rubocop styling issues
This commit is contained in:
parent
86889b6432
commit
5816ae1663
3 changed files with 6 additions and 5 deletions
|
@ -112,7 +112,8 @@ class Invoice < ApplicationRecord
|
|||
'product_id': Setting.directo_receipt_product_name,
|
||||
'description': order,
|
||||
'quantity': 1,
|
||||
'price': ActionController::Base.helpers.number_with_precision(subtotal, precision: 2, separator: ".")
|
||||
'price': ActionController::Base.helpers
|
||||
.number_with_precision(subtotal, precision: 2, separator: '.'),
|
||||
}].as_json
|
||||
|
||||
inv
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue