wlrs / stripe-terminal

A simple PHP/JS terminal for making credit card charges with the stripe.com API
26 stars 5 forks source link

Severely out of date, use this new version. #2

Open bateller opened 4 years ago

bateller commented 4 years ago

This repo is severely out of date (and appears abandoned).

It does not work with the current stripe-php SDK or current stripe.js.

I did a pull request about 4 years ago that should work with the current stripe-php. However it was never approved/denied and is still sitting in the queue.

If anyone that stumbles across this repo wishes to use that update, you can go here: https://github.com/bateller/stripe-terminal. However please note this still uses the old stripe.js (v1).

If you wish to use a revamped Stripe Terminal that works with the current stripe-php SDK and stripe.js (v3) you can go here: https://github.com/bateller/stripe-terminal-new

I'm not trying to take away from anything @wlrs has done. I really appreciate the effort he put into this repo. However I wanted to make people aware of the updates if they happen across this repo. I also do not think it's a good idea to be using 8 yr old SDKs to handle credit card payments when updates exist.

Thanks, Brian

inspiredearth commented 2 years ago

Thanks very much.