Skip to content
This repository has been archived by the owner on Oct 5, 2022. It is now read-only.

Created member with name on checkout completion #209

Merged
merged 1 commit into from
Oct 19, 2020

Conversation

allouis
Copy link
Collaborator

@allouis allouis commented Oct 19, 2020

refs TryGhost/Ghost#12270

Previously we would create the member, and then update their name from
stripe data, this mean that webhooks would be sent without a name,
despite us possibly having the information to provide one.

Here we've updated the creation of members to include the name attached
to the default billing method, this will ensure that webhooks are sent
with all availiable information.

refs TryGhost/Ghost#12270

Previously we would create the member, and then update their name from
stripe data, this mean that webhooks would be sent _without_ a name,
despite us possibly having the information to provide one.

Here we've updated the creation of members to include the name attached
to the default billing method, this will ensure that webhooks are sent
with all availiable information.
@allouis allouis merged commit eb76539 into TryGhost:master Oct 19, 2020
@allouis allouis deleted the add-name-when-member-created branch October 19, 2020 11:44
allouis added a commit to allouis/Ghost that referenced this pull request Oct 19, 2020
closes TryGhost#12270
refs TryGhost/Members#209

This includes a change to member creation after a Stripe Checkout, we
now add the name from the default payment method at creation, rather
than updating it after.
allouis added a commit to TryGhost/Ghost that referenced this pull request Oct 19, 2020
closes #12270
refs TryGhost/Members#209

This includes a change to member creation after a Stripe Checkout, we
now add the name from the default payment method at creation, rather
than updating it after.
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant