Locks the Pay::Customer while creating an associated customer on Stripe. This helps prevent cases where multiple stripe customers could be created at stripe for a single Pay::Customer.
Related Issue:
Description:
Testing:
Screenshots (if applicable):
Checklist:
[X] Code follows the project's coding standards
[ ] Tests have been added or updated to cover the changes
[ ] Documentation has been updated (if applicable)
Pull Request
Summary:
Locks the
Pay::Customer
while creating an associated customer on Stripe. This helps prevent cases where multiple stripe customers could be created at stripe for a singlePay::Customer
.Related Issue:
Description:
Testing:
Screenshots (if applicable):
Checklist:
Additional Notes: