stripe-samples / saving-card-without-payment

How to build a form to save a credit card without taking a payment.
https://stripe.com/docs/payments/save-and-reuse
MIT License
127 stars 68 forks source link

Bump stripe-php version #3

Closed cjavilla-stripe closed 4 years ago

cjavilla-stripe commented 4 years ago

We likely need to do this for all samples. Theres a deprecation that causes an error for some JSON requests for those samples using a version of stripe-php <7

The steps are:

  1. Update composer.json and set stripe-php version to ^7.25.0
  2. Run composer update stripe/stripe-php

r? @adreyfus-stripe

adreyfus-stripe commented 4 years ago

Ah ty, made a ticket to look into this