mirror of
https://github.com/FranP-code/API-and-CRUD-for-Ecommerce-with-Node.js-FRONTEND.git
synced 2025-10-12 23:52:33 +00:00
payment logic done
This commit is contained in:
@@ -34,6 +34,8 @@ const pagarLogica = (checkout) => {
|
||||
|
||||
body.style.overflowY = 'hidden'
|
||||
|
||||
sessionStorage.setItem('order', JSON.stringify(checkout))
|
||||
|
||||
setTimeout(() => {
|
||||
|
||||
window.location.href = './payment'
|
||||
|
||||
Reference in New Issue
Block a user