View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0007339 | module PayPal Checkout | module PayPal checkout - sub | public | 2022-07-25 11:56 | 2022-09-21 13:55 |
Reporter | QA | ||||
Priority | normal | Severity | minor | Reproducibility | always |
Status | resolved | Resolution | fixed | ||
Product Version | 2.1.5 / 1.1.5 | ||||
Target Version | Fixed in Version | 2.1.6 / 1.1.6 | |||
Summary | 0007339: paypal checkout with invalid credit card details | ||||
Description | The paypal checkout with invalid credit card data is possible and you can place a successful order and land on the Thankyou page. | ||||
Steps To Reproduce | 1. Go through checkout until payment method and select "Credit card" 2. Enter VALID credit card data on the final page 3. Enter incorrect CVV (Card Verification Value) 4. Submit order 5. Order goes through as Successful to Thank You page! | ||||
Additional Information | Card Verification Value is not checked!!! | ||||
Tags | No tags attached. | ||||
related to | 0007341 | resolved | mario_lorenz | when entering the credit card data, the CVV (the check digit) is not verified |
|
|
|
All orders - no matter which PayPal payment method - are kept on "NOT_FINISHED" during the order process. PayPal now waits for the success message of the capture via webhook. Only then the order is set to "OK" and the payment date is set. This way the CVV credit card problem is solved. Still open: 3DSecure -> We will add 3DS support in the next release. |