Closed abunashir closed 7 years ago
This commit adds the request specs for order retrieval interfaces. This usages the .all interface to list all the certificate orders, and then use the first order_id to retrieve the details using the Digicert::Order.fetch interface.
order
.all
order_id
Digicert::Order.fetch
This commit adds the request specs for
order
retrieval interfaces. This usages the.all
interface to list all the certificate orders, and then use the firstorder_id
to retrieve the details using theDigicert::Order.fetch
interface.