@@ -33,7 +33,7 @@ |
||
| 33 | 33 | |
| 34 | 34 | if ( empty($value) ) |
| 35 | 35 | { |
| 36 | - throw new InvalidCreditCardException("The $key parameter is required"); |
|
| 36 | + throw new InvalidCreditCardException("the $key parameter is required"); |
|
| 37 | 37 | } |
| 38 | 38 | } |
| 39 | 39 | |