@guestyorg/tokenization-js 1.0.2 → 1.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.md +2 -2
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -11,8 +11,6 @@ This loads `guestyTokenization` object to the global `window` scope of the brows
|
|
|
11
11
|
<script src="https://pay.guesty.com/tokenization/v1/init.js"></script>
|
|
12
12
|
```
|
|
13
13
|
|
|
14
|
-
#### Note: To be PCI-compliant, you must load the SDK directly from https://pay.guesty.com. You cannot include it in a bundle or host it yourself
|
|
15
|
-
|
|
16
14
|
### Use it as an ES module
|
|
17
15
|
|
|
18
16
|
Advantages of loading the SDK as a module:
|
|
@@ -21,6 +19,8 @@ Advantages of loading the SDK as a module:
|
|
|
21
19
|
- returns a Promise to know when script loading is complete
|
|
22
20
|
- resolves to `null` if called in a server environment
|
|
23
21
|
|
|
22
|
+
#### Note: To be PCI-compliant, you must load the SDK directly from https://pay.guesty.com (either by adding a script tag or using the ES module). You cannot include it in a bundle or host it yourself.
|
|
23
|
+
|
|
24
24
|
## Installation
|
|
25
25
|
|
|
26
26
|
Use `npm` to install the Guesty Tokenization JS module:
|