Closed (fixed)
Project:
Commerce Payflow Pro
Version:
7.x-1.x-dev
Component:
Code
Priority:
Major
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
26 Jan 2012 at 00:40 UTC
Updated:
7 May 2012 at 18:12 UTC
I get the above error with a fresh install of Commerce Payflow Pro. Adding the following to the $nvp array at line 257 of commerce_payflow_pro.module (1.x-dev version) fixes this issue for me:
'COUNTRY' => $billing_address['country'],
| Comment | File | Size | Author |
|---|---|---|---|
| Screen shot 2012-01-25 at 7.33.47 PM.png | 198.14 KB | starsinmypockets |
Comments
Comment #1
markie commentedThanks for your help. I have applied your suggestion, but added to limit the entry to the 2 letter country code.
'COUNTRY' => substr($billing_address['country'], 0, 2),
please give it a test and let me know if it suits your needs.
Comment #2
markie commentedComment #3
markie commented