@usewinter/checkout
Advanced tools
Comparing version 0.1.42 to 0.1.43
@@ -148,4 +148,4 @@ "use strict"; | ||
if (fa2Address) { | ||
queryString += "&fa2Address=".concat(fa2Address); | ||
if (fa2Address && tokenId) { | ||
queryString += "&fa2Address=".concat(fa2Address, "&tokenId=").concat(tokenId); | ||
} | ||
@@ -152,0 +152,0 @@ |
{ | ||
"name": "@usewinter/checkout", | ||
"version": "0.1.42", | ||
"version": "0.1.43", | ||
"description": "Integrate Winter's NFT checkout with this React component", | ||
@@ -5,0 +5,0 @@ "author": "Evan Fisher", |
10815