Skip to content

Commit

Permalink
Remove unused function.
Browse files Browse the repository at this point in the history
  • Loading branch information
dannyvankooten committed Feb 19, 2015
1 parent 9cd142b commit c9637af
Showing 1 changed file with 0 additions and 21 deletions.
21 changes: 0 additions & 21 deletions includes/class-endpoint.php
Expand Up @@ -299,27 +299,6 @@ private function build_response_html() {
}

return $html;
}

private function build_payment_html( $payment ) {

$html = '';
$total_amount = edd_get_payment_amount( $payment->ID );
$payment_method = $this->get_payment_method( $payment->ID );

// get payment items
$downloads = edd_get_payment_meta( $payment->ID );

// return empty string if no downloads found
if( ! is_array( $downloads ) || count( $downloads ) === 0 ) {
return $html;
}

// gather license info if order is 'completed' and edd software licensing is enabled




}

/**
Expand Down

0 comments on commit c9637af

Please sign in to comment.