We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5e72763 commit e21f854Copy full SHA for e21f854
composer.json
@@ -11,6 +11,9 @@
11
"phpunit/phpunit": "^7.0@dev"
12
},
13
"autoload": {
14
+ "classmap": [
15
+ "src/Status.php"
16
+ ],
17
"psr-4": {
18
"Bytelovers\\Affise\\": "src/"
19
}
src/Status.php
@@ -11,7 +11,7 @@ abstract class StatusCodes {
abstract class StatusNames {
- const CONFIRMED = 'cofirmed';
+ const CONFIRMED = 'confirmed';
const PENDING = 'pending';
const DECLINED = 'declined';
const NOT_FOUND = 'not_found';
0 commit comments