Closed (works as designed)
Project:
Commerce Core
Version:
7.x-1.5
Component:
Rules integration
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
20 Feb 2013 at 13:03 UTC
Updated:
20 Feb 2013 at 21:07 UTC
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
Comment #1
rszrama commentedI answered this in the Commerce Q&A: http://www.drupalcommerce.org/questions/7044/why-are-my-checkout-complet...
Comment #2
geraldito commentedThanks, using commerce-order:owner token instead of site:current-user did the job.