This commit is contained in:
Nweni
2017-06-06 15:32:24 +06:30
parent b847cde62c
commit 3c756949d1
5 changed files with 75 additions and 35 deletions

View File

@@ -2,7 +2,6 @@ class Origami::PaymentsController < BaseOrigamiController
def index
end
def create
@@ -11,4 +10,5 @@ class Origami::PaymentsController < BaseOrigamiController
def show
end
end