@solidgate/react-sdk 1.5.0 → 1.5.2
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 +3 -3
- package/package.json +3 -3
package/README.md
CHANGED
|
@@ -8,14 +8,14 @@ npm install --save @solidgate/react-sdk
|
|
|
8
8
|
|
|
9
9
|
## Minimal example
|
|
10
10
|
|
|
11
|
-
```
|
|
11
|
+
```tsx
|
|
12
12
|
import React from 'react'
|
|
13
13
|
import ReactDOM from 'react-dom';
|
|
14
|
-
import Payment from "@solidgate/react-sdk"
|
|
14
|
+
import Payment, { SdkMessage, MessageType, ClientSdkInstance} from "@solidgate/react-sdk"
|
|
15
15
|
|
|
16
16
|
/**
|
|
17
17
|
* Configuration, as it described here
|
|
18
|
-
* https://
|
|
18
|
+
* https://docs.solidgate.com/payments/integrate/payment-form/create-your-payment-form/
|
|
19
19
|
*/
|
|
20
20
|
|
|
21
21
|
const merchantData = {
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@solidgate/react-sdk",
|
|
3
|
-
"repository": "https://
|
|
4
|
-
"version": "1.5.
|
|
3
|
+
"repository": "https://github.com/solidgate-tech/react-sdk",
|
|
4
|
+
"version": "1.5.2",
|
|
5
5
|
"license": "Apache-2.0",
|
|
6
6
|
"author": "Solidgate",
|
|
7
7
|
"description": "Solidgate react sdk loader",
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
"dist"
|
|
13
13
|
],
|
|
14
14
|
"dependencies": {
|
|
15
|
-
"@solidgate/client-sdk-loader": "^1.6.
|
|
15
|
+
"@solidgate/client-sdk-loader": "^1.6.2",
|
|
16
16
|
"styled-components": "^5.3.3"
|
|
17
17
|
},
|
|
18
18
|
"scripts": {
|