We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ff3a79c commit 3d3c6f3Copy full SHA for 3d3c6f3
.changeset/upset-views-show.md
@@ -0,0 +1,5 @@
1
+---
2
+"thirdweb": patch
3
4
+
5
+Fixes a bug with purchaseData not being included on PayEmbed transfers
packages/thirdweb/src/pay/buyWithCrypto/getTransfer.ts
@@ -133,6 +133,7 @@ export async function getBuyWithCryptoTransfer(
133
client: params.client,
134
feePayer: params.feePayer,
135
paymentLinkId: params.paymentLinkId,
136
+ purchaseData: params.purchaseData,
137
});
138
139
const firstStep = quote.steps[0];
0 commit comments