lib/flowcommerce_spree.rb in flowcommerce_spree-0.0.4 vs lib/flowcommerce_spree.rb in flowcommerce_spree-0.0.5
- old
+ new
@@ -1,15 +1,17 @@
# frozen_string_literal: true
+require 'activerecord-postgres-json'
+require 'active_model_serializers'
require 'flowcommerce'
require 'flowcommerce_spree/api'
require 'flowcommerce_spree/refresher'
require 'flowcommerce_spree/engine'
require 'flowcommerce_spree/logging_http_client'
require 'flowcommerce_spree/logging_http_handler'
-require 'flowcommerce_spree/webhook_service'
require 'flowcommerce_spree/session'
require 'flow/simple_gateway'
+require 'oj'
module FlowcommerceSpree
API_KEY = ENV.fetch('FLOW_TOKEN', 'test_key')
ENV['FLOW_TOKEN'] = API_KEY