Skip to content

Commit

Permalink
Merge branch 'trunk' into release/1.4.4
Browse files Browse the repository at this point in the history
  • Loading branch information
aratidgr8 authored Nov 20, 2024
2 parents d364922 + 9cea042 commit 3bd04aa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions build/index.asset.php
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
<?php return array('dependencies' => array('lodash', 'moment', 'react', 'react-dom', 'wp-api-fetch', 'wp-data', 'wp-date', 'wp-dom-ready', 'wp-element', 'wp-i18n', 'wp-url'), 'version' => 'c005cfa3f62ea8c3e4db');

2 changes: 1 addition & 1 deletion src/sdk/woocommerce.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import { WordPressSdk } from "./wordpress";
const Endpoints = {
ORDERS: (period) => NewfoldRuntime.createApiUrl("/wc/v3/orders", period),
ALL_TIME_ORDERS: NewfoldRuntime.createApiUrl("/wc/v3/orders"),
PRODUCTS: NewfoldRuntime.createApiUrl("/wc/store/products"),
PRODUCTS: NewfoldRuntime.createApiUrl("/wc/v3/products"),
Analytics: {
JETPACK: (range) =>
NewfoldRuntime.createApiUrl("/jetpack/v4/module/stats/data", { range }),
Expand Down

0 comments on commit 3bd04aa

Please sign in to comment.