It was reported in #1190004: Credit card information unavailable at review order stage. that notices are generated by PayPal WPP when a payment request fails.

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

Island Usurper’s picture

FileSize
1.58 KB

One of the error codes was unreachable, and PayPal doesn't even return AVS or CVV responses on failed payments.

longwave’s picture

mpearrow’s picture

BTW I have tested this and it works perfectly; thanks for this patch.

It was also thanks to your posts that I finally realized that it was a *failed* transaction that was the core issue (which then percolated those other warning messages) - I had copied and pasted the API endpoint into the WPP setup fields and had missed 1 character.

thanks again!

longwave’s picture

Status: Needs review » Fixed

Committed.

Lythimus’s picture

I am still receiving this problem with Drupal 7.0 on Linux with PHP 5.3 after using the most recent development version (9/18) and the beta4 version. I have manually applied the patch changes (1266824) to the latest development version and am still getting an error (though no longer the AVS CVV error). I have updated the database schema with the module updates and do have CVV2 enabled for Paypal WPP. I can't even find from where the new error is originated actually.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.

DamienMcKenna’s picture

Version: 7.x-3.x-dev » 6.x-2.x-dev
Assigned: Island Usurper » DamienMcKenna
Status: Closed (fixed) » Patch (to be ported)

Needs a backport to D6.

DamienMcKenna’s picture

Status: Patch (to be ported) » Needs review
FileSize
1.58 KB

A version of the patch from #1 rerolled for D6.

longwave’s picture

Status: Needs review » Fixed

Committed, thanks for backporting.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.

DamienMcKenna’s picture

Assigned: DamienMcKenna » Unassigned
Issue summary: View changes