Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
annvelents committed Dec 30, 2024
1 parent cbf4fc9 commit 8dba59d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/services/customers/update_service.rb
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ def call
Customers::ManageInvoiceCustomSectionsService.call(
customer:,
skip_invoice_custom_sections: args[:skip_invoice_custom_sections],
section_ids: args[:selected_invoice_custom_section_ids]
section_ids: args[:applicable_invoice_custom_section_ids]
).raise_if_error!

customer.save!
Expand Down

0 comments on commit 8dba59d

Please sign in to comment.