connect-php-sdk icon indicating copy to clipboard operation
connect-php-sdk copied to clipboard

Config service mocelize by default issue

Open sansalinas opened this issue 5 years ago • 0 comments

https://github.com/ingrammicro/connect-php-sdk/blob/5c3b7e8b97bb9b7769128fd9e5dd7532b88e9fcb/src/Config.php#L67

service parameter is modelize by default, event where it is used to define extra ISV parameter that should not be modelized by connect object, example _``` "service": { "providers": [ { "id": "PA-800-926", "apiKey": "SU-YYY-YYY-YYY:0000000000000000000000000000000000000001" } ] }

Once config is modelized, providers only contains id and name, apikey parameter is not in connect provider object.
Is possible not to modelize objects hanging from this one

sansalinas avatar Oct 21 '19 16:10 sansalinas