response)) { if (isset($this->response['total_count']) && $this->response['total_count'] > 0) { foreach ($this->response['invoices'] as $key => $invoice) { $this->billing_info = $invoice['billing_info']; $amount = $invoice['total_amount']; $status = ($invoice['status'] == 'SENT') ? 'Unpaid (Sent)' : $invoice['status']; echo ''; echo ''; echo ''; echo ''; echo ''; echo ''; echo ''; } } } else { echo __('You haven’t created any invoices', 'angelleye-paypal-invoicing'); } ?>
' . $invoice['invoice_date'] . '' . $invoice['number'] . '' . $this->billing_info[0]['email'] . '' . $status . '' . pifw_get_currency_symbol($amount['currency']) . $amount['value'] . ' ' . $amount['currency'] . '