Releases: scandipwa/customer-downloadable-graphql
Releases · scandipwa/customer-downloadable-graphql
Patch: Checks for the "Unlimited" download option
What's inside
- This fixes the issue for the downloadable product links that are set are "sharable" in the product page "Downloadable options" section.
Kudos to @romeof1980!
That's all there is to it! :)
Patch: Returns order id for downloadable orders
What's inside
- Returns order id for downloadable orders. Related to scandipwa/scandipwa#4008
That's all there is to it! :)
Patch: Changes ignored url for downloadable
Patch: Return downloadable item date without time
What's inside
- Return downloadable item date without time
Feature breakdown
Return downloadable item date without time
Fixes for scandipwa/scandipwa#2341
Patch: hide the download link if unavailable
What's inside
- Patch: hide the download link if unavailable scandipwa/scandipwa#2270
That's all there is to it :)
Downloadable product support for ScandiPWA
What's inside
- Downloadable product support for ScandiPWA
Downloadable product support for ScandiPWA
The following fields were added to schema:
type Query {
customerDownloadableProducts: CustomerDownloadableProducts @resolver(class: "ScandiPWA\\CustomerDownloadableGraphQl\\Model\\Resolver\\CustomerDownloadableProducts") @doc(description: "The query returns the contents of a customer's downloadable products") @cache(cacheable: false)
}
type CustomerDownloadableProduct {
title: String
link_title: String
}