gauravgrover95 / woocommerce-smartsheets

Google Spreadsheets add on to import your WooCommerce supported E-Commerce website data to Google Sheets.
http://gauravgrover95.github.io/woocommerce-smartsheets/
MIT License
17 stars 3 forks source link

Change return value in getNumPages #1

Open nobumaka opened 7 years ago

nobumaka commented 7 years ago

Hi, when I set this useful add-on to my Google Spreadsheet, it didn't show the lists of orders. So I just changed the code below and now works fine.

in function getNumPages: From: return data["X-WC-TotalPages"]; To: return data["x-wc-totalpages"];

Thank you for developing great code!