View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0001919 | module PayPal | module PayPal - sub | public | 2010-06-16 17:31 | 2012-12-07 15:17 |
Reporter | andreas_ziethen | Assigned To | |||
Priority | high | Severity | major | Reproducibility | always |
Status | resolved | Resolution | fixed | ||
Summary | 0001919: Paypal express does not work for non registered customers who used paypal ealier | ||||
Description | In former versions of the paypal module street and streetnumber was not splitted. So in oxstreet you got something like: "Elmstreet 13" - and oxstreetnr was empty. The actual version of the paypal module now checks the address given by paypal against the address in the shop - if the user is already registered in the shop. But: the actual version does a split on street and number before it checks the address. This means: if somebody has an "Elmstreet 13" in oxstreet and now tries to order via paypal express, he will again and again get the message that his paypal addres does not match with the shop address - and he cannot order. This is EVAL! Cause it affects all shops who updatedt the paypal module and still have many customers with street and number in one field. Appart from that, some shops WANT to have street and number in one field cause their ERP system needs it. So you should NOT split the paypal address before a check against the shop address - BUT: you should JOIN the shop-address (street + number) and check against the unsplitted paypal address. | ||||
Tags | Payment | ||||