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

Add missing address2 details #3643

Merged
merged 2 commits into from
Feb 13, 2018

Commits on Feb 3, 2018

  1. Add missing address2 details

    When providing an address on the order page, the form has two address
    fields.  However, when you enter details in the second address field
    (address2) those details are not included in the order confirmation or
    the order confirmation email.
    
    This commit updates both to correctly include the full address details.
    
    Note that if we don't check for the existence of address.address2 and
    shippingAddress.address2 in server/methods/core/orders.js then we'll
    see undefined for address2 in the contents of the e-mail.
    
    Closes reactioncommerce#3601
    mattt416 committed Feb 3, 2018
    Configuration menu
    Copy the full SHA
    0c81c8c View commit details
    Browse the repository at this point in the history

Commits on Feb 10, 2018

  1. Configuration menu
    Copy the full SHA
    ed319db View commit details
    Browse the repository at this point in the history