Samuel Corso
Samuel Corso
@kiddkrypto that's a great suggestion and something I've planned to add at some point when I find time. We can allow the user to set a start date/time for the...
@kiddkrypto you can create a `Task` for each order you want to create. So you can supply a different billing address, shipping address, and payment method for each.
@kiddkrypto no you cannot, each task is designed to order a single item. So if you want 2 sizes of a shoe, create two tasks. I recommend checking out the...
@abhingupta have you followed the instructions in the README? You will need to create tasks either directly in the DB or via the API. And then you can start a...
@Kohlsen thanks for opening this Issue, please see #47 for the latest on this issue.
Hi @Diablozone, thanks for opening this issue. I have seen this error before, however, I've seen the product also add to cart (and it continue to checkout) in the presence...
@Diablozone seems I am seeing the same behaviour, now. There is a 429 error coming from the API when clicking any of the DOM elements for style, size, or ATC...
@Diablozone just updating this here, the error on the `nike` integration appears to be a CORS issue. You will see some of the requests failing in the Chrome devtools network...
@Diablozone its definitely worth a try.
@Diablozone can you provide a sample `Task` object for me to test with? I was recently testing on Kith and some others and it was working fine.