update payment action cable

This commit is contained in:
Aung Myo
2018-01-25 15:33:52 +06:30
parent b3905a461e
commit 142bac74a8
5 changed files with 24 additions and 11 deletions

View File

@@ -14,6 +14,7 @@ App.order = App.cable.subscriptions.create('BillChannel', {
$('.table_'+data.table.id).addClass('red');
}
$('.new_text_'+data.table.id).removeClass('hide');
$('.new_text_'+data.table.id).text('billed');
}
});