Revert to false so strings can be mutated in this class

This commit is contained in:
Luis Ramos
2021-06-06 10:39:43 +01:00
parent f95b0e3c54
commit 5a05a21dad
2 changed files with 2 additions and 2 deletions

View File

@@ -1,4 +1,4 @@
# frozen_string_literal: true
# frozen_string_literal: false
module Spree
module Admin

View File

@@ -1,4 +1,4 @@
# frozen_string_literal: true
# frozen_string_literal: false
# Responsible for keeping line items on initialised orders for a subscription in sync with
# the subscription line items on that subscription.