Using version of tangible module with paypal processing. When I set store to only process for authenticated users, tangible product purchases works fine. However, when I set store to process for un-authenticated users (anonymous users), after the paypal transaction is completed and I click on "return to merchant" button, user is returned to "/store/history" with "access denied".

What do I do about this? I assume the anonymous user can't see a store history, but where should he go after clicking on "return to merchant"?

Comments

sime’s picture

line 151 in the paypal module should check for user access rights to store/history, and send them somewhere else instead -- maybe the transaction itself?

brmassa’s picture

Component: stores » store
gordon’s picture

Status: Active » Fixed

This has been fixed with the implementation of the new customer api.

Anonymous’s picture

Status: Fixed » Closed (fixed)