Open hansbak opened 2 years ago
when i use PopRestStore and add an item to the cart with the currency set to EUR, the product gets added with a price amount 0.
this is caused by the service add#OrderProductQuantity not giving the currency to the get#OrderProductPrice service.
this change fixes the issue
please ignore first two changes from last time....
when i use PopRestStore and add an item to the cart with the currency set to EUR, the product gets added with a price amount 0.
this is caused by the service add#OrderProductQuantity not giving the currency to the get#OrderProductPrice service.
this change fixes the issue