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.
1 parent 2d95206 commit 3c258aeCopy full SHA for 3c258ae
examples/simple.js
@@ -11,7 +11,7 @@ async function main() {
11
const sourceItemId = sourceOrderId + "-1";
12
const sku = "PEARSON85x11";
13
const quantity = 2;
14
- 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';
15
const fetch = true;
16
17
const order = oneflow.createOrder("oneflow", { sourceOrderId });
0 commit comments