Skip to content

Commit

Permalink
fix: update retrieveCard helper => book chapters
Browse files Browse the repository at this point in the history
  • Loading branch information
delgermurun committed Oct 17, 2019
1 parent 4cbd8ab commit 0348714
Show file tree
Hide file tree
Showing 166 changed files with 173 additions and 6,218 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
.env
node_modules
yarn-error.log
yarn-error.log
production-server/
2 changes: 1 addition & 1 deletion book/10-begin/api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@
"@types/passport": "1.0.0",
"@types/request": "^2.48.1",
"@types/socket.io": "^2.1.2",
"@types/stripe": "6.30.5",
"@types/stripe": "6.31.4",
"husky": "2.7.0",
"jest": "24.8.0",
"mockingoose": "^2.13.1",
Expand Down
4 changes: 2 additions & 2 deletions book/10-begin/api/server/stripe.ts
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
// function retrieveCard({ customerId, cardId }) {
// logger.debug(customerId);
// logger.debug(cardId);
// return stripeInstance.customers.retrieveCard(customerId, cardId);
// return stripeInstance.customers.retrieveSource(customerId, cardId);
// }

// function createNewCard({ customerId, token }) {
Expand Down Expand Up @@ -95,7 +95,7 @@

// function getListOfInvoices({ customerId }) {
// logger.debug('getting list of invoices for customer', customerId);
// return stripeInstance.invoices.list({ customer: customerId });
// return stripeInstance.invoices.list({ customer: customerId, limit: 100 });
// }

// export {
Expand Down
8 changes: 4 additions & 4 deletions book/10-begin/api/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -536,10 +536,10 @@
resolved "https://registry.yarnpkg.com/@types/strip-json-comments/-/strip-json-comments-0.0.30.tgz#9aa30c04db212a9a0649d6ae6fd50accc40748a1"
integrity sha512-7NQmHra/JILCd1QqpSzl8+mJRc8ZHz3uDm8YV1Ks9IhK0epEiTw8aIErbvH9PI+6XbqhyIQy3462nEsn7UVzjQ==

"@types/stripe@6.30.5":
version "6.30.5"
resolved "https://registry.yarnpkg.com/@types/stripe/-/stripe-6.30.5.tgz#89c274a51c443a1698a4cacc363f88313102f101"
integrity sha512-1PMVuZMCvOj7mI+ZpsqU5XpwSL3nXy90S2cs4GlMn8CCkvy8HlpG1B1VY2A1QWqaXqj4nVpvrquqv37p1nsMyw==
"@types/stripe@6.31.4":
version "6.31.4"
resolved "https://registry.yarnpkg.com/@types/stripe/-/stripe-6.31.4.tgz#ea69a539fa06f155eb9b9b00b2b17cfbd092db70"
integrity sha512-u9eNG6XZmh7xSO92hCWPmbu5IF/lp4CfJ2t0kXW5/AcF/5TrEQTMmomPS84+5xRFXh73W2RXmZCGM8XGa7jiSw==
dependencies:
"@types/node" "*"

