Skip to content

Commit 47f5028

Browse files
authored
fix: remove the setting of TestDatabase as a default option, as it causes an error in the Experian production environment. (#4)
1 parent 8dd1628 commit 47f5028

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/ExperianModels/Options.php

-1
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,5 @@ class Options extends Base
2424
"FullFBLRequired" => true,
2525
"AuthenticatePlusRequired" => true,
2626
"DetectRequired" => true,
27-
"TestDatabase" => Database::AGED,
2827
];
2928
}

0 commit comments

Comments
 (0)