Skip to content

Commit

Permalink
Merge pull request #5 from uniquelyparticular/04182019-1
Browse files Browse the repository at this point in the history
04182019 1
  • Loading branch information
agrohs authored Apr 18, 2019
2 parents f5ab434 + 0db7f5a commit 6cfb2e2
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
4 changes: 2 additions & 2 deletions now.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "demo-sync-moltin-to-zendesk",
"alias": "particular-demo-sync-moltin-to-zendesk.now.sh",
"name": "demo-sync-moltin-to-shippo",
"alias": "particular-demo-sync-moltin-to-shippo.now.sh",
"env": {
"NODE_ENV": "production",
"MOLTIN_CLIENT_ID": "@demo-moltin-client-id",
Expand Down
2 changes: 2 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@
"shipping",
"ecommerce",
"integration",
"aws",
"email",
"particular",
"particular."
],
Expand Down
2 changes: 1 addition & 1 deletion src/index.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
const { json, send } = require('micro')
const shippo = require('shippo')(process.env.SHIPPO_PRIVATE_KEY)
const AWS = require('aws-sdk')
const { createClient } = require('@moltin/request')
const AWS = require('aws-sdk')
const SES = new AWS.SES({
accessKeyId: process.env.AMAZON_ACCESS_KEY_ID,
secretAccessKey: process.env.AMAZON_SECRET_ACCESS_KEY,
Expand Down

1 comment on commit 6cfb2e2

@vercel
Copy link

@vercel vercel bot commented on 6cfb2e2 Apr 18, 2019

Choose a reason for hiding this comment

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

Please sign in to comment.