mmpay-browser-sdk 1.0.5 → 1.0.6
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 +10 -2
- package/dist/cjs/index.js +1 -1
- package/dist/esm/index.js +1 -1
- package/dist/mmpay-sdk.js +1 -1
- package/package.json +1 -1
- package/src/index.ts +1 -1
package/README.md
CHANGED
|
@@ -96,8 +96,16 @@ MMPayApp.createPayment({
|
|
|
96
96
|
});
|
|
97
97
|
```
|
|
98
98
|
|
|
99
|
-
|
|
100
|
-
|
|
99
|
+
### Error Codes
|
|
100
|
+
|
|
101
|
+
| Code | Description |
|
|
102
|
+
| :--- | :--- |
|
|
103
|
+
| **`R000`** | Internal Server Error ( Talk to our support immediately fot this ) |
|
|
104
|
+
| **`R001`** | Wrong publishable Key |
|
|
105
|
+
| **`R002`** | Key Not Live Yet |
|
|
106
|
+
| **`R003`** | Origin Whitelist Not Allowed |
|
|
107
|
+
| **`R004`** | Origin Requires SSL |
|
|
108
|
+
| **`429`** | Ratelimit hit only 1000 request / minute allowed |
|
|
101
109
|
|
|
102
110
|
|
|
103
111
|
### 3. Angular Framework Implementation
|
package/dist/cjs/index.js
CHANGED
package/dist/esm/index.js
CHANGED
package/dist/mmpay-sdk.js
CHANGED
package/package.json
CHANGED
package/src/index.ts
CHANGED