Bring in Spree::PaypalExpressCheckout

This commit is contained in:
Matt-Yorkley
2020-12-29 12:10:22 +00:00
parent 2a27da1cc5
commit 7f8fe631dd

View File

@@ -0,0 +1,6 @@
# frozen_string_literal: true
module Spree
class PaypalExpressCheckout < ActiveRecord::Base
end
end