@matrix-labs/matrix-storefront-sdk
Advanced tools
Comparing version 0.0.11 to 0.0.12
@@ -23,3 +23,3 @@ "use strict"; | ||
prepare(acct: AuthAccount) { | ||
let salePaymentVaultType = Type<@FlowToken.Vault>() | ||
var salePaymentVaultType = Type<@FlowToken.Vault>() | ||
if (paymentToken == "FLOW"){ | ||
@@ -26,0 +26,0 @@ } else if (paymentToken == "FUSD"){ |
{ | ||
"name": "@matrix-labs/matrix-storefront-sdk", | ||
"version": "0.0.11", | ||
"version": "0.0.12", | ||
"main": "./dist/index.js", | ||
@@ -5,0 +5,0 @@ "license": "MIT", |
@@ -20,3 +20,3 @@ export const createListingScript: string = ` | ||
prepare(acct: AuthAccount) { | ||
let salePaymentVaultType = Type<@FlowToken.Vault>() | ||
var salePaymentVaultType = Type<@FlowToken.Vault>() | ||
if (paymentToken == "FLOW"){ | ||
@@ -23,0 +23,0 @@ } else if (paymentToken == "FUSD"){ |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package