@waffo/waffo-node 2.0.2 → 2.0.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.ja.md +10 -2
- package/README.md +10 -2
- package/README.zh-CN.md +10 -2
- package/package.json +1 -1
package/README.ja.md
CHANGED
|
@@ -1,6 +1,14 @@
|
|
|
1
|
-
# Waffo
|
|
1
|
+
# Waffo Node.js SDK
|
|
2
2
|
|
|
3
|
-
|
|
3
|
+
[](https://www.npmjs.com/package/@waffo/waffo-node)
|
|
4
|
+
[](https://www.npmjs.com/package/@waffo/waffo-node)
|
|
5
|
+
[](https://github.com/AcquireNow/waffo-node/blob/main/LICENSE)
|
|
6
|
+
[](https://www.typescriptlang.org/)
|
|
7
|
+
[](https://nodejs.org/)
|
|
8
|
+
|
|
9
|
+
Waffo アクワイアリングサービスの公式Node.js SDKです。このSDKは、RSA署名によるセキュアなAPI通信と、決済アクワイアリング操作のための包括的な型定義を提供します。
|
|
10
|
+
|
|
11
|
+
**npm**: https://www.npmjs.com/package/@waffo/waffo-node
|
|
4
12
|
|
|
5
13
|
**言語**: [English](./README.md) | [中文](./README.zh-CN.md) | [日本語](./README.ja.md)
|
|
6
14
|
|
package/README.md
CHANGED
|
@@ -1,6 +1,14 @@
|
|
|
1
|
-
# Waffo
|
|
1
|
+
# Waffo Node.js SDK
|
|
2
2
|
|
|
3
|
-
|
|
3
|
+
[](https://www.npmjs.com/package/@waffo/waffo-node)
|
|
4
|
+
[](https://www.npmjs.com/package/@waffo/waffo-node)
|
|
5
|
+
[](https://github.com/AcquireNow/waffo-node/blob/main/LICENSE)
|
|
6
|
+
[](https://www.typescriptlang.org/)
|
|
7
|
+
[](https://nodejs.org/)
|
|
8
|
+
|
|
9
|
+
Official Node.js SDK for Waffo acquiring services. This SDK provides secure API communication with RSA signing and comprehensive type definitions for payment acquiring operations.
|
|
10
|
+
|
|
11
|
+
**npm**: https://www.npmjs.com/package/@waffo/waffo-node
|
|
4
12
|
|
|
5
13
|
**Language**: [English](./README.md) | [中文](./README.zh-CN.md) | [日本語](./README.ja.md)
|
|
6
14
|
|
package/README.zh-CN.md
CHANGED
|
@@ -1,6 +1,14 @@
|
|
|
1
|
-
# Waffo
|
|
1
|
+
# Waffo Node.js SDK
|
|
2
2
|
|
|
3
|
-
|
|
3
|
+
[](https://www.npmjs.com/package/@waffo/waffo-node)
|
|
4
|
+
[](https://www.npmjs.com/package/@waffo/waffo-node)
|
|
5
|
+
[](https://github.com/AcquireNow/waffo-node/blob/main/LICENSE)
|
|
6
|
+
[](https://www.typescriptlang.org/)
|
|
7
|
+
[](https://nodejs.org/)
|
|
8
|
+
|
|
9
|
+
Waffo 收单服务的官方 Node.js SDK。本 SDK 提供基于 RSA 签名的安全 API 通信,以及完整的收单操作类型定义支持。
|
|
10
|
+
|
|
11
|
+
**npm**: https://www.npmjs.com/package/@waffo/waffo-node
|
|
4
12
|
|
|
5
13
|
**语言**: [English](./README.md) | [中文](./README.zh-CN.md) | [日本語](./README.ja.md)
|
|
6
14
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@waffo/waffo-node",
|
|
3
|
-
"version": "2.0.
|
|
3
|
+
"version": "2.0.3",
|
|
4
4
|
"description": "Official Node.js SDK for the Waffo payment platform. Supports order management, refunds, and secure RSA-signed API communication.",
|
|
5
5
|
"main": "./dist/index.js",
|
|
6
6
|
"module": "./dist/index.mjs",
|