type ) { wp_die( __( 'The specified ID does not belong to an refund. Please try again.', 'easy-digital-downloads' ), __( 'Error', 'easy-digital-downloads' ) ); } wp_enqueue_script( 'edd-admin-orders' ); // Enqueued for backwards compatibility. Empty file. wp_enqueue_script( 'edd-admin-payments' ); ?>

order_number ); ?>

id ); ?>
id ); // Refund Items. edd_refund_details_items( $refund ); // Notes. edd_refund_details_notes( $refund ); /** * Allows further output after the Refund details. * * @since 3.0 * * @param int $refund_id ID of the current Refund. */ do_action( 'edd_view_refund_details_main_after', $refund->id ); ?>
id ); // Attributes. edd_refund_details_attributes( $refund ); // Related Refunds. edd_refund_details_related_refunds( $refund ); /** * Allows further output after Refund sidebar content. * * @since 3.0 * * @param int $refund_id ID of the current Refund. */ do_action( 'edd_view_refund_details_sidebar_after', $refund->id ); ?>