INVOICE $entryId
| # | DESCRIPTION | TOTAL | |||
|---|---|---|---|---|---|
| 01 | Payment$addressF |
$ $charge_total CAD | |||
| GRAND TOTAL $ $charge_total CAD | |||||
/** * HighPoint functions and definitions * * @package HighPoint */ if (!function_exists('highpoint_setup')) : /** * Sets up theme defaults and registers support for various WordPress features. * * Note that this function is hooked into the after_setup_theme hook, which * runs before the init hook. The init hook is too late for some features, such * as indicating support for post thumbnails. */ function highpoint_setup() { /* * Make theme available for translation. * Translations can be filed in the /languages/ directory. * If you're building a theme based on HighPoint, use a find and replace * to change 'highpoint' to the name of your theme in all the template files */ load_theme_textdomain('highpoint', get_template_directory() . '/languages'); // Add default posts and comments RSS feed links to head. add_theme_support('automatic-feed-links'); /* * Let WordPress manage the document title. * By adding theme support, we declare that this theme does not use a * hard-coded
| "; $monerisDeclinedOutput .= "Status : "; $monerisDeclinedOutput .= " | "; $monerisDeclinedOutput .= "Payment was unsuccessful"; $monerisDeclinedOutput .= " |
| "; $monerisDeclinedOutput .= "Confirmation Number : "; $monerisDeclinedOutput .= " | "; $monerisDeclinedOutput .= "$issconf"; $monerisDeclinedOutput .= " |
| "; $monerisDeclinedOutput .= "Financial Institution : "; $monerisDeclinedOutput .= " | "; $monerisDeclinedOutput .= "$issname"; $monerisDeclinedOutput .= " |
| "; $monerisDeclinedOutput .= "Message : "; $monerisDeclinedOutput .= " | "; $monerisDeclinedOutput .= "$message"; $monerisDeclinedOutput .= " |
| "; $monerisDeclinedOutput .= "Card Holder : "; $monerisDeclinedOutput .= " | "; $monerisDeclinedOutput .= "$cardholder"; $monerisDeclinedOutput .= " |
| "; $monerisDeclinedOutput .= "Amount : "; $monerisDeclinedOutput .= " | "; $monerisDeclinedOutput .= "$ $charge_total CAD"; $monerisDeclinedOutput .= " |
| "; $monerisDeclinedOutput .= "Card Number : "; $monerisDeclinedOutput .= " | "; $monerisDeclinedOutput .= "$f4l4"; $monerisDeclinedOutput .= " |
| "; $monerisDeclinedOutput .= "Status : "; $monerisDeclinedOutput .= " | "; $monerisDeclinedOutput .= "$message"; $monerisDeclinedOutput .= " |
| # | DESCRIPTION | TOTAL | |||
|---|---|---|---|---|---|
| 01 | Payment$addressF |
$ $charge_total CAD | |||
| GRAND TOTAL $ $charge_total CAD | |||||

