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

Improve the ShippingBundle doc #9998

Merged
merged 4 commits into from
Dec 12, 2018
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
Remove billingAddress and shippingAddress
The Customer entity does not have have the mentioned properties.
  • Loading branch information
Konafets authored and pamil committed Dec 12, 2018
commit 34094b1e875fc31932a7a36acdbdf8d5cad07cf6
3 changes: 1 addition & 2 deletions docs/book/customers/customer_and_shopuser.rst
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,7 @@ As usual, use a factory. The only required field for the Customer entity is ``em

$this->container->get('sylius.repository.customer')->add($customer);

The Customer entity can of course hold other information besides an email, it can be for instance
``billingAddress`` and ``shippingAddress``, ``firstName``, ``lastName`` or ``birthday``.
The Customer entity can of course hold other information besides an email, it can be for instance ``firstName``, ``lastName`` or ``birthday``.

.. note::

Expand Down