diff --git a/includes/class-wcs-export-admin.php b/includes/class-wcs-export-admin.php index 6b8a33d..eeca0c2 100644 --- a/includes/class-wcs-export-admin.php +++ b/includes/class-wcs-export-admin.php @@ -126,6 +126,14 @@ public function home_page() { + + + + + + @@ -364,7 +372,7 @@ private function get_subscriptions_to_export() { $args = array( 'subscriptions_per_page' => ! empty( $_POST['limit'] ) ? absint( $_POST['limit'] ) : -1, 'offset' => isset( $_POST['offset'] ) ? $_POST['offset'] : 0, - 'product' => isset( $_POST['product'] ) ? $_POST['product'] : '', + 'product_id' => isset( $_POST['product'] ) ? $_POST['product'] : '', 'subscription_status' => 'none', // don't default to 'any' status if no statuses were chosen );