Closed (works as designed)
Project:
Commerce PayPal
Version:
7.x-1.x-dev
Component:
PayPal WPS
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Anonymous (not verified)
Created:
19 Mar 2012 at 00:15 UTC
Updated:
22 Nov 2020 at 03:30 UTC
Jump to comment: Most recent
Comments
Comment #1
dgastudio commentedsame problem.
user billing information is not associated with order.
Did you found any solution?
Comment #2
Anonymous (not verified) commentedNo, I still don't know what the problem is.
Comment #3
andyg5000The " Create a new account for an anonymous order" rule attempts to update the orders customer billing id with the new user created id. If you've removed billing information from the checkout panes or removed billing profiles then the final rule action cannot run and throws a warning. You can do one of the following:
1) Ignore the warnings in your log.
2) Add billing information back to the checkout process.
3) Remove the rule action in loop that attempts to update the billing uid (Should be last item in rule mentioned above. Click edit on action and make sure Selected data: commerce-order:commerce-customer-billing:uid is referenced).
Also, keep an eye on this issue #1230304: Create a Billing information customer profile when IPN is received for an order with no profile which would create a billing profile when the PayPal IPN is received.