I am using Tea Commerce 3.2.3. The stripe payment integration is on the version 1.6.2 and it has been deprecated for the requirement of TLS 1.2 .
The stripe integration needs to be upgraded for the latest version compatibility.
Resolved, I updated the payment provider with stripes latest version
I took the payment provide code from Github and updated the stripe.net package and updated the stripe.cs file with latest API changes. compiled and added the new dll to teacommerce project.
I'm evaluating the Stripe integration, and am having problems. Did the updated code make back to TeaCommerce by chance? Also, where do I find the stripe.net package (or assembly/project?), can't see it anywhere under TeaCommerce on Github?
I also see there's a pull request from Matt Brailsford back in February 2017 that seems to be highly related to this. Unfortunately there's no "resolution" or final comment as to the outcome of that PR. https://github.com/TeaCommerce/Payment-providers/pull/15
The Stripe provider is made by Matt and its right that there is a pull request hanging. Hope to get some time to integrate the pull request and test it. You can just use the code from the pull request as that is the one that is more updated :)
Tea commerce does not work with stripe payment
I am using Tea Commerce 3.2.3. The stripe payment integration is on the version 1.6.2 and it has been deprecated for the requirement of TLS 1.2 . The stripe integration needs to be upgraded for the latest version compatibility.
Resolved, I updated the payment provider with stripes latest version
I took the payment provide code from Github and updated the stripe.net package and updated the stripe.cs file with latest API changes. compiled and added the new dll to teacommerce project.
I'm evaluating the Stripe integration, and am having problems. Did the updated code make back to TeaCommerce by chance? Also, where do I find the stripe.net package (or assembly/project?), can't see it anywhere under TeaCommerce on Github?
Ok, so stripe.net is from Stripe itself, took me a bit to understand :-). This project, I presume https://github.com/stripe/stripe-dotnet.
I also see there's a pull request from Matt Brailsford back in February 2017 that seems to be highly related to this. Unfortunately there's no "resolution" or final comment as to the outcome of that PR. https://github.com/TeaCommerce/Payment-providers/pull/15
The Stripe provider is made by Matt and its right that there is a pull request hanging. Hope to get some time to integrate the pull request and test it. You can just use the code from the pull request as that is the one that is more updated :)
Kind regards
Anders
Great! If you don't mind it would be amazing if you could make a pull request for that on GitHub. Then others could benefit from your hard work :)
Remember to do it on the dev branch.
https://github.com/TeaCommerce/Payment-providers
Kind regards
Anders
is working on a reply...