@solidgate/vue-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 CHANGED
@@ -13,7 +13,9 @@ npm i @solidagate/vue-sdk
13
13
  ## Usage
14
14
  Render a payment component in your vue3 project
15
15
 
16
- Component inputs and outputs are similar to described in the docs https://dev.solidgate.com/developers/documentation/solid-payment-form
16
+ Component inputs and outputs are described in the docs
17
+ https://docs.solidgate.com/payments/integrate/payment-form/create-your-payment-form/
18
+
17
19
  ```vue
18
20
  <template>
19
21
  <Payment :merchant-data="merchantData" />
@@ -2258,7 +2258,7 @@ const _sfc_main = defineComponent({
2258
2258
  onCard: { type: Function, default: () => {
2259
2259
  } }
2260
2260
  },
2261
- emits: ["mounted", "error", "success", "fail", "submit", "verify", "customStylesAppended", "formRedirect", "interaction", "orderStatus", "resize", "card"],
2261
+ emits: ["mounted", "error", "success", "fail", "submit", "verify", "customStylesAppended", "formRedirect", "interaction", "orderStatus", "resize", "card", "readyPaymentInstance"],
2262
2262
  setup(__props, { emit }) {
2263
2263
  const props = __props;
2264
2264
  const StyledPayment = styled.div`
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@solidgate/vue-sdk",
3
- "repository": "https://bitbucket.org/solidgate/vue-sdk",
3
+ "repository": "https://github.com/solidgate-tech/vue-sdk",
4
4
  "files": [
5
5
  "dist"
6
6
  ],
@@ -10,7 +10,7 @@
10
10
  "import": "./dist/solid-payment.es.js"
11
11
  }
12
12
  },
13
- "version": "1.5.0",
13
+ "version": "1.5.2",
14
14
  "typings": "./dist/lib/index.d.ts",
15
15
  "license": "Apache-2.0",
16
16
  "scripts": {