purchaseContent edit query
This commit is contained in:
parent
4645093029
commit
060785a11a
|
|
@ -44,7 +44,7 @@ export const ViewContentPage = () => {
|
|||
}
|
||||
|
||||
const contentResponse = await purchaseContent({
|
||||
content_address: content?.data?.encrypted?.cid,
|
||||
content_address: WebApp.initDataUnsafe?.start_param,
|
||||
license_type: "resale",
|
||||
});
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue