From 851616fee6dc266fa9402674b08e8f1894750758 Mon Sep 17 00:00:00 2001 From: avedpath Date: Wed, 28 Jun 2023 15:42:03 +0530 Subject: [PATCH 1/2] support note added --- README.md | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 577b99c4..6691f7e5 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,12 @@ Vantiv eCommerce .NET SDK ===================== + + +### Important Support Note + + +***Worldpay provides SDK updates for releases in the latest major version stream. We do not provide SDK updates to older releases, unless mandated by the card brands. All SDKs are open source, allowing you to update older versions as needed.*** + #### WARNING: ##### All major version changes require recertification to the new version. Once certified for the use of a new version, Vantiv modifies your Merchant Profile, allowing you to submit transaction to the Production Environment using the new version. Updating your code without recertification and modification of your Merchant Profile will result in transaction declines. Please consult you Implementation Analyst for additional information about this process. About Vantiv eCommerce @@ -19,7 +26,7 @@ See LICENSE file for details on using this software. Source Code available from : https://github.com/LitleCo/litle-sdk-for-dotNet -Please contact [Vantiv eCommerce](https://developer.vantiv.com/community/ecommerce) to receive valid merchant credentials in order to run tests successfully or if you require assistance in any way. We are reachable at sdksupport@Vantiv.com +Please contact [Vantiv eCommerce](https://developer.vantiv.com/community/ecommerce) to receive valid merchant credentials in order to run tests successfully or if you require assistance in any way. We are reachable at sdksupport@fisglobal.com Setup ----- @@ -81,4 +88,4 @@ using Litle.Sdk; More examples can be found here [.Net Gists](https://gist.github.com/search?q=.net+sdk+Litle) or [Here](http://litleco.github.io/dotnet/) or in [Functional and Unit Tests] (https://github.com/LitleCo/litle-sdk-for-dotNet/tree/master/LitleSdkForNet/LitleSdkForNetTest) -Please contact Vantiv eCommerce with any further questions. You can reach us at sdksupport@Vantiv.com. +Please contact Vantiv eCommerce with any further questions. You can reach us at sdksupport@fisglobal.com. From 51fecb5c3c8f99bfd0b471c25d678c171f979e58 Mon Sep 17 00:00:00 2001 From: avedpath Date: Wed, 28 Jun 2023 15:59:17 +0530 Subject: [PATCH 2/2] support note added --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6691f7e5..4c646fbb 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ About this SDK -------------- The Vantiv eCommerce .NET SDK is a C# implementation of the [Vantiv eCommerce](https://developer.vantiv.com/community/ecommerce) XML API. This SDK was created to make it as easy as possible to connect and process your payments with Vantiv eCommerce. This SDK utilizes the HTTPS protocol to securely connect to Vantiv eCommerce. Using the SDK requires coordination with the Vantiv eCommerce team in order to be provided with credentials for accessing our systems. -Each .NET SDK release supports all of the functionality present in the associated Vantiv eCommerce XML version (e.g., SDK v9.3.2 supports Vantiv eCommerce XML v9.3). Please see the online copy of our XSD for Vantiv eCommerce XML to get more details on what the Vantiv eCommerce payments engine supports. +Each .NET SDK release supports all the functionality present in the associated Vantiv eCommerce XML version (e.g., SDK v9.3.2 supports Vantiv eCommerce XML v9.3). Please see the online copy of our XSD for Vantiv eCommerce XML to get more details on what the Vantiv eCommerce payments engine supports. This SDK is implemented to support the .NET plaform, including C#, VB.NET and Managed C++ and was created by Vantiv eCommerce. Its intended use is for online transactions processing utilizing your account on the Vantiv eComerce payments engine.