Can no longer submit credit card via backend without cvv
It worked in 2.4.
This is with the civicontribute component setting turned off (cvv required for backoffice = No).
The form widget correctly has the cvv optional, but then you get a fatal error submitting that says "Property 'cvv2' has not been set.". Maybe that line that does that property check can skip cvv2 if the civi setting is No. Will try hacking and report back.