Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

A match of the Shipping Address City, State, and Postal Code failed.


Dognose77

Recommended Posts

We are running osCommerce Online Merchant v2.3.3

 

The paypal module is

Version: 1.2 (online status)

API Version: 60.0

 

At check out the error occurs displaying

A match of the Shipping Address City, State, and Postal Code failed.

 

The paypal setting look to be correct.

 

I modified no code, just the administrator variables

 

I am confused.. Help please

 

 

 

 

 

 

 

 

 

 

Enable PayPal Express Checkout

True

 

Seller Account

 

 

API Username

 

 

API Password

 

 

API Signature

 

 

Transaction Server

Sandbox

 

Transaction Method

Sale

 

PayPal Account Optional

True

 

PayPal Instant Update

True

 

PayPal Checkout Image

Static

 

Debug E-Mail Address

 

 

Payment Zone

Indiana

 

Set Order Status

default

 

PayPal Transactions Order Status Level

default

 

Sort order of display.

0

 

cURL Program Location

/usr/bin/curl

Link to comment
Share on other sites

I had a similar problem with the paypal standard module supplied with oscommerce. I was told by paypal that when doing their security checks something in the address did mot match as it should and because of this the error was recorded and the transaction was stopped.

 

There is a work around. In your includes/modules/payment/paypal_standard.php file find

 

$parameters['address_override'] = '1';

 

and change it to

 

$parameters['address_override'] = '0';

 

See if that helps. It did for me.

REMEMBER BACKUP, BACKUP AND BACKUP

Link to comment
Share on other sites

  • 5 months later...

Had this same problem with paypal express module, and the solution was similar:

 

.../catalog/ext/modules/payment/paypal/express.php

 

Line 584: $params['ADDROVERRIDE'] = '1';

 

set to '0'.

 

osc 2.3.x

 

Unfortunately I'm not sure which paypal express module it is, but it would appear this "address override" bit causes the problem in any version.

Link to comment
Share on other sites

Had this same problem with paypal express module, and the solution was similar:

 

.../catalog/ext/modules/payment/paypal/express.php

 

Line 584: $params['ADDROVERRIDE'] = '1';

 

set to '0'.

 

osc 2.3.x

 

Unfortunately I'm not sure which paypal express module it is, but it would appear this "address override" bit causes the problem in any version.

 

Typo: that's line 548, not 584

Link to comment
Share on other sites

  • 1 month later...

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...