Skip to content

Commit f0078b2

Browse files
authored
chore: update README.md (#108)
1 parent 59e80a7 commit f0078b2

File tree

1 file changed

+36
-0
lines changed

1 file changed

+36
-0
lines changed

README.md

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,42 @@
99
<img alt="Test Coverage" src="https://img.shields.io/badge/coverage-80%25-yellow">
1010
</p>
1111

12+
# ⚠️ This SDK Has Been Deprecated
13+
14+
The package abacatepay-nodejs-sdk is officially deprecated and is no longer maintained.
15+
16+
It will not receive updates, bug fixes, security patches, or new features.
17+
18+
## 🚀 Use the New Official SDK
19+
20+
Please migrate to the actively maintained package:
21+
22+
```bash
23+
npm install @abacatepay/sdk
24+
```
25+
26+
The new [@abacatepay/sdk](https://github.com/AbacatePay/ecosystem/tree/main/packages/sdk) is:
27+
28+
- Fully supported and maintained
29+
- TypeScript-first
30+
- API-aligned with the latest AbacatePay platform updates
31+
- Designed for better performance and developer experience
32+
- Supports v1 and v2
33+
34+
## 🔄 Migration Recommended
35+
36+
We strongly recommend migrating as soon as possible to avoid future compatibility issues.
37+
38+
Basic example:
39+
40+
```ts
41+
import { AbacatePay } from '@abacatepay/sdk';
42+
43+
const abacate = AbacatePay({ secret: 'YOUR_API_KEY' });
44+
```
45+
46+
For full documentation and updated examples, refer to the official repository of [@abacatepay/sdk](https://github.com/AbacatePay/ecosystem/tree/main/packages/sdk).
47+
1248
## AbacatePay Node.js SDK
1349

1450
Official AbacatePay SDK - Accept payments in seconds with a simple integration.

0 commit comments

Comments
 (0)