Skip to content

Commit

Permalink
Update api controllers for new columns
Browse files Browse the repository at this point in the history
  • Loading branch information
Graeme Nathan committed Nov 8, 2016
1 parent 48d231e commit fa94154
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/app/controllers/spree/api/payments_controller.rb
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ def index
end

def new
@payment_methods = Spree::PaymentMethod.available
@payment_methods = Spree::PaymentMethod.available_to_users.available_to_admin
respond_with(@payment_method)
end

Expand Down

0 comments on commit fa94154

Please sign in to comment.