Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Printful #3739 #4584

Open
wants to merge 12 commits into
base: master
Choose a base branch
from
Open

Printful #3739 #4584

wants to merge 12 commits into from

Conversation

lcaresia
Copy link
Collaborator

No description provided.

@lcaresia lcaresia added action New Action Request trigger / source New trigger / source request labels Oct 26, 2022
@lcaresia lcaresia self-assigned this Oct 26, 2022
@vercel
Copy link

vercel bot commented Oct 26, 2022

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Updated
pipedream-docs ✅ Ready (Inspect) Visit Preview Oct 26, 2022 at 4:39PM (UTC)
pipedream-docs-redirect-do-not-edit ✅ Ready (Inspect) Visit Preview Oct 26, 2022 at 4:39PM (UTC)

@lcaresia lcaresia linked an issue Oct 26, 2022 that may be closed by this pull request
@dylburger
Copy link
Contributor

Thanks for submitting this PR! When we review PRs, we follow the Pipedream component guidelines. If you're not familiar, here's a quick checklist:

Copy link
Contributor

@alysonturing alysonturing left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@lcaresia Thanks for your contribution!
I've added a couple of comments below


export default {
name: "Create Order",
version: "0.0.5",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Since it's a new action, could you please use the version 0.0.1?

},
items: [
{
id: 286595942,
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is this supposed to be hardcoded like that?

@@ -0,0 +1,20 @@
{
"name": "@pipedream/awork",
"version": "0.0.2",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Since it's a new package.json, could you please use the version 0.0.1?

"main": "awork.app.mjs",
"keywords": [
"pipedream",
"awork"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please change to: "printful"

"pipedream",
"awork"
],
"homepage": "https://pipedream.com/apps/awork",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

...args,
});
},
// async createWebhook({ ...args }) {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please remove this section of commented code.

type: "action",
props: {
printful_oauth,
externalId: {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Since you're using the same props on both components, why not reuse it by importing from a common file?

name: "New Canceled Order (Instant)",
version: "0.0.1",
key: "printful_oauth-new-canceled-order",
description: "Emit new event on each canceled order.",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

If possible, please add the docs URL

name: "New Fulfilled Order (Instant)",
version: "0.0.1",
key: "printful_oauth-new-fulfilled-order",
description: "Emit new event on each fulfilled order.",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

If possible, please add the docs URL

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
action New Action Request trigger / source New trigger / source request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants