All actions fired on event "Completing the checkout process" have user "Anonymous" assigned. This brings some problems as I need to know the user for creating a new entity.

This happens using Paypal WPS (sandbox and live), IPN Array seems to have correct information showing user name, mail, etc. When using an Example Payment users are assigned correctly. In this case page is not left so maybe the user problem is related to the fact that event is triggered while still staying on Paypal site.

Comments

rszrama’s picture

Category: bug » support
Status: Active » Closed (works as designed)
geraldito’s picture

Thanks, using commerce-order:owner token instead of site:current-user did the job.