lib/lightspeed_restaurant/receipt.rb in lightspeed_restaurant-1.1.2 vs lib/lightspeed_restaurant/receipt.rb in lightspeed_restaurant-2.0.0
- old
+ new
@@ -1,4 +1,6 @@
+# frozen_string_literal: true
+
require 'lightspeed_restaurant/base'
require 'lightspeed_restaurant/operations/list'
module LightspeedRestaurantClient
class Receipt < LightspeedRestaurantClient::Base