Codexshaper / laravel-woocommerce

WooCommerce Rest API for Laravel
MIT License
189 stars 59 forks source link

Pagination #100

Open raphyabak opened 1 year ago

raphyabak commented 1 year ago

Pagination method returning Exception: Undefined array key "X-WP-Total";

ohmydevops commented 1 year ago

Same problem

ohmydevops commented 1 year ago

Solved @raphyabak https://github.com/Codexshaper/laravel-woocommerce/issues/92#issuecomment-1290321727

marcello-fanatic commented 11 months ago

I solved this by adding the following line to the .env file: WOOCOMMERCE_WP_HEADER_TOTAL='x-wp-total' WOOCOMMERCE_WP_HEADER_TOTAL_PAGES='x-wp-totalpages'

hope it helps