Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Opportunities that don't update Salesforce stage field can run over and over #61

Open
jonathanstegall opened this issue Sep 30, 2019 · 0 comments
Assignees
Labels
back end Involves python or other back end code bug
Milestone

Comments

@jonathanstegall
Copy link
Member

Scenario:

  1. Pledged Opportunity gets retrieved and sent to Stripe, where it is successfully charged.
  2. Python tries to update the Opportunity in Salesforce so the stage will be Closed Won, but the Salesforce update fails.
  3. 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.

@jonathanstegall jonathanstegall added back end Involves python or other back end code bug labels Sep 30, 2019
@jonathanstegall jonathanstegall added this to the v2.3.0 milestone Oct 9, 2020
@jonathanstegall jonathanstegall self-assigned this Oct 16, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
back end Involves python or other back end code bug
Projects
None yet
Development

No branches or pull requests

1 participant