Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

order customer data getter #13

Open
etoccalino opened this issue Nov 18, 2013 · 0 comments
Open

order customer data getter #13

etoccalino opened this issue Nov 18, 2013 · 0 comments

Comments

@etoccalino
Copy link
Contributor

I'm accumulating user data as it comes from forms, incrementally building the customer and shipping address using order.setCustomer(data) and order.setShippingAddress(data).
To obtain previous values, order.getCustomer() and order.getShippingAddress() would be helpful. Currently, the fix is to use order.get('customer') and order.get('shipping_address') .

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant