diff --git a/src/pages/view-content/index.tsx b/src/pages/view-content/index.tsx index 953a6af..a15f714 100644 --- a/src/pages/view-content/index.tsx +++ b/src/pages/view-content/index.tsx @@ -26,7 +26,7 @@ export const ViewContentPage = () => { const contentResponse = await purchaseContent({ content_address: content?.data?.encrypted?.cid, - license_type: "listen", + license_type: "resale", }); const transactionResponse = await tonConnectUI.sendTransaction({ @@ -91,7 +91,7 @@ export const ViewContentPage = () => {