feat: update maximum quantity error message in Cart model and test
This commit is contained in:
@@ -312,7 +312,7 @@ class CartControllerTest extends TestCase
|
||||
|
||||
$response2
|
||||
->assertUnprocessable()
|
||||
->assertJsonValidationErrors(['cantidad']);
|
||||
->assertJsonValidationErrors(['cantidad' => 'El máximo que se puede agregar es 2.']);
|
||||
}
|
||||
|
||||
protected function createVariantForTenant(
|
||||
|
||||
Reference in New Issue
Block a user