http://dev.virtuemart.net/projects/virtuemart/repository/revisions/10318/
Revision 10318 updates the cart without updating payment or shipping methods.
$(\'input[name="task"]\').val("updateCartNoMethods");
Most of the time this works,
but occasionally if a payment method contains fields which have been changed to a new value.
"updateCartNoMethods" will reset the payment methods back to their old default settings.
Check the change in the JS for the cart view.html.php
http://dev.virtuemart.net/projects/virtuemart/repository/diff?utf8=%E2%9C%93&rev=10334&rev_to=10333 (http://dev.virtuemart.net/projects/virtuemart/repository/diff?utf8=%E2%9C%93&rev=10334&rev_to=10333)
Quote from: AH on June 30, 2020, 17:11:24 PM
Check the change in the JS for the cart view.html.php
http://dev.virtuemart.net/projects/virtuemart/repository/diff?utf8=%E2%9C%93&rev=10334&rev_to=10333 (http://dev.virtuemart.net/projects/virtuemart/repository/diff?utf8=%E2%9C%93&rev=10334&rev_to=10333)
I checked those updates, but they have no effect on the original problem.