@mufan/capacitor-plugin-alipay
Advanced tools
Comparing version 0.1.1 to 0.1.2
@@ -44,2 +44,9 @@ { | ||
"type": "string" | ||
}, | ||
{ | ||
"name": "fromSchema", | ||
"tags": [], | ||
"docs": "", | ||
"complexTypes": [], | ||
"type": "string | undefined" | ||
} | ||
@@ -46,0 +53,0 @@ ] |
export interface AlipayPluginRequestOptions { | ||
orderInfo: string; | ||
fromSchema?: string; | ||
} | ||
@@ -4,0 +5,0 @@ export interface AlipayPluginRequestResult { |
{ | ||
"name": "@mufan/capacitor-plugin-alipay", | ||
"version": "0.1.1", | ||
"version": "0.1.2", | ||
"description": "An Alipay plugin for Capacitor", | ||
@@ -5,0 +5,0 @@ "publishConfig": { |
@@ -46,5 +46,6 @@ # capacitor-plugin-alipay | ||
| Prop | Type | | ||
| --------------- | ------------------- | | ||
| **`orderInfo`** | <code>string</code> | | ||
| Prop | Type | | ||
| ---------------- | ------------------- | | ||
| **`orderInfo`** | <code>string</code> | | ||
| **`fromSchema`** | <code>string</code> | | ||
@@ -51,0 +52,0 @@ |
Sorry, the diff of this file is not supported yet
15449199
391
60