Skip to content

Commit

Permalink
bug #10023 Remove billingAddress and shippingAddress (Konafets)
Browse files Browse the repository at this point in the history
This PR was merged into the 1.2 branch.

Discussion
----------

The Customer entity does not have have the mentioned properties.

| Q               | A
| --------------- | -----
| Branch?         | 1.3
| Bug fix?        | no
| New feature?    | no
| BC breaks?      | no
| Deprecations?   | no
| License         | MIT

Commits
-------

34094b1 Remove billingAddress and shippingAddress
  • Loading branch information
pamil authored Dec 12, 2018
2 parents 6ff9ced + 34094b1 commit 280bdc5
Showing 1 changed file with 1 addition and 2 deletions.
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

0 comments on commit 280bdc5

Please sign in to comment.