Skip to content

Commit

Permalink
Merge pull request #82 from oneflow/fix/private-bucket
Browse files Browse the repository at this point in the history
fix: move files to private bucket
  • Loading branch information
Sergio-Barquero authored Apr 12, 2023
2 parents c65c685 + 55d4b94 commit 794705b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ workflows:
jobs:
build:
docker:
- image: circleci/node:14-stretch
- image: circleci/node:16-stretch
steps:
- checkout
- restore_cache:
Expand Down
2 changes: 1 addition & 1 deletion examples/simple.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ async function main() {
const sourceItemId = sourceOrderId + "-1";
const sku = "PEARSON85x11";
const quantity = 2;
const path = 'https://s3-eu-west-1.amazonaws.com/oneflow-public/business_cards.pdf';
const path = 'https://files-static.hpsiteflow.com/samples/business_cards.pdf';
const fetch = true;

const order = oneflow.createOrder("oneflow", { sourceOrderId });
Expand Down

0 comments on commit 794705b

Please sign in to comment.