Opened 8 years ago
Last modified 8 years ago
#1455 closed Bug/Fehler
PayPal, xtc_draw_form, fehlerhaft verwendet — at Initial Version
| Reported by: | Owned by: | ||
|---|---|---|---|
| Priority: | hoch | Milestone: | modified-shop-2.0.4.0 |
| Component: | Module | Version: | 2.0.3.0 |
| Keywords: | Cc: | ||
| Blocked By: | Blocking: |
Description
Guten Morgen,
in der Datei includes/external/paypal/mpdules/orders_paypal_data.php
konnte ich diese Zeile 2 Mal finden:
xtc_draw_form('capture', FILENAME_ORDERS, xtc_get_all_get_params(array('action','subaction')).'action=custom&subaction=paypalaction');
der action-Parameter der xtc_draw_form wird mit "FILENAME_ORDERS" belegt und der method-parameter mit den zu verwendenden GET-Parametern, wodurch das Formular-Tag fehlerhaft aufgebaut wird und eine PayPal-Rückzahlung nicht mehr möglich ist.
sie sollte ersetzt werden durch
xtc_draw_form('capture', xtc_href_link(FILENAME_ORDERS, xtc_get_all_get_params(array('action','subaction'), 'SSL').'action=custom&subaction=paypalaction'),'post');
Viele Grüße
Andreas
Note:
See TracTickets
for help on using tickets.
