-
Notifications
You must be signed in to change notification settings - Fork 47
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Breaking Change] GeneratePublicKeyRequest doesn't exist anymore #109
Comments
hello @cwilgenhoff, can you please let us know the endpoints you are trying to invoke and the methods you are using - that is causing the error? |
Hi CBS team, Thanks team |
We recently tried to upgrade from 0.0.41 to 0.0.50 in response to a recent Cybersource security mandate. However we ran into the similar problem mentioned above. The file keyGenerationApi.j has been removed and the function The changelog doesn't mention anything about this explicitly, and no explanation is given for how to fix this issue. |
Facing the same issue any update ? |
Hi,
I'm looking to integrate with this library and I've been following the documentation and examples you have available, but unfortunately it appears the latest release (0.45) has deleted the function
GeneratePublicKeyRequest
used to generate a request object for generating a public key.I can see some of the models in charge of generating the request object got renamed to:
model/InlineResponse20012Links.spec.js
But I'm not entirely sure by the name or implementation if that's the new helper for creating the request.
For now I will rollback to the previous version from January and tests if I can still connect to the Rest API's.
Thanks!
The text was updated successfully, but these errors were encountered: