transactions for order reservation and api for tax profile
This commit is contained in:
@@ -158,6 +158,7 @@ $(document).ready(function() {
|
||||
//end Notificaiotn message
|
||||
});
|
||||
|
||||
/* start order reservation function */
|
||||
function audioPlayBackground(shop_code){
|
||||
//audio play
|
||||
var audio = new Audio('/'+shop_code+'-beep.mp3'); // define your audio
|
||||
@@ -166,3 +167,4 @@ function audioPlayBackground(shop_code){
|
||||
audio.play();
|
||||
// },10000);
|
||||
}
|
||||
/* end order reservation function */
|
||||
|
||||
Reference in New Issue
Block a user