View Issue Details

IDProjectCategoryView StatusLast Update
0007577module PayPal Checkoutmodule PayPal checkout - subpublic2024-04-08 22:21
ReporterQA Assigned To 
PrioritynormalSeverityminorReproducibilityalways
Status resolvedResolutionfixed 
Product Version2.3.3 / 1.3.3 
Fixed in Version2.4.0 / 3.4.0 
Summary0007577: Credit card order with order number and NOT Finished (DECLINED)
DescriptionThe problem here is that some working credit cards are rejected / declined.
The main problem is that some of these orders then receive an order number even though the payment has been declined and the QXTRANSSTATUS is NOT FINISHED.
There is also the same behavior with PayPal payments, but proportionally much less frequently.
Steps To ReproduceVisa and Master Card reportet in Ticket#119752
TagsNo tags attached.

Activities

QA

2024-01-09 11:18

administrator   ~0016095

Last edited: 2024-01-09 11:19

Even after changing the index, no OK status was saved in the OSCPAYPAL_ORDER table, but always a Decliend:

ALTER TABLE oscpaypal_order
ADD UNIQUE OXID_OXPAYPALORDERID_OSCPAYPALTRANSACTIONID_OSCPAYPALSTATUS (OXID, OXPAYPALORDERID, OSCPAYPALTRANSACTIONID, OSCPAYPALSTATUS)