Skip to content

Commit 7607bfa

Browse files
committed
Mapper fix search for property type
1 parent 0a74b82 commit 7607bfa

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

lib/net/authorize/util/Mapper.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,8 @@ public static function Instance()
5454
// }
5555

5656
public function getClass($class, $property){
57+
// make the first letter of property as lowercase as all properties are lowercase
58+
$property = lcfirst($property);
5759

5860
//echo "getClass calling : class - " . $class . " property - " . $property . "\n";
5961
$obj = new MapperObj;

0 commit comments

Comments
 (0)