Open nobumaka opened 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!
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!