Please suggest any function for getting order id.
-
Hello,
I have document id and invitation id. Anyone, can you please suggest me how can I get order id by document id and invitation id. Please suggest ASAP. I already used below function but I can not get order id.
$invitation = WP_E_Sig()->invite->getInviteBy('document_id', $docId); if (!$invitation) { return $docContent; } $order_id = get_esig_order_id($invitation->document_id, $invitation->invitation_id);
Thanks
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Please suggest any function for getting order id.’ is closed to new replies.