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 b8d70500ec - Show all commits
api/controller/Payment

View File

@ -39,7 +39,7 @@ class PaymentServices {
customerData: {
...customer.customerData,
type: type,
products: productsFilter
products: productsFilter[0][0]
}
},
})