stripe / stripe-java

Java library for the Stripe API.
https://stripe.com
MIT License
818 stars 359 forks source link

Merge into beta using the merge script #1895

Closed ramya-stripe closed 3 weeks ago

ramya-stripe commented 3 weeks ago

When we merged from master to beta yesterday, we should have used our merge script and then NOT used the squash option when merging the PR as this results in future merges by the automation to not know how to resolve certain merge conflicts.

This PR has the changes from running our merge script and resolving the resulting merge conflicts.

Note: DO NOT use the squash option when merging