show authorization links in separate table

This commit is contained in:
Andy Brett
2021-02-18 13:50:58 -08:00
parent f1fca874a1
commit ee351d91a9
5 changed files with 40 additions and 2 deletions

View File

@@ -13,6 +13,7 @@ module Spree
before_action :enable_embedded_shopfront
def show
@payments_requiring_action = PaymentsRequiringAction.new(spree_current_user).query
@orders = orders_collection
customers = spree_current_user.customers