Skip to content

Commit

Permalink
Merge pull request #23 from jonatasoli/staging
Browse files Browse the repository at this point in the history
remove error
  • Loading branch information
Jônatas Oliveira authored Nov 30, 2020
2 parents 1657e0b + f326965 commit fc63d14
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/resources/product/views/ShoppingCart.vue
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ export default {
rules: [
(value) => !!value || "Frete é necessário para processeguir!",
(value) =>
(value && value.length <= 7) ||
(value && value.length <= 8) ||
"Frete precisa ter 8 digitos e apenas números",
],
shopping_cart: this.getShoppingCart(),
Expand Down

1 comment on commit fc63d14

@vercel
Copy link

@vercel vercel bot commented on fc63d14 Dec 1, 2020

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.