Skip to content

Commit e21f854

Browse files
committed
Tests
1 parent 5e72763 commit e21f854

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

composer.json

+3
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,9 @@
1111
"phpunit/phpunit": "^7.0@dev"
1212
},
1313
"autoload": {
14+
"classmap": [
15+
"src/Status.php"
16+
],
1417
"psr-4": {
1518
"Bytelovers\\Affise\\": "src/"
1619
}

src/Status.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ abstract class StatusCodes {
1111
}
1212

1313
abstract class StatusNames {
14-
const CONFIRMED = 'cofirmed';
14+
const CONFIRMED = 'confirmed';
1515
const PENDING = 'pending';
1616
const DECLINED = 'declined';
1717
const NOT_FOUND = 'not_found';

0 commit comments

Comments
 (0)