Files
sx-fc/app/controllers/origami/payments_controller.rb
2017-06-06 16:19:14 +06:30

18 lines
191 B
Ruby

class Origami::PaymentsController < BaseOrigamiController
def index
end
def create
#payment type
#sale status
#point - get [ food amount ]
end
def show
end
end