Skip to content

Commit 3c258ae

Browse files
fix: move files to private bucket
1 parent 2d95206 commit 3c258ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/simple.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ async function main() {
1111
const sourceItemId = sourceOrderId + "-1";
1212
const sku = "PEARSON85x11";
1313
const quantity = 2;
14-
const path = 'https://s3-eu-west-1.amazonaws.com/oneflow-public/business_cards.pdf';
14+
const path = 'https://files-static.hpsiteflow.com/samples/business_cards.pdf';
1515
const fetch = true;
1616

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

0 commit comments

Comments
 (0)