We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Currently, the sales endpoint only returns the $payment->number but not the post_id of the related payment/order.
$payment->number
post_id
When you want to link from an external application directly to the order details screen, the link looks as follows:
edit.php?post_type=download&page=edd-payment-history&view=view-order-details&id=123
and needs the post_id of the order/payment to work.
The text was updated successfully, but these errors were encountered:
cklosowski
No branches or pull requests
Currently, the sales endpoint only returns the
$payment->number
but not thepost_id
of the related payment/order.When you want to link from an external application directly to the order details screen, the link looks as follows:
edit.php?post_type=download&page=edd-payment-history&view=view-order-details&id=123
and needs the
post_id
of the order/payment to work.The text was updated successfully, but these errors were encountered: