Skip to content

Commit 3ca0798

Browse files
author
Your Name
committed
fix: Simplify package description to 'Secure Payment Gateway'
Per user request - keep it simple and concise
1 parent 1bf1147 commit 3ca0798

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

javascript/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "agentgatepay-sdk",
33
"version": "1.1.2",
4-
"description": "Official JavaScript/TypeScript SDK for AgentGatePay - Secure multi-chain cryptocurrency payment gateway for AI agents",
4+
"description": "Official JavaScript/TypeScript SDK for AgentGatePay - Secure Payment Gateway for AI agents",
55
"main": "dist/index.js",
66
"types": "dist/index.d.ts",
77
"scripts": {

python/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ build-backend = "setuptools.build_meta"
55
[project]
66
name = "agentgatepay-sdk"
77
version = "1.1.2"
8-
description = "Official Python SDK for AgentGatePay - Secure multi-chain cryptocurrency payment gateway for AI agents"
8+
description = "Official Python SDK for AgentGatePay - Secure Payment Gateway for AI agents"
99
readme = "README.md"
1010
requires-python = ">=3.8"
1111
license = {text = "MIT"}

python/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
version="1.1.2",
1414
author="AgentGatePay",
1515
author_email="support@agentgatepay.com",
16-
description="Official Python SDK for AgentGatePay - Secure multi-chain cryptocurrency payment gateway for AI agents",
16+
description="Official Python SDK for AgentGatePay - Secure Payment Gateway for AI agents",
1717
long_description=long_description,
1818
long_description_content_type="text/markdown",
1919
url="https://github.com/AgentGatePay/agentgatepay-sdks",

0 commit comments

Comments
 (0)