suite
This commit is contained in:
parent
f20fe482c6
commit
2048897483
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
class Admin::PPaymentsController < ApplicationController
|
class Admin::PPaymentsController < ApplicationController
|
||||||
layout "admin"
|
layout "admin"
|
||||||
before_action :auth_admin
|
before_action :auth_admin, :except => [:paid_by_ogone_confirm]
|
||||||
|
|
||||||
before_action :admin_space
|
before_action :admin_space
|
||||||
|
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
class Admin::PriceDocumentsController < ApplicationController
|
class Admin::PriceDocumentsController < ApplicationController
|
||||||
layout "admin"
|
layout "admin"
|
||||||
before_action :auth_admin, :except => :print
|
before_action :auth_admin, :except => :print, :except => [:paid_by_ogone]
|
||||||
|
|
||||||
before_action :admin_space, :except => :print
|
before_action :admin_space, :except => :print
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user