Is there any way to integrate Laravel Cashier with FastSpring payment system? https://github.com/FastSpring/fastspring-api
Note that they have a new API for their new storefront:
https://docs.fastspring.com/integrating-with-fastspring/fastspring-api
how do i implement Fastspring on Laravel?? please help meeeeeeee
I think you'll have to implement your own system to work with FastSpring, Cashier only works with Stripe and Braintree there is no assurance the API wrappers would work nicely with the implementation here.
Thank you!
Late more than a year :) but I created a package for this. People who come from google can check https://github.com/bgultekin/cashier-fastspring .
@bgultekin Wow, thank you so much!
Most helpful comment
Late more than a year :) but I created a package for this. People who come from google can check https://github.com/bgultekin/cashier-fastspring .