@blocklet/payment-types 1.13.224 → 1.13.226
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/lib/types.d.ts +2 -0
- package/package.json +2 -2
package/lib/types.d.ts
CHANGED
|
@@ -181,9 +181,11 @@ export type SubscriptionSchedulePhase = {
|
|
|
181
181
|
export type PaymentMethodOptions = {
|
|
182
182
|
arcblock?: {
|
|
183
183
|
payer: string;
|
|
184
|
+
hash?: string;
|
|
184
185
|
};
|
|
185
186
|
ethereum?: {
|
|
186
187
|
payer: string;
|
|
188
|
+
hash?: string;
|
|
187
189
|
};
|
|
188
190
|
stripe?: {
|
|
189
191
|
payer: string;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@blocklet/payment-types",
|
|
3
|
-
"version": "1.13.
|
|
3
|
+
"version": "1.13.226",
|
|
4
4
|
"description": "Typings for Payment Kit SDK",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"types",
|
|
@@ -48,5 +48,5 @@
|
|
|
48
48
|
"sequelize": "^6.36.0",
|
|
49
49
|
"type-fest": "^4.10.2"
|
|
50
50
|
},
|
|
51
|
-
"gitHead": "
|
|
51
|
+
"gitHead": "17516096a48cf7d00982597a48ef9ca89f6b0e0a"
|
|
52
52
|
}
|