Make paypal controller inherit from base controller and not from old store controller

This commit is contained in:
Luis Ramos
2021-01-18 23:33:05 +00:00
parent 4060e7debf
commit fc40775ca8

View File

@@ -1,7 +1,7 @@
# frozen_string_literal: true
module Spree
class PaypalController < StoreController
class PaypalController < ::BaseController
ssl_allowed
include OrderStockCheck