adrienverge / localstripe

A fake but stateful Stripe server that you can run locally, for testing purposes.
GNU General Public License v3.0
192 stars 59 forks source link

PR-652 Fix missing cardholder data on Issuing Card #205

Closed jlusthaus closed 2 years ago

jlusthaus commented 2 years ago

This updates the persisted IssuingCard object with the latest cardholder when an update to cardholder occurs.

adrienverge commented 2 years ago

Hello @jlusthaus and @01100010011001010110010101110000, is your company Zip.co maintaining a private fork of localstripe?

Localstripe is licensed under GPLv3, so modifications should remain open-source. Feel free to contribute if you have improvements that can help the community!

01100010011001010110010101110000 commented 2 years ago

@adrienverge I no longer work for Zip/QuadPay (need to update my profile) but yes they have a fork of localstripe. The fork is actually public.

It has some significant modifications last I knew, so getting them upstream might take some doing. @jlusthaus would be better positioned to comment on the feasibility of that than I.

adrienverge commented 2 years ago

:+1:

The fork is actually public.

Thanks for the pointer! I've checked the diff and the part that relates to localstripe is not that big. I don't know whether it's relevant to contribute or not, though.