lib/lightspeed_restaurant.rb in lightspeed_restaurant-1.0.0 vs lib/lightspeed_restaurant.rb in lightspeed_restaurant-1.1.0
- old
+ new
@@ -1,15 +1,16 @@
# Lightspeed Restaurant Ruby Bindings
-# API spec at http://staging-exact-integration.posios.com/PosServer/swagger-ui.html
+# API spec at http://stating-integration.posios.com/PosServer/swagger-ui.html
require 'excon'
require 'json'
require 'lightspeed_restaurant/version'
require 'lightspeed_restaurant/request'
require 'lightspeed_restaurant/customer'
require 'lightspeed_restaurant/customer_credit_change'
+require 'lightspeed_restaurant/customer_loyalty_card'
require 'lightspeed_restaurant/receipt'
require 'lightspeed_restaurant/company'
module LightspeedRestaurantClient
class << self