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

Fix bug where sender street is not printed #3

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Fix bug where sender street is not printed #3

wants to merge 1 commit into from

Conversation

jvamvas
Copy link

@jvamvas jvamvas commented Oct 4, 2015

If a postcard is created with a custom sender, the street is currently not printed on the postcard. This is because the sender object is initialized with a street property, whereas the template expects an address property.

Fixing this bug by using street in the template should be safe for both default and custom sender objects.

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

Successfully merging this pull request may close these issues.

1 participant