Payment page style and structure done

This commit is contained in:
2021-11-18 20:42:52 -03:00
parent b7e95b8d96
commit 0ff5b5b92a
5 changed files with 342 additions and 1 deletions

View File

@@ -36,7 +36,7 @@ const pagarLogica = (checkout) => {
setTimeout(() => {
window.location.reload(true)
window.location.href = './payment'
}, 3000)
})