What types of changes does your code introduce to tipsi-stripe? Put an x in the boxes that apply
[ x] Bugfix (a non-breaking change which fixes an issue)
[ ] New feature (a non-breaking change which adds functionality)
[ ] Breaking change (fix or feature that would cause existing functionality not to work as expected)
Checklist
Put an x in the boxes that apply. You can also fill these out after creating the PR. If you're unsure about any of them, don't hesitate to ask. We're here to help! Next steps are a reminder of what we are going to look at before merging your code.
[ ] I have added tests that prove my fix is useful or that my feature works
[ ] I have added necessary documentation (if appropriate)
[ ] I know that my PR will be merged only if it has tests and they pass
Further comments
If this is a relatively large or complex change, kick off the discussion by explaining why you choose the solution you did and what alternatives you considered.
Proposed changes
This fixes the crash described here:
https://github.com/tipsi/tipsi-stripe/issues/785#issuecomment-863402006
Types of changes
What types of changes does your code introduce to
tipsi-stripe
?Put an
x
in the boxes that applyChecklist
Put an
x
in the boxes that apply. You can also fill these out after creating the PR. If you're unsure about any of them, don't hesitate to ask. We're here to help! Next steps are a reminder of what we are going to look at before merging your code.Further comments
If this is a relatively large or complex change, kick off the discussion by explaining why you choose the solution you did and what alternatives you considered.