This commit is contained in:
Nweni
2017-06-06 16:19:14 +06:30
parent 3c756949d1
commit 2318d83adf
6 changed files with 53 additions and 4 deletions

View File

@@ -0,0 +1,10 @@
class Origami::CardPaymentsController < BaseOrigamiController
def index
end
def create
end
end

View File

@@ -0,0 +1,10 @@
class Origami::CreditPaymentsController < BaseOrigamiController
def index
end
def create
end
end

View File

@@ -5,6 +5,9 @@ class Origami::PaymentsController < BaseOrigamiController
end
def create
#payment type
#sale status
#point - get [ food amount ]
end
def show