Skip to content

Comments

Handle POST of new deleted customer#351

Merged
jwhitlock merged 2 commits intomainfrom
fix-350-ingest-new-deleted-customer
Dec 17, 2021
Merged

Handle POST of new deleted customer#351
jwhitlock merged 2 commits intomainfrom
fix-350-ingest-new-deleted-customer

Conversation

@jwhitlock
Copy link
Contributor

@jwhitlock jwhitlock commented Dec 17, 2021

Handle the case where a new Stripe customer starts out deleted. The ingest is successful (doesn't raise StripeIngestUnknownObjectError), but no object is created and the object returned is None.

Fixes #350. Since this is a production issue, also preparing for next release.

Handle the case where a new Stripe customer starts out deleted. The
ingest is successful (doesn't raise `StripeIngestUnknownObjectError`),
but no object is created and the object returned is `None`.
Copy link
Contributor

@bsieber-mozilla bsieber-mozilla left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks @jwhitlock

@jwhitlock jwhitlock merged commit 904a8e4 into main Dec 17, 2021
@jwhitlock jwhitlock deleted the fix-350-ingest-new-deleted-customer branch December 17, 2021 16:43
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.

Stripe ingest error when a new customer is deleted

2 participants