Add payment.js

This commit is contained in:
Moe Poi ~ 2021-11-21 08:16:30 +07:00
parent 77372b2a2c
commit ce5dabbb09

5
public/js/payment.js Normal file
View file

@ -0,0 +1,5 @@
function init() {
window.history.pushState({}, null, '/payment');
}
init();