| @@ -240,9 +240,9 @@ | ||
| 240 | 240 | <input type="hidden" name="em" value="' . esc_attr( $usces_entries['customer']['mailaddress1'] ) . '" /> |
| 241 | 241 | <input type="hidden" name="acting" value="jpayment_card" /> |
| 242 | 242 | <input type="hidden" name="acting_return" value="1" /> |
| 243 | 243 | <input type="hidden" name="page_id" value="' . USCES_CART_NUMBER . '" /> |
| 244 | - <input type="hidden" name="uscesid" value="' . $usces->get_uscesid( false ) . '">'; | |
| 244 | + '; | |
| 245 | 245 | $purchase_html .= '<div class="send"><input name="purchase_jpayment" type="submit" id="purchase_button" class="checkout_button" value="' . $checkout_button_value . '"' . apply_filters( 'usces_filter_confirm_nextbutton', null ) . $purchase_disabled . ' /></div>'; |
| 246 | 246 | $html .= apply_filters( 'usces_filter_confirm_inform', $purchase_html, $payments, $acting_flag, $rand, $purchase_disabled ); |
| 247 | 247 | $html .= '</form>'; |
| 248 | 248 | $purchase_html = '<form action="' . USCES_CART_URL . '" method="post" onKeyDown="if(event.keyCode == 13) {return false;}"> |
| @@ -290,9 +290,9 @@ | ||
| 290 | 290 | <input type="hidden" name="em" value="' . esc_attr( $usces_entries['customer']['mailaddress1'] ) . '" /> |
| 291 | 291 | <input type="hidden" name="acting" value="jpayment_conv" /> |
| 292 | 292 | <input type="hidden" name="acting_return" value="1" /> |
| 293 | 293 | <input type="hidden" name="page_id" value="' . USCES_CART_NUMBER . '" /> |
| 294 | - <input type="hidden" name="uscesid" value="' . $usces->get_uscesid( false ) . '">'; | |
| 294 | + '; | |
| 295 | 295 | $html .= '<div class="send"><input name="purchase_jpayment" type="submit" id="purchase_button" class="checkout_button" value="' . $checkout_button_value . '"' . apply_filters( 'usces_filter_confirm_nextbutton', null ) . $purchase_disabled . ' /></div>'; |
| 296 | 296 | $html = apply_filters( 'usces_filter_confirm_inform', $html, $payments, $acting_flag, $rand, $purchase_disabled ); |
| 297 | 297 | $html .= '</form>'; |
| 298 | 298 | $html .= '<form action="' . USCES_CART_URL . '" method="post" onKeyDown="if(event.keyCode == 13) {return false;}"> |
| @@ -340,9 +340,9 @@ | ||
| 340 | 340 | <input type="hidden" name="em" value="' . esc_attr( $usces_entries['customer']['mailaddress1'] ) . '" /> |
| 341 | 341 | <input type="hidden" name="acting" value="jpayment_bank" /> |
| 342 | 342 | <input type="hidden" name="acting_return" value="1" /> |
| 343 | 343 | <input type="hidden" name="page_id" value="' . USCES_CART_NUMBER . '" /> |
| 344 | - <input type="hidden" name="uscesid" value="' . $usces->get_uscesid( false ) . '">'; | |
| 344 | + '; | |
| 345 | 345 | $html .= '<div class="send"><input name="purchase_jpayment" type="submit" id="purchase_button" class="checkout_button" value="' . $checkout_button_value . '"' . apply_filters( 'usces_filter_confirm_nextbutton', null ) . $purchase_disabled . ' /></div>'; |
| 346 | 346 | $html = apply_filters( 'usces_filter_confirm_inform', $html, $payments, $acting_flag, $rand, $purchase_disabled ); |
| 347 | 347 | $html .= '</form>'; |
| 348 | 348 | $html .= '<form action="' . USCES_CART_URL . '" method="post" onKeyDown="if(event.keyCode == 13) {return false;}"> |