@@ -365,20 +365,20 @@ class WooSignal {
365365 Map <String , dynamic > payload = {};
366366
367367 if (page != null ) payload["page" ] = page;
368- if (perPage != null ) payload["per_page" ] = page ;
369- if (search != null ) payload["search" ] = page ;
370- if (after != null ) payload["after" ] = page ;
371- if (before != null ) payload["before" ] = page ;
372- if (exclude != null ) payload["exclude" ] = page ;
373- if (include != null ) payload["include" ] = page ;
374- if (offset != null ) payload["offset" ] = page ;
375- if (order != null ) payload["order" ] = page ;
376- if (orderBy != null ) payload["orderby" ] = page ;
377- if (reviewer != null ) payload["reviewer" ] = page ;
378- if (reviewerExclude != null ) payload["reviewer_exclude" ] = page ;
379- if (reviewerEmail != null ) payload["reviewer_email" ] = page ;
380- if (product != null ) payload["product" ] = page ;
381- if (status != null ) payload["status" ] = page ;
368+ if (perPage != null ) payload["per_page" ] = perPage ;
369+ if (search != null ) payload["search" ] = search ;
370+ if (after != null ) payload["after" ] = after ;
371+ if (before != null ) payload["before" ] = before ;
372+ if (exclude != null ) payload["exclude" ] = exclude ;
373+ if (include != null ) payload["include" ] = include ;
374+ if (offset != null ) payload["offset" ] = offset ;
375+ if (order != null ) payload["order" ] = order ;
376+ if (orderBy != null ) payload["orderby" ] = orderBy ;
377+ if (reviewer != null ) payload["reviewer" ] = reviewer ;
378+ if (reviewerExclude != null ) payload["reviewer_exclude" ] = reviewerExclude ;
379+ if (reviewerEmail != null ) payload["reviewer_email" ] = reviewerEmail ;
380+ if (product != null ) payload["product" ] = product ;
381+ if (status != null ) payload["status" ] = status ;
382382
383383 _printLog (payload.toString ());
384384 payload = _standardPayload ("get" , payload, "products/reviews" );
0 commit comments