adobe / acc-js-sdk

A JavaScript SDK for Adobe Campaign Classic
Apache License 2.0
21 stars 20 forks source link

Fix a bug calling the nms:seedMember#getAsModel method. #60

Closed mkiki closed 1 year ago

mkiki commented 1 year ago

Description

This method starts with a lower case letter (unlike other methods which start with an upper case) which was not propertly handled by the SDK

Calling `client.NLWS.nmsSeedMember.getAsModel('', 'XX', selection, {}))``

was failing with error SDK-000009 Unknown method

How Has This Been Tested?

New unit test

Types of changes

Checklist: