rebilly-js-sdk 45.3.0 → 45.4.0
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.md +2 -2
- package/dist/rebilly-js-sdk.d.ts +723 -1286
- package/dist/rebilly-js-sdk.js +6 -6
- package/dist/rebilly-js-sdk.node.js +3 -3
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -6,10 +6,10 @@ The Rebilly JS SDK library allows you to consume the Rebilly API using either No
|
|
|
6
6
|
[](https://npm.runkit.com/rebilly-js-sdk)
|
|
7
7
|
|
|
8
8
|
### PCI Compliance note
|
|
9
|
-
If you need to handle raw payment card data, you should use [Rebilly FramePay](https://www.rebilly.com/docs/content/
|
|
9
|
+
If you need to handle raw payment card data, you should use [Rebilly FramePay](https://www.rebilly.com/docs/content/concepts-and-features/tutorial/framepay/) to generate tokens for your server-side logic.
|
|
10
10
|
|
|
11
11
|
### Rebilly API definition
|
|
12
|
-
This library is a semantic representation of the [Rebilly API definition](https://
|
|
12
|
+
This library is a semantic representation of the [Rebilly API definition](https://api-reference.rebilly.com/).
|
|
13
13
|
|
|
14
14
|
The definition includes SDK examples for each API operation, listed under *Request samples*.
|
|
15
15
|
|