From b9b3a143bd68ff693ea963a7264193ddc055fce0 Mon Sep 17 00:00:00 2001 From: Sushama Ghadage <159752725+SushamaGhadage0310@users.noreply.github.com> Date: Wed, 29 Apr 2026 19:52:45 +0530 Subject: [PATCH] Update repository URL (#4) Co-authored-by: e5651806 --- README.md | 14 +++++++------- setup.py | 8 ++++---- 2 files changed, 11 insertions(+), 11 deletions(-) diff --git a/README.md b/README.md index c94e58a..9b8ba33 100644 --- a/README.md +++ b/README.md @@ -1,18 +1,18 @@ [![codecov](https://codecov.io/gh/Vantiv/cnp-chargeback-sdk-python/branch/2.x/graph/badge.svg)](https://codecov.io/gh/Vantiv/cnp-chargeback-sdk-python/branch/2.x) ![Github All Releases](https://img.shields.io/github/downloads/vantiv/cnp-chargeback-sdk-python/total.svg) -[![GitHub](https://img.shields.io/github/license/vantiv/cnp-chargeback-sdk-python.svg)](https://github.com/Vantiv/cnp-chargeback-sdk-python/2.x/LICENSE) -[![GitHub issues](https://img.shields.io/github/issues/vantiv/cnp-chargeback-sdk-python.svg)](https://github.com/Vantiv/cnp-chargeback-sdk-python/issues) +[![GitHub](https://img.shields.io/github/license/vantiv/cnp-chargeback-sdk-python.svg)](https://github.com/Worldpay/cnp-chargeback-sdk-python/blob/2.x/LICENSE) +[![GitHub issues](https://img.shields.io/github/issues/vantiv/cnp-chargeback-sdk-python.svg)](https://github.com/Worldpay/cnp-chargeback-sdk-python/issues) Vantiv eCommerce Python Chargeback SDK ===================== About Vantiv eCommerce ------------ -[Vantiv eCommerce](https://developer.vantiv.com/community/ecommerce) powers the payment processing engines for leading companies that sell directly to consumers through internet retail, direct response marketing (TV, radio and telephone), and online services. Vantiv eCommerce is the leading authority in card-not-present (CNP) commerce, transaction processing and merchant services. +[Vantiv eCommerce](https://docs.worldpay.com/apis/cnpapi) powers the payment processing engines for leading companies that sell directly to consumers through internet retail, direct response marketing (TV, radio and telephone), and online services. Vantiv eCommerce is the leading authority in card-not-present (CNP) commerce, transaction processing and merchant services. About this SDK -------------- -The Vantiv eCommerce Python Chargeback SDK is a Python implementation of the [Vantiv eCommerce](https://developer.vantiv.com/community/ecommerce) Chargeback API. This SDK was created to make it as easy as possible to manage your chargebacks using Vantiv eCommerce API. 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. +The Vantiv eCommerce Python Chargeback SDK is a Python implementation of the [Vantiv eCommerce](https://docs.worldpay.com/apis/cnpapi) Chargeback API. This SDK was created to make it as easy as possible to manage your chargebacks using Vantiv eCommerce API. 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 Python SDK release supports all of the functionality present in the associated Vantiv eCommerce Chargeback API version (e.g., SDK v2.1.0 supports Vantiv eCommerce Chargeback API v2.1). Please see the Chargeback API reference guide to get more details on what the Vantiv eCommerce chargeback engine supports. @@ -20,7 +20,7 @@ This SDK was implemented to support the Python programming language and was crea See LICENSE file for details on using this software. -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://docs.worldpay.com/apis/cnpapi) to receive valid merchant credentials in order to run tests successfully or if you require assistance in any way. We are reachable at sdksupport@worldpay.com Dependencies ------------ @@ -40,7 +40,7 @@ Using pip Without Pip ->git clone https://github.com/Vantiv/cnp-chargeback-sdk-python.git +>git clone https://github.com/Worldpay/cnp-chargeback-sdk-python.git >cd cnp-chargeback-sdk-python @@ -86,4 +86,4 @@ response = chargeback_docuemnt.list_documents(xxxx) ``` -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@worldpay.com diff --git a/setup.py b/setup.py index b6944df..b534a5d 100644 --- a/setup.py +++ b/setup.py @@ -15,8 +15,8 @@ version='2.1.4', description='Vantiv eCommerce Chargeback SDK', author='Vantiv eCommerce', - author_email='SDKSupport@vantiv.com', - url='https://developer.vantiv.com/community/ecommerce', + author_email='sdksupport@worldpay.com', + url='https://docs.worldpay.com/apis/cnpapi', packages=['cnpsdk', 'scripts'], install_requires=[ 'PyXB==1.2.6', @@ -54,7 +54,7 @@ long_description='''Vantiv eCommerce Python Chargeback SDK ===================================================== -.. _`Vantiv eCommerce`: https://developer.vantiv.com/community/ecommerce +.. _`Vantiv eCommerce`: https://docs.worldpay.com/apis/cnpapi About Vantiv eCommerce ---------------------- @@ -71,7 +71,7 @@ See LICENSE file for details on using this software. -Please contact `Vantiv 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`_ to receive valid merchant credentials in order to run tests successfully or if you require assistance in any way. We are reachable at sdksupport@worldpay.com Dependencies ------------