Closed kwkwan closed 6 years ago
This works:
dup_certificates = Digicert::DuplicateCertificate.all( order_id: order_id, sort: 'date_created', limit: 1, offset: 0, )
But this doesn't:
dup_certificates = order.duplicate_certificates( sort: 'date_created', limit: 1, offset: 0, )
It'll be great if both work the same way. Thanks!
Thanks for reporting this @kwkwan, I just added the support for the option in the attached pull request, Thanks!
This works:
But this doesn't:
It'll be great if both work the same way. Thanks!