We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 89d0f8e + 5f4bb85 commit cde5330Copy full SHA for cde5330
src/WooCommerceApi.php
@@ -27,10 +27,10 @@ class WooCommerceApi
27
public function __construct()
28
{
29
$this->headers = [
30
- 'header_total' => config('woocommerce.header_total') ?? 'X-WP-Total',
+ 'header_total' => config('woocommerce.header_total') ?? 'X-WP-Total',
31
'header_total_pages' => config('woocommerce.header_total_pages') ?? 'X-WP-TotalPages',
32
];
33
-
+
34
$this->client = new Client(
35
config('woocommerce.store_url'),
36
config('woocommerce.consumer_key'),
0 commit comments