Expiry date along with download details

Closes #7096
This commit is contained in:
Mike Jolley 2015-01-13 12:29:37 +00:00
parent 550e569a29
commit 03043a7c02
1 changed files with 1 additions and 0 deletions

View File

@ -456,6 +456,7 @@ function wc_get_customer_available_downloads( $customer_id ) {
'order_id' => $order->id,
'order_key' => $order->order_key,
'downloads_remaining' => $result->downloads_remaining,
'access_expires' => $result->access_expires,
'file' => $download_file
);