develop #10

Merged
pablone merged 64 commits from develop into master 2024-04-22 11:35:55 +00:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit 474ec536d7 - Show all commits

View File

@ -197,7 +197,7 @@ export function useCheckoutForm() {
const handleFetchPaymentMethod = async ({ type, values }) => {
try {
const productsId = cart.map((item) => item.id);
const productsId = cart.map((item) => item.itemFk);
const cartItensData = cart.map(({ id, message, ...rest }) => ({
id,
message: message || "",