- πΊπ¦Ukraine marchuk.vitaliy Rivne, UA
Update will be done in this issue https://www.drupal.org/project/commerce_stripe/issues/3403745 π¬ Why is stripe-php still stuck on version 7 and Stripe API on 2019-12-03? What does it imply? Active
- πΊπΈUnited States torgosPizza Portland, OR
I don't think this issue should be closed. The problem is that the
API Version
andPHP Library
are two different, independent things. The PHP Library is purely code but the "API" can be selected in the dashboard, and specified in code along with the PHP request. The request and response structures may also change between PHP versions, some of which are not backwards-comptible.I suggest re-opening this Issue and instead re-titling it to something like "Make module compatible with multiple API versions" which may require some refactoring of the code, so that requests and response considerations can be mapped to the relevant version to avoid exceptions or other API errors.