Merge pull request #133 from ZeusWPI/fix-quickpay
Fix quickpay by making the user order their order instead of koelkast
This commit is contained in:
commit
2b7c7de9f5
1 changed files with 1 additions and 0 deletions
|
@ -22,6 +22,7 @@
|
|||
|
||||
class UsersController < ApplicationController
|
||||
load_and_authorize_resource
|
||||
skip_before_action :set_user!, only: [:quickpay]
|
||||
|
||||
def show
|
||||
respond_to do |format|
|
||||
|
|
Loading…
Reference in a new issue