Closed (fixed)
Project:
Ubercart
Version:
7.x-3.x-dev
Component:
Payment
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
13 Jun 2011 at 14:38 UTC
Updated:
7 Jul 2011 at 13:21 UTC
Jump to comment: Most recent file
Comments
Comment #1
bwynants commenteduc_payment.js
you need #1187018: javascript function missing to get at that point if #1187018: javascript function missing isn't added the code breaks earlier....
Comment #2
bwynants commentedand an official patch
Comment #3
bwynants commentedWhen editing the payment on an order via admin edit an error happens and the payment pane does not get updated correctly
correct patch now
Comment #4
longwaveCommitted this change and removed the order hold parts, but I don't think this fully solves the problem, you can't just inject new parts into forms in D7 without rebuilding the form object properly - changing the payment method now works, but any details attached to the new method don't get saved. This is already an open task: #1182520: Convert order creation and editing forms to D7 Ajax