paymal payment api for cashier app

This commit is contained in:
Thein Lin Kyaw
2022-05-10 12:04:38 +06:30
parent 3c5416a154
commit ab526ac4a1
3 changed files with 115 additions and 65 deletions

View File

@@ -1,4 +1,5 @@
class Api::AuthenticateController < Api::ApiController
skip_before_action :authenticate
def create
emp_id = params[:emp_id]