created this 2.0 branch with a 2.0 tag. I don't really know if I did correctly.
I just modified in the code :
the composer with 3.0 || 4.0
the argument of the client from "stripe_api_key" to "flosch_stripe.stripe_api_key". The parameters.yml file does not exists anymore.
With this solution, you still have to write to a config file :
flosch_stripe:
stripe_api_key: "STRIPE_API_KEY"
The best would be to write a composer recipe (the new way of doing) which would write the config file when updating composer. But I did not found enough documentation on web to do it so far.
Theses modifications work for me on my environnement, at lest for creating charges/updating charges/customers.
Hi again,
created this 2.0 branch with a 2.0 tag. I don't really know if I did correctly.
I just modified in the code :
With this solution, you still have to write to a config file :
flosch_stripe: stripe_api_key: "STRIPE_API_KEY"
The best would be to write a composer recipe (the new way of doing) which would write the config file when updating composer. But I did not found enough documentation on web to do it so far.
Theses modifications work for me on my environnement, at lest for creating charges/updating charges/customers.