Expand Down
2 changes: 1 addition & 1 deletion book/10-end/api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@
"@types/passport": "1.0.0",
"@types/request": "^2.48.1",
"@types/socket.io": "^2.1.2",
"@types/stripe": "6.30.5",
"@types/stripe": "6.31.4",
"husky": "2.7.0",
"jest": "24.8.0",
"mockingoose": "^2.13.1",
Expand Down
4 changes: 2 additions & 2 deletions book/10-end/api/server/stripe.ts
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ function cancelSubscription({ subscriptionId }) {
function retrieveCard({ customerId, cardId }) {
logger.debug(customerId);
logger.debug(cardId);
return stripeInstance.customers.retrieveCard(customerId, cardId);
return stripeInstance.customers.retrieveSource(customerId, cardId);
}

function createNewCard({ customerId, token }) {
Expand Down Expand Up @@ -94,7 +94,7 @@ function stripeWebHooks({ server }) {

function getListOfInvoices({ customerId }) {
logger.debug('getting list of invoices for customer', customerId);
return stripeInstance.invoices.list({ customer: customerId });
return stripeInstance.invoices.list({ customer: customerId, limit: 100 });
}

export {
Expand Down
8 changes: 4 additions & 4 deletions book/10-end/api/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -536,10 +536,10 @@
resolved "https://registry.yarnpkg.com/@types/strip-json-comments/-/strip-json-comments-0.0.30.tgz#9aa30c04db212a9a0649d6ae6fd50accc40748a1"
integrity sha512-7NQmHra/JILCd1QqpSzl8+mJRc8ZHz3uDm8YV1Ks9IhK0epEiTw8aIErbvH9PI+6XbqhyIQy3462nEsn7UVzjQ==

"@types/stripe@6.30.5":
version "6.30.5"
resolved "https://registry.yarnpkg.com/@types/stripe/-/stripe-6.30.5.tgz#89c274a51c443a1698a4cacc363f88313102f101"
integrity sha512-1PMVuZMCvOj7mI+ZpsqU5XpwSL3nXy90S2cs4GlMn8CCkvy8HlpG1B1VY2A1QWqaXqj4nVpvrquqv37p1nsMyw==
"@types/stripe@6.31.4":
version "6.31.4"
resolved "https://registry.yarnpkg.com/@types/stripe/-/stripe-6.31.4.tgz#ea69a539fa06f155eb9b9b00b2b17cfbd092db70"
integrity sha512-u9eNG6XZmh7xSO92hCWPmbu5IF/lp4CfJ2t0kXW5/AcF/5TrEQTMmomPS84+5xRFXh73W2RXmZCGM8XGa7jiSw==
dependencies:
"@types/node" "*"

Expand Down
2 changes: 1 addition & 1 deletion book/11-begin/api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@
"@types/passport": "1.0.0",
"@types/request": "^2.48.1",
"@types/socket.io": "^2.1.2",
"@types/stripe": "6.30.5",
"@types/stripe": "6.31.4",
"husky": "2.7.0",
"jest": "24.8.0",
"mockingoose": "^2.13.1",
Expand Down
4 changes: 2 additions & 2 deletions book/11-begin/api/server/stripe.ts
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ function cancelSubscription({ subscriptionId }) {
function retrieveCard({ customerId, cardId }) {
logger.debug(customerId);
logger.debug(cardId);
return stripeInstance.customers.retrieveCard(customerId, cardId);
return stripeInstance.customers.retrieveSource(customerId, cardId);
}

function createNewCard({ customerId, token }) {
Expand Down Expand Up @@ -94,7 +94,7 @@ function stripeWebHooks({ server }) {

function getListOfInvoices({ customerId }) {
logger.debug('getting list of invoices for customer', customerId);
return stripeInstance.invoices.list({ customer: customerId });
return stripeInstance.invoices.list({ customer: customerId, limit: 100 });
}

export {
Expand Down
8 changes: 4 additions & 4 deletions book/11-begin/api/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -536,10 +536,10 @@
resolved "https://registry.yarnpkg.com/@types/strip-json-comments/-/strip-json-comments-0.0.30.tgz#9aa30c04db212a9a0649d6ae6fd50accc40748a1"
integrity sha512-7NQmHra/JILCd1QqpSzl8+mJRc8ZHz3uDm8YV1Ks9IhK0epEiTw8aIErbvH9PI+6XbqhyIQy3462nEsn7UVzjQ==

"@types/stripe@6.30.5":
version "6.30.5"
resolved "https://registry.yarnpkg.com/@types/stripe/-/stripe-6.30.5.tgz#89c274a51c443a1698a4cacc363f88313102f101"
integrity sha512-1PMVuZMCvOj7mI+ZpsqU5XpwSL3nXy90S2cs4GlMn8CCkvy8HlpG1B1VY2A1QWqaXqj4nVpvrquqv37p1nsMyw==
"@types/stripe@6.31.4":
version "6.31.4"
resolved "https://registry.yarnpkg.com/@types/stripe/-/stripe-6.31.4.tgz#ea69a539fa06f155eb9b9b00b2b17cfbd092db70"
integrity sha512-u9eNG6XZmh7xSO92hCWPmbu5IF/lp4CfJ2t0kXW5/AcF/5TrEQTMmomPS84+5xRFXh73W2RXmZCGM8XGa7jiSw==
dependencies:
"@types/node" "*"

Expand Down
2 changes: 1 addition & 1 deletion book/11-end/api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@
"@types/passport": "1.0.0",
"@types/request": "^2.48.1",
"@types/socket.io": "^2.1.2",
"@types/stripe": "6.30.5",
"@types/stripe": "6.31.4",
"husky": "2.7.0",
"jest": "24.8.0",
"mockingoose": "^2.13.1",
Expand Down
4 changes: 2 additions & 2 deletions book/11-end/api/server/stripe.ts
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ function cancelSubscription({ subscriptionId }) {
function retrieveCard({ customerId, cardId }) {
logger.debug(customerId);
logger.debug(cardId);
return stripeInstance.customers.retrieveCard(customerId, cardId);
return stripeInstance.customers.retrieveSource(customerId, cardId);
}

function createNewCard({ customerId, token }) {
Expand Down Expand Up @@ -94,7 +94,7 @@ function stripeWebHooks({ server }) {

function getListOfInvoices({ customerId }) {
logger.debug('getting list of invoices for customer', customerId);
return stripeInstance.invoices.list({ customer: customerId });
return stripeInstance.invoices.list({ customer: customerId, limit: 100 });
}

export {
Expand Down
8 changes: 4 additions & 4 deletions book/11-end/api/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -536,10 +536,10 @@
resolved "https://registry.yarnpkg.com/@types/strip-json-comments/-/strip-json-comments-0.0.30.tgz#9aa30c04db212a9a0649d6ae6fd50accc40748a1"
integrity sha512-7NQmHra/JILCd1QqpSzl8+mJRc8ZHz3uDm8YV1Ks9IhK0epEiTw8aIErbvH9PI+6XbqhyIQy3462nEsn7UVzjQ==

"@types/stripe@6.30.5":
version "6.30.5"
resolved "https://registry.yarnpkg.com/@types/stripe/-/stripe-6.30.5.tgz#89c274a51c443a1698a4cacc363f88313102f101"
integrity sha512-1PMVuZMCvOj7mI+ZpsqU5XpwSL3nXy90S2cs4GlMn8CCkvy8HlpG1B1VY2A1QWqaXqj4nVpvrquqv37p1nsMyw==
"@types/stripe@6.31.4":
version "6.31.4"
resolved "https://registry.yarnpkg.com/@types/stripe/-/stripe-6.31.4.tgz#ea69a539fa06f155eb9b9b00b2b17cfbd092db70"
integrity sha512-u9eNG6XZmh7xSO92hCWPmbu5IF/lp4CfJ2t0kXW5/AcF/5TrEQTMmomPS84+5xRFXh73W2RXmZCGM8XGa7jiSw==
dependencies:
"@types/node" "*"

Expand Down
2 changes: 1 addition & 1 deletion book/12-begin/api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@
"@types/passport": "1.0.0",
"@types/request": "^2.48.1",
"@types/socket.io": "^2.1.2",
"@types/stripe": "6.30.5",
"@types/stripe": "6.31.4",
"husky": "2.7.0",
"jest": "24.8.0",
"mockingoose": "^2.13.1",
Expand Down
4 changes: 2 additions & 2 deletions book/12-begin/api/server/stripe.ts
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ function cancelSubscription({ subscriptionId }) {
function retrieveCard({ customerId, cardId }) {
logger.debug(customerId);
logger.debug(cardId);
return stripeInstance.customers.retrieveCard(customerId, cardId);
return stripeInstance.customers.retrieveSource(customerId, cardId);
}

function createNewCard({ customerId, token }) {
Expand Down Expand Up @@ -94,7 +94,7 @@ function stripeWebHooks({ server }) {

function getListOfInvoices({ customerId }) {
logger.debug('getting list of invoices for customer', customerId);
return stripeInstance.invoices.list({ customer: customerId });
return stripeInstance.invoices.list({ customer: customerId, limit: 100 });
}

export {
Expand Down
8 changes: 4 additions & 4 deletions book/12-begin/api/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -536,10 +536,10 @@
resolved "https://registry.yarnpkg.com/@types/strip-json-comments/-/strip-json-comments-0.0.30.tgz#9aa30c04db212a9a0649d6ae6fd50accc40748a1"
integrity sha512-7NQmHra/JILCd1QqpSzl8+mJRc8ZHz3uDm8YV1Ks9IhK0epEiTw8aIErbvH9PI+6XbqhyIQy3462nEsn7UVzjQ==

"@types/stripe@6.30.5":
version "6.30.5"
resolved "https://registry.yarnpkg.com/@types/stripe/-/stripe-6.30.5.tgz#89c274a51c443a1698a4cacc363f88313102f101"
integrity sha512-1PMVuZMCvOj7mI+ZpsqU5XpwSL3nXy90S2cs4GlMn8CCkvy8HlpG1B1VY2A1QWqaXqj4nVpvrquqv37p1nsMyw==
"@types/stripe@6.31.4":
version "6.31.4"
resolved "https://registry.yarnpkg.com/@types/stripe/-/stripe-6.31.4.tgz#ea69a539fa06f155eb9b9b00b2b17cfbd092db70"
integrity sha512-u9eNG6XZmh7xSO92hCWPmbu5IF/lp4CfJ2t0kXW5/AcF/5TrEQTMmomPS84+5xRFXh73W2RXmZCGM8XGa7jiSw==
dependencies:
"@types/node" "*"

Expand Down
2 changes: 1 addition & 1 deletion book/12-end/api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@
"@types/passport": "1.0.0",
"@types/request": "^2.48.1",
"@types/socket.io": "^2.1.2",
"@types/stripe": "6.30.5",
"@types/stripe": "6.31.4",
"husky": "2.7.0",
"jest": "24.8.0",
"mockingoose": "^2.13.1",
Expand Down
4 changes: 2 additions & 2 deletions book/12-end/api/server/stripe.ts
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ function cancelSubscription({ subscriptionId }) {
function retrieveCard({ customerId, cardId }) {
logger.debug(customerId);
logger.debug(cardId);
return stripeInstance.customers.retrieveCard(customerId, cardId);
return stripeInstance.customers.retrieveSource(customerId, cardId);
}

function createNewCard({ customerId, token }) {
Expand Down Expand Up @@ -94,7 +94,7 @@ function stripeWebHooks({ server }) {

function getListOfInvoices({ customerId }) {
logger.debug('getting list of invoices for customer', customerId);
return stripeInstance.invoices.list({ customer: customerId });
return stripeInstance.invoices.list({ customer: customerId, limit: 100 });
}

export {
Expand Down
8 changes: 4 additions & 4 deletions book/12-end/api/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -536,10 +536,10 @@
resolved "https://registry.yarnpkg.com/@types/strip-json-comments/-/strip-json-comments-0.0.30.tgz#9aa30c04db212a9a0649d6ae6fd50accc40748a1"
integrity sha512-7NQmHra/JILCd1QqpSzl8+mJRc8ZHz3uDm8YV1Ks9IhK0epEiTw8aIErbvH9PI+6XbqhyIQy3462nEsn7UVzjQ==

"@types/stripe@6.30.5":
version "6.30.5"
resolved "https://registry.yarnpkg.com/@types/stripe/-/stripe-6.30.5.tgz#89c274a51c443a1698a4cacc363f88313102f101"
integrity sha512-1PMVuZMCvOj7mI+ZpsqU5XpwSL3nXy90S2cs4GlMn8CCkvy8HlpG1B1VY2A1QWqaXqj4nVpvrquqv37p1nsMyw==
"@types/stripe@6.31.4":
version "6.31.4"
resolved "https://registry.yarnpkg.com/@types/stripe/-/stripe-6.31.4.tgz#ea69a539fa06f155eb9b9b00b2b17cfbd092db70"
integrity sha512-u9eNG6XZmh7xSO92hCWPmbu5IF/lp4CfJ2t0kXW5/AcF/5TrEQTMmomPS84+5xRFXh73W2RXmZCGM8XGa7jiSw==
dependencies:
"@types/node" "*"

Expand Down
2 changes: 1 addition & 1 deletion book/13-begin/api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@
"@types/passport": "1.0.0",
"@types/request": "^2.48.1",
"@types/socket.io": "^2.1.2",
"@types/stripe": "6.30.5",
"@types/stripe": "6.31.4",
"husky": "2.7.0",
"jest": "24.8.0",
"mockingoose": "^2.13.1",
Expand Down
4 changes: 2 additions & 2 deletions book/13-begin/api/server/stripe.ts
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ function cancelSubscription({ subscriptionId }) {
function retrieveCard({ customerId, cardId }) {
logger.debug(customerId);
logger.debug(cardId);
return stripeInstance.customers.retrieveCard(customerId, cardId);
return stripeInstance.customers.retrieveSource(customerId, cardId);
}

function createNewCard({ customerId, token }) {
Expand Down Expand Up @@ -94,7 +94,7 @@ function stripeWebHooks({ server }) {

function getListOfInvoices({ customerId }) {
logger.debug('getting list of invoices for customer', customerId);
return stripeInstance.invoices.list({ customer: customerId });
return stripeInstance.invoices.list({ customer: customerId, limit: 100 });
}

export {
Expand Down
8 changes: 4 additions & 4 deletions book/13-begin/api/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -536,10 +536,10 @@
resolved "https://registry.yarnpkg.com/@types/strip-json-comments/-/strip-json-comments-0.0.30.tgz#9aa30c04db212a9a0649d6ae6fd50accc40748a1"
integrity sha512-7NQmHra/JILCd1QqpSzl8+mJRc8ZHz3uDm8YV1Ks9IhK0epEiTw8aIErbvH9PI+6XbqhyIQy3462nEsn7UVzjQ==

"@types/stripe@6.30.5":
version "6.30.5"
resolved "https://registry.yarnpkg.com/@types/stripe/-/stripe-6.30.5.tgz#89c274a51c443a1698a4cacc363f88313102f101"
integrity sha512-1PMVuZMCvOj7mI+ZpsqU5XpwSL3nXy90S2cs4GlMn8CCkvy8HlpG1B1VY2A1QWqaXqj4nVpvrquqv37p1nsMyw==
"@types/stripe@6.31.4":
version "6.31.4"
resolved "https://registry.yarnpkg.com/@types/stripe/-/stripe-6.31.4.tgz#ea69a539fa06f155eb9b9b00b2b17cfbd092db70"
integrity sha512-u9eNG6XZmh7xSO92hCWPmbu5IF/lp4CfJ2t0kXW5/AcF/5TrEQTMmomPS84+5xRFXh73W2RXmZCGM8XGa7jiSw==
dependencies:
"@types/node" "*"

Expand Down
2 changes: 1 addition & 1 deletion book/13-end/api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@
"@types/passport": "1.0.0",
"@types/request": "^2.48.1",
"@types/socket.io": "^2.1.2",
"@types/stripe": "6.30.5",
"@types/stripe": "6.31.4",
"husky": "2.7.0",
"jest": "24.8.0",
"mockingoose": "^2.13.1",
Expand Down
4 changes: 2 additions & 2 deletions book/13-end/api/server/stripe.ts
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ function cancelSubscription({ subscriptionId }) {
function retrieveCard({ customerId, cardId }) {
logger.debug(customerId);
logger.debug(cardId);
return stripeInstance.customers.retrieveCard(customerId, cardId);
return stripeInstance.customers.retrieveSource(customerId, cardId);
}

function createNewCard({ customerId, token }) {
Expand Down Expand Up @@ -94,7 +94,7 @@ function stripeWebHooks({ server }) {

function getListOfInvoices({ customerId }) {
logger.debug('getting list of invoices for customer', customerId);
return stripeInstance.invoices.list({ customer: customerId });
return stripeInstance.invoices.list({ customer: customerId, limit: 100 });
}

export {
Expand Down
8 changes: 4 additions & 4 deletions book/13-end/api/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -536,10 +536,10 @@
resolved "https://registry.yarnpkg.com/@types/strip-json-comments/-/strip-json-comments-0.0.30.tgz#9aa30c04db212a9a0649d6ae6fd50accc40748a1"
integrity sha512-7NQmHra/JILCd1QqpSzl8+mJRc8ZHz3uDm8YV1Ks9IhK0epEiTw8aIErbvH9PI+6XbqhyIQy3462nEsn7UVzjQ==

"@types/stripe@6.30.5":
version "6.30.5"
resolved "https://registry.yarnpkg.com/@types/stripe/-/stripe-6.30.5.tgz#89c274a51c443a1698a4cacc363f88313102f101"
integrity sha512-1PMVuZMCvOj7mI+ZpsqU5XpwSL3nXy90S2cs4GlMn8CCkvy8HlpG1B1VY2A1QWqaXqj4nVpvrquqv37p1nsMyw==
"@types/stripe@6.31.4":
version "6.31.4"
resolved "https://registry.yarnpkg.com/@types/stripe/-/stripe-6.31.4.tgz#ea69a539fa06f155eb9b9b00b2b17cfbd092db70"
integrity sha512-u9eNG6XZmh7xSO92hCWPmbu5IF/lp4CfJ2t0kXW5/AcF/5TrEQTMmomPS84+5xRFXh73W2RXmZCGM8XGa7jiSw==
dependencies:
"@types/node" "*"

Expand Down
2 changes: 1 addition & 1 deletion book/14-begin/api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@
"@types/passport": "1.0.0",
"@types/request": "^2.48.1",
"@types/socket.io": "^2.1.2",
"@types/stripe": "6.30.5",
"@types/stripe": "6.31.4",
"husky": "2.7.0",
"jest": "24.8.0",
"mockingoose": "^2.13.1",
Expand Down
4 changes: 2 additions & 2 deletions book/14-begin/api/server/stripe.ts
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ function cancelSubscription({ subscriptionId }) {
function retrieveCard({ customerId, cardId }) {
logger.debug(customerId);
logger.debug(cardId);
return stripeInstance.customers.retrieveCard(customerId, cardId);
return stripeInstance.customers.retrieveSource(customerId, cardId);
}

function createNewCard({ customerId, token }) {
Expand Down Expand Up @@ -94,7 +94,7 @@ function stripeWebHooks({ server }) {

function getListOfInvoices({ customerId }) {
logger.debug('getting list of invoices for customer', customerId);
return stripeInstance.invoices.list({ customer: customerId });
return stripeInstance.invoices.list({ customer: customerId, limit: 100 });
}

export {
Expand Down
8 changes: 4 additions & 4 deletions book/14-begin/api/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -535,10 +535,10 @@
resolved "https://registry.yarnpkg.com/@types/strip-json-comments/-/strip-json-comments-0.0.30.tgz#9aa30c04db212a9a0649d6ae6fd50accc40748a1"
integrity sha512-7NQmHra/JILCd1QqpSzl8+mJRc8ZHz3uDm8YV1Ks9IhK0epEiTw8aIErbvH9PI+6XbqhyIQy3462nEsn7UVzjQ==

"@types/stripe@6.30.5":
version "6.30.5"
resolved "https://registry.yarnpkg.com/@types/stripe/-/stripe-6.30.5.tgz#89c274a51c443a1698a4cacc363f88313102f101"
integrity sha512-1PMVuZMCvOj7mI+ZpsqU5XpwSL3nXy90S2cs4GlMn8CCkvy8HlpG1B1VY2A1QWqaXqj4nVpvrquqv37p1nsMyw==
"@types/stripe@6.31.4":
version "6.31.4"
resolved "https://registry.yarnpkg.com/@types/stripe/-/stripe-6.31.4.tgz#ea69a539fa06f155eb9b9b00b2b17cfbd092db70"
integrity sha512-u9eNG6XZmh7xSO92hCWPmbu5IF/lp4CfJ2t0kXW5/AcF/5TrEQTMmomPS84+5xRFXh73W2RXmZCGM8XGa7jiSw==
dependencies:
"@types/node" "*"

Expand Down
2 changes: 1 addition & 1 deletion book/14-end/api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@
"@types/passport": "1.0.0",
"@types/request": "^2.48.1",
"@types/socket.io": "^2.1.2",
"@types/stripe": "6.30.5",
"@types/stripe": "6.31.4",
"husky": "2.7.0",
"jest": "24.8.0",
"mockingoose": "^2.13.1",
Expand Down
Loading

0 comments on commit 0348714

Please sign in to comment.