View Issue Details

IDProjectCategoryView StatusLast Update
0007339module PayPal Checkoutmodule PayPal checkout - subpublic2022-09-21 13:55
ReporterQA Assigned To 
PrioritynormalSeverityminorReproducibilityalways
Status resolvedResolutionfixed 
Product Version2.1.5 / 1.1.5 
Fixed in Version2.1.6 / 1.1.6 
Summary0007339: paypal checkout with invalid credit card details
DescriptionThe paypal checkout with invalid credit card data is possible and you can place a successful order and land on the Thankyou page.
Steps To Reproduce1. 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 InformationCard Verification Value is not checked!!!
TagsNo tags attached.
Attached Files
Paypal_Kreditkarte_0.JPG (126,383 bytes)   
Paypal_Kreditkarte_0.JPG (126,383 bytes)   
Paypal_Kreditkarte_1.JPG (35,789 bytes)   
Paypal_Kreditkarte_1.JPG (35,789 bytes)   
Paypal_Kreditkarte_2.JPG (95,798 bytes)   
Paypal_Kreditkarte_2.JPG (95,798 bytes)   

Relationships

related to 0007341 resolvedmario_lorenz when entering the credit card data, the CVV (the check digit) is not verified 

Activities

QA

2022-08-15 14:42

administrator   ~0014044

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.