You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 23, 2022. It is now read-only.
When a user adds items to the cart and goes to the BTCPay invoice it's fine. If they back out and modify the cart the BTCPay invoice is not updated with the new total.
The id= in the url is remaining the same. When I look in the logs after modifying the cart and returning to the invoice I see "[Info] Existing BTCPay invoice has already been created, redirecting to it..."
This makes it impossible for a user to add or remove products from the cart and get an invoice that reflects an accurate amount. The plugin should not only check that the invoice exists but that the total transaction amount and ordered products are the same.
Kind of makes me think this plugin hasn't been used much in the wild :/
The text was updated successfully, but these errors were encountered:
When a user adds items to the cart and goes to the BTCPay invoice it's fine. If they back out and modify the cart the BTCPay invoice is not updated with the new total.
The id= in the url is remaining the same. When I look in the logs after modifying the cart and returning to the invoice I see "[Info] Existing BTCPay invoice has already been created, redirecting to it..."
This makes it impossible for a user to add or remove products from the cart and get an invoice that reflects an accurate amount. The plugin should not only check that the invoice exists but that the total transaction amount and ordered products are the same.
Kind of makes me think this plugin hasn't been used much in the wild :/
The text was updated successfully, but these errors were encountered: