From 596c16d27480ee526297627ae7dd57ff9837fe31 Mon Sep 17 00:00:00 2001 From: Moe Su Date: Sun, 11 Jun 2017 14:09:19 +0630 Subject: [PATCH] edit redeem --- app/views/origami/others_payments/index.html.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/origami/others_payments/index.html.erb b/app/views/origami/others_payments/index.html.erb index 5cf1bfd4..bd77effd 100644 --- a/app/views/origami/others_payments/index.html.erb +++ b/app/views/origami/others_payments/index.html.erb @@ -133,7 +133,7 @@ $(document).on('click', '.cashier_number', function(event){ // return false; // } }); -$("#REDIMREBATE").click(function(){ +$("#REDEEMREBATE").click(function(){ $('.rebate-form').removeAttr("hidden"); gateway_url = $(this).attr("data-url"); sale_id = $(this).attr("data-sale-id");