Skip to content

Commit

Permalink
remove error
Browse files Browse the repository at this point in the history
  • Loading branch information
Jônatas Oliveira committed Nov 30, 2020
1 parent 61f310f commit f326965
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

0 comments on commit f326965

Please sign in to comment.