Skip to content

Commit

Permalink
Fixed dev dependencies.
Browse files Browse the repository at this point in the history
  • Loading branch information
fconforti committed Nov 12, 2019
1 parent 510736e commit a6ac34c
Show file tree
Hide file tree
Showing 6 changed files with 199 additions and 25 deletions.
91 changes: 83 additions & 8 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
"axios": "^0.19.0",
"core-js": "^2.6.5",
"json-api-normalize": "^1.1.5",
"jsonwebtoken": "^8.5.1",
"lodash": "^4.17.15",
"nprogress": "^0.2.0",
"vue": "^2.6.10",
Expand All @@ -40,7 +41,6 @@
"babel-core": "7.0.0-bridge.0",
"babel-eslint": "^10.0.1",
"babel-jest": "^23.6.0",
"cypress": "^3.6.0",
"eslint": "^5.16.0",
"eslint-plugin-vue": "^5.0.0",
"sass": "^1.22.9",
Expand Down
4 changes: 4 additions & 0 deletions src/components/payments/braintree/BraintreeCard.vue
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,7 @@ export default {
hostedFieldsInstance
) {
if (hostedFieldsErr) {
// eslint-disable-next-line
console.log(hostedFieldsErr)
return
}
Expand Down Expand Up @@ -132,6 +133,7 @@ export default {
},
(tokenizeErr, payload) => {
if (tokenizeErr) {
// eslint-disable-next-line
console.error(tokenizeErr)
that.loading_payment = false
return
Expand All @@ -144,6 +146,7 @@ export default {
{ authorization: clientToken },
(clientErr, clientInstance) => {
if (clientErr) {
// eslint-disable-next-line
console.log(clientErr)
that.loading_payment = false
return
Expand All @@ -156,6 +159,7 @@ export default {
},
function (threeDSecureErr, threeDSecureInstance) {
if (threeDSecureErr) {
// eslint-disable-next-line
console.log(threeDSecureErr)
that.loading_payment = false
return
Expand Down
1 change: 0 additions & 1 deletion src/lang/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@
"privacy_policy": "privacy policy",
"quantity": "quantity",
"shipment": "shipment",
"ship_to": "Ship to",
"ship_to_different_address": "ship to different address",
"shipping_address": "Shipping address",
"terms_of_service": "terms of service",
Expand Down
1 change: 0 additions & 1 deletion src/lang/it.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@
"privacy_policy": "privacy policy",
"quantity": "quantità",
"shipment": "spedizione",
"ship_to": "Spedisci a",
"ship_to_different_address": "spedisci ad un altro indirizzo",
"shipping_address": "Indirizzo di consegna",
"terms_of_service": "condizioni di vendita",
Expand Down
Loading

1 comment on commit a6ac34c

@vercel
Copy link

@vercel vercel bot commented on a6ac34c Nov 14, 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.