@solidgate/client-sdk-loader 1.6.0 → 1.6.1

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/CHANGELOG.md CHANGED
@@ -1,3 +1,9 @@
1
+ **1.6.1**
2
+
3
+ Moved mirror repository to github, fix README.MD link to new documentation
4
+
5
+ ***
6
+
1
7
  **1.6.0**
2
8
 
3
9
  Added **Cartes Bancaires** card brand support
package/README.md CHANGED
@@ -13,7 +13,7 @@ import { SDKLoader } from "@solidgate/client-sdk-loader"
13
13
 
14
14
  /**
15
15
  * Configuration, as it described here
16
- * https://dev.solidgate.com/developers/documentation/solid-payment-form
16
+ * https://docs.solidgate.com/payments/integrate/payment-form/create-your-payment-form/
17
17
  */
18
18
  const data = {
19
19
  merchantData: {
package/package.json CHANGED
@@ -1,9 +1,9 @@
1
1
  {
2
2
  "name": "@solidgate/client-sdk-loader",
3
- "version": "1.6.0",
3
+ "version": "1.6.1",
4
4
  "license": "Apache-2.0",
5
5
  "description": "Solidgate client sdk loader",
6
- "repository": "https://bitbucket.org/solidgate/client-sdk-loader",
6
+ "repository": "https://github.com/solidgate-tech/client-sdk-loader",
7
7
  "main": "dist/index.js",
8
8
  "types": "dist/index.d.ts",
9
9
  "scripts": {