Index: trunk/extensions/DonationInterface/globalcollect_gateway/forms/html/webitects_2_3step.html |
— | — | @@ -145,7 +145,6 @@ |
146 | 146 | <input type="hidden" value="@comment" name="comment"/> |
147 | 147 | <input type="hidden" value="@comment-option" name="comment-option"/> |
148 | 148 | <input type="hidden" value="@email-opt" name="email-opt"/> |
149 | | - <input type="hidden" value="processed" name="payment_method"/> |
150 | 149 | <input type="hidden" value="@token" name="token"/> |
151 | 150 | <input type="hidden" value="@order_id" name="order_id"/> |
152 | 151 | <input type="hidden" value="@numAttempt" name="numAttempt"/> |
— | — | @@ -153,6 +152,9 @@ |
154 | 153 | <input type="hidden" value="@data_hash" name="data_hash"/> |
155 | 154 | <input type="hidden" value="@owa_session" name="owa_session"/> |
156 | 155 | <input type="hidden" value="@owa_ref" name="owa_ref"/> |
| 156 | + <!-- new required fields --> |
| 157 | + <input type="hidden" value="@gateway" name="gateway"/> |
| 158 | + <input type="hidden" value="@payment_method" name="payment_method"/> |
157 | 159 | </form> |
158 | 160 | <div id="where-content"> |
159 | 161 | <hr /> |