lib/lightspeed_restaurant.rb in lightspeed_restaurant-3.0.0 vs lib/lightspeed_restaurant.rb in lightspeed_restaurant-3.1.0

- old
+ new

@@ -11,11 +11,15 @@ require 'lightspeed_restaurant/configuration' require 'lightspeed_restaurant/customer' require 'lightspeed_restaurant/customer_credit_change' require 'lightspeed_restaurant/customer_loyalty_card' +require 'lightspeed_restaurant/customer_establishment_order' require 'lightspeed_restaurant/receipt' require 'lightspeed_restaurant/company' +require 'lightspeed_restaurant/payment_type' +require 'lightspeed_restaurant/product_group' +require 'lightspeed_restaurant/product_group_product' module LightspeedRestaurantClient class << self attr_accessor :api_token, :base_uri, :logger