refactoring
All checks were successful
Deploy / build (push) Successful in 51s

This commit is contained in:
alsaze
2025-11-21 13:21:07 +03:00
parent 3d6a71f8e6
commit c06d1d336d
5 changed files with 9 additions and 9 deletions

View File

@@ -80,7 +80,7 @@ const createOrder = async () => {
typeRid: 'Purchase',
amount: cartSum,
currency: 'RUB',
hppRedirectUrl: `${import.meta.env.VITE_BASE_URL}/cart`,
hppRedirectUrl: `${process.env.VITE_BASE_URL}/cart`,
},
},
})