View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0005698 | module PayPal | module PayPal - sub | public | 2014-03-17 15:15 | 2014-09-11 16:40 |
Reporter | marco_steinhaeuser | Assigned To | |||
Priority | normal | Severity | minor | Reproducibility | always |
Status | resolved | Resolution | fixed | ||
Product Version | 3.1.1 | ||||
Target Version | 3.2.0 | Fixed in Version | 3.1.2 | ||
Summary | 0005698: Exception if customer buys last item | ||||
Description | We found out that paypal module throws an exception if the customer buys the last item of the article and article is running out of stock. So order is not finalized and there are ghost paypek payments without orders. :) We fixed this bug by changing: $blCheckProduct to false in /oe/oepaypal/models/oepaypaloxbasketitem.php OXID Version was EE 5.0.3 | ||||
Additional Information | https://github.com/OXID-eSales/paypal/issues/7 | ||||
Tags | No tags attached. | ||||
|
Same problem in version 3.0.2. This bug inherit to other payments and won't work either (e.g. Skrill with 3dSecure Creditcard). The file "oe/oepaypal/models/oepaypaloxbasketitem.php" can be deleted completely and removed from metadata.php if you use a EE-Version >= 4.7 |
|
Deleting this file would remove the fix for 0004271: https://github.com/OXID-eSales/paypal/blob/v3.0.2/source/modules/oe/oepaypal/models/oepaypaloxbasketitem.php#L45 |
|
Removed oepaypaloxbasketitem.php file, it had an old fix which now is not relevant. |