Closed codebude closed 6 months ago
Looks good. API approvals change because of the overridden members; just run API tests locally and it should update the API approval files.
Looks good. API approvals change because of the overridden members; just run API tests locally and it should update the API approval files.
Worked like a charm. :-)
Summary
If a payload type needs a specific eci mode/ecc level/version it should override the respecting parameters in the PayloadGenerator base class. Thus users don't have to set these values manually. Unfortunately some payload generators weren't updated after this feature (encoding parameters via payload) was added. This PR brings in the necessary changes/constraints.
This PR fixes/implements the following bugs/features:
Test plan
PR contains test cases.
Closing issues
Fixes #525