riboseinc / digicert

Ruby bindings for the Digicert Services API
https://www.digicert.com/services/v2/documentation
MIT License
8 stars 10 forks source link

Did we update the `order` response recently? #146

Closed abunashir closed 6 years ago

abunashir commented 6 years ago

Hi @ronaldtse, I was testing out the order duplication and reissuing funcitonality recently, but looks lik there might be some changes in the order response. For example, the order response does not include the certificate.server_platform related details anymore, could you please erify those changes so I can update the client?

Expected one:

screenshot 2018-07-22 15 22 26

Current response

screenshot 2018-07-22 15 19 00

cc: @clintwilson

clintwilson commented 6 years ago

The order details endpoint should return the server_platform object for that Order. This looks like a bug and I'll investigate why that's not showing up.

abunashir commented 6 years ago

Cool, thanks Clint!

clintwilson commented 6 years ago

This should be fixed now.

abunashir commented 6 years ago

Sweet, it seems to be working like a charm now, thanks @clintwilson, really appreciate your help :)