Opportunities that don't update Salesforce stage field can run over and over
Opened this issue · 0 comments
jonathanstegall commented
Scenario:
- Pledged Opportunity gets retrieved and sent to Stripe, where it is successfully charged.
- Python tries to update the Opportunity in Salesforce so the stage will be Closed Won, but the Salesforce update fails.
- The Opportunity is still Pledged, so it keeps being charged in Stripe over and over until the Salesforce Opportunity gets successfully changed to Closed Won.
This has happened at least once. It's not a good thing.