Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions .github/workflows/pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ jobs:
test:
name: ⚙️ Run Tests
runs-on: ubuntu-latest
env: ${{ secrets }}
steps:
- name: Checkout Repository
uses: actions/checkout@v4
Expand Down Expand Up @@ -37,6 +38,7 @@ jobs:
code-quality:
name: 🕵️‍♀️ Code Quality
runs-on: ubuntu-latest
env: ${{ secrets }}
steps:
- name: Checkout Repository
uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ All Projects: `yarn nx run-many -t codegen`
1. Clone the repository

```shell
$ git clone [email protected]:aligent/aligent-graphql-mesh.git
$ git clone https://github.com/aligent/aligent-graphql-mesh.git
```

2. Install yarn
Expand Down
1 change: 0 additions & 1 deletion packages/modules/bigcommerce/src/apis/rest/order.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ import { bcGet, bcPaginate } from './client';

const ORDERS_API = `/v2/orders`;

//TODO: MICRO-183: add customer id as filter for security, otherwise any order can be fetched by any customer
/**
* https://developer.bigcommerce.com/docs/rest-management/orders#get-an-order
*/
Expand Down
Loading