Completed
Branch BUG-7537 (42ca46)
by
unknown
435:54 queued 422:19
created
core/libraries/shortcodes/EE_Transaction_Shortcodes.lib.php 1 patch
Spacing   +140 added lines, -140 removed lines patch added patch discarded remove patch
@@ -1,6 +1,6 @@  discard block
 block discarded – undo
1 1
 <?php
2 2
 
3
-if (!defined('EVENT_ESPRESSO_VERSION') )
3
+if ( ! defined('EVENT_ESPRESSO_VERSION'))
4 4
 	exit('NO direct script access allowed');
5 5
 
6 6
 /**
@@ -42,25 +42,25 @@  discard block
 block discarded – undo
42 42
 		$this->_shortcodes = array(
43 43
 			'[TXN_ID]' => __('The transaction id for the purchase.', 'event_espresso'),
44 44
 			'[PAYMENT_URL]' => __('This is a link to make a payment for the event', 'event_espresso'),
45
-			'[PAYMENT_LINK_IF_NEEDED_*]' => __('This is a special dynamic shortcode that allows one to insert a payment link conditional on there being amount owing on the transaction. Three params are available on this shortcode:', 'event_espresso') . '<ul>'
46
-				. '<li>' . sprintf( __('%class:%s This can be used to indicate css class is given to the containing css element (default is "callout").', 'event_espresso' ), '<strong>', '</strong>' ) . '</li>'
47
-				. '<li>' . sprintf( __('%scustom_text:%s This should be a sprintf format text string (with %%s for where the hyperlink tags go) that is used for the generated link text (The default is "You can %%smake a payment here »%%s.)', 'event_espresso' ), '<strong>', '</strong>' ) . '</li>'
48
-				. '<li>' . sprintf( __('%scontainer_tag:%s Use this to indicate what container tag you want surrounding the payment link (default is "p").', 'event_espresso' ), '<strong>', '</strong>' ) . '</li>'
45
+			'[PAYMENT_LINK_IF_NEEDED_*]' => __('This is a special dynamic shortcode that allows one to insert a payment link conditional on there being amount owing on the transaction. Three params are available on this shortcode:', 'event_espresso').'<ul>'
46
+				. '<li>'.sprintf(__('%class:%s This can be used to indicate css class is given to the containing css element (default is "callout").', 'event_espresso'), '<strong>', '</strong>').'</li>'
47
+				. '<li>'.sprintf(__('%scustom_text:%s This should be a sprintf format text string (with %%s for where the hyperlink tags go) that is used for the generated link text (The default is "You can %%smake a payment here »%%s.)', 'event_espresso'), '<strong>', '</strong>').'</li>'
48
+				. '<li>'.sprintf(__('%scontainer_tag:%s Use this to indicate what container tag you want surrounding the payment link (default is "p").', 'event_espresso'), '<strong>', '</strong>').'</li>'
49 49
 				. '</ul>',
50
-			'[PAYMENT_DUE_DATE_*]' => __( 'This is a special dynamic shortcode that allows one to output a payment due date.  It will only result in a date shown if there is money owing.  Three parameters are available on this shortcode:', 'event_espresso' )
50
+			'[PAYMENT_DUE_DATE_*]' => __('This is a special dynamic shortcode that allows one to output a payment due date.  It will only result in a date shown if there is money owing.  Three parameters are available on this shortcode:', 'event_espresso')
51 51
 				. '<ul>'
52
-				. '<li>' . sprintf( __( '%sformat:%s This is used to indicate what format the date is in.  Default is whatever is set as date formats for your website.', 'event_espresso' ), '<strong>', '</strong>' ) . '</li>'
53
-				. '<li>' . sprintf( __( '%days_until_due:%s This is the number of days form the transaction creation date that the payment is due.  Defaults to 30.', 'event_espresso' ), '<strong>', '</strong>' ) . '</li>'
54
-				. '<li>' . sprintf( __( '%sprefix_text:%s You can use this to indicate what text will prefix the date string.  Defaults to "Payment in full due by:"', 'event_espresso' ), '<strong>', '</strong>' ) . '</li>',
52
+				. '<li>'.sprintf(__('%sformat:%s This is used to indicate what format the date is in.  Default is whatever is set as date formats for your website.', 'event_espresso'), '<strong>', '</strong>').'</li>'
53
+				. '<li>'.sprintf(__('%days_until_due:%s This is the number of days form the transaction creation date that the payment is due.  Defaults to 30.', 'event_espresso'), '<strong>', '</strong>').'</li>'
54
+				. '<li>'.sprintf(__('%sprefix_text:%s You can use this to indicate what text will prefix the date string.  Defaults to "Payment in full due by:"', 'event_espresso'), '<strong>', '</strong>').'</li>',
55 55
 			'[INVOICE_LINK]' => __('This is a full html link to the invoice', 'event_espresso'),
56 56
 			'[INVOICE_URL]' => __('This is just the url for the invoice', 'event_espresso'),
57 57
 			'[INVOICE_LOGO_URL]' => __('This returns the url for the logo uploaded via the invoice settings page.', 'event_espresso'),
58 58
 			'[INVOICE_LOGO]' => __('This returns the logo uploaded via the invoice settings page wrapped in img_tags and with a "logo screen" classes. The image size is also set in the img tags automatically to match the uploaded logo.', 'event_espresso'),
59 59
 			'[INVOICE_PAYEE_NAME]' => __('This will parse to either: the value of the "Company Name" field in the invoice payment method settings; if that is blank, then the value of the Company Name in the "Your Organization Settings", if that is blank then an empty string.', 'event_espresso'),
60
-			'[INVOICE_PAYEE_ADDRESS]' => __('This will parse to either: the value of the "Company Address" field in the invoice payment method settings; if that is blank, then the value of the Company Address in the "Your Organization Settings", if that is blank then an empty string.', 'event_espresso' ),
61
-			'[INVOICE_PAYMENT_INSTRUCTIONS]' => __('This will parse to the value of the "Payment Instructions" field found on the Invoice payment methods settings page', 'event_espresso' ),
62
-			'[INVOICE_PAYEE_EMAIL]' => __('This will parse to either: the value of the "Company Email" field in the invoice payment method settings; if that is blank, then the value of the Company Email in the "Your Organization Settings", if that is blank then an empty string.', 'event_espresso' ),
63
-			'[INVOICE_PAYEE_TAX_NUMBER_*]' => __('This will parse to either: the value of the "Company Tax Number" field in the invoice payment method settings; if that is blank, then the value of the Company Tax Number in the "Your Organization Settings", if that is blank then an empty string. Note this is also a special dynamic shortcode. You can use the "prefix" parameter to indicate what text you want to use as a prefix before this tax number.  It defaults to "VAT/Tax Number:". To change this prefix you do the following format for this shortcode: <code>[INVOICE_PAYEE_TAX_NUMBER_* prefix="GST:"]</code> and that will ouptut: GST: 12345t56.  If you have no tax number in your settings, then no prefix will be output either.', 'event_espresso' ),
60
+			'[INVOICE_PAYEE_ADDRESS]' => __('This will parse to either: the value of the "Company Address" field in the invoice payment method settings; if that is blank, then the value of the Company Address in the "Your Organization Settings", if that is blank then an empty string.', 'event_espresso'),
61
+			'[INVOICE_PAYMENT_INSTRUCTIONS]' => __('This will parse to the value of the "Payment Instructions" field found on the Invoice payment methods settings page', 'event_espresso'),
62
+			'[INVOICE_PAYEE_EMAIL]' => __('This will parse to either: the value of the "Company Email" field in the invoice payment method settings; if that is blank, then the value of the Company Email in the "Your Organization Settings", if that is blank then an empty string.', 'event_espresso'),
63
+			'[INVOICE_PAYEE_TAX_NUMBER_*]' => __('This will parse to either: the value of the "Company Tax Number" field in the invoice payment method settings; if that is blank, then the value of the Company Tax Number in the "Your Organization Settings", if that is blank then an empty string. Note this is also a special dynamic shortcode. You can use the "prefix" parameter to indicate what text you want to use as a prefix before this tax number.  It defaults to "VAT/Tax Number:". To change this prefix you do the following format for this shortcode: <code>[INVOICE_PAYEE_TAX_NUMBER_* prefix="GST:"]</code> and that will ouptut: GST: 12345t56.  If you have no tax number in your settings, then no prefix will be output either.', 'event_espresso'),
64 64
 			'[TOTAL_COST]' => __('The total cost for the transaction', 'event_espresso'),
65 65
 			'[TXN_STATUS]' => __('The transaction status for the transaction.', 'event_espresso'),
66 66
 			'[TXN_STATUS_ID]' => __('The ID representing the transaction status as saved in the db.  This tends to be useful for including with css classes for styling certain statuses differently from others.', 'event_espresso'),
@@ -71,54 +71,54 @@  discard block
 block discarded – undo
71 71
 			'[TOTAL_OWING]' => __('The total owing on a transaction with no attributes.', 'event_espresso'),
72 72
 			'[TXN_SUBTOTAL]' => __('The subtotal for all txn line items.', 'event_espresso'),
73 73
 			'[TXN_TAX_SUBTOTAL]' => __('The subtotal for all tax line items.', 'event_espresso'),
74
-			'[OWING_STATUS_MESSAGE_*]' => __('A dynamic shortcode for adjusting how total oweing gets shown. The acceptable attributes on the shortcode are:', 'event_espresso') . '<p></ul>' .
75
-				'<li><strong>still_owing</strong>:' . __('If the transaction is not paid in full, then whatever is set for this attribute is shown (otherwise its just the amount oweing). The default is:', 'event_espresso' ) . sprintf( __( '%sPlease make a payment.%s', 'event_espresso'),  '<a href="[PAYMENT_URL]" class="noPrint">', '</a>' ) . '</li>' .
76
-				'<li><strong>none_owing</strong>:' . __('If the transaction is paid in full, then you can indicate how this gets displayed.  Note, that it defaults to just be the total oweing.', 'event_espresso') . '</li></ul></p>',
74
+			'[OWING_STATUS_MESSAGE_*]' => __('A dynamic shortcode for adjusting how total oweing gets shown. The acceptable attributes on the shortcode are:', 'event_espresso').'<p></ul>'.
75
+				'<li><strong>still_owing</strong>:'.__('If the transaction is not paid in full, then whatever is set for this attribute is shown (otherwise its just the amount oweing). The default is:', 'event_espresso').sprintf(__('%sPlease make a payment.%s', 'event_espresso'), '<a href="[PAYMENT_URL]" class="noPrint">', '</a>').'</li>'.
76
+				'<li><strong>none_owing</strong>:'.__('If the transaction is paid in full, then you can indicate how this gets displayed.  Note, that it defaults to just be the total oweing.', 'event_espresso').'</li></ul></p>',
77 77
 			'[TXN_TOTAL_TICKETS]' => __('The total number of all tickets purchased in a transaction', 'event_espresso'),
78 78
 			'[TKT_QTY_PURCHASED]' => __('The total number of all tickets purchased in a transaction. <strong>NOTE: This shortcode is good to use in the "[TICKET_LIST]" field but has been deprecated from all other contexts in favor of the more explicit [TXN_TOTAL_TICKETS] shortcode.</strong>', 'event_espresso'),
79 79
 			'[TRANSACTION_ADMIN_URL]' => __('The url to the admin page for this transaction', 'event_espresso'),
80 80
 			'[RECEIPT_URL]' => __('This parses to the generated url for retrieving the receipt for the transaction', 'event_espresso'),
81
-			'[INVOICE_RECEIPT_SWITCHER_URL]' => __( 'This parses to the url that will switch to the receipt if an invoice is displayed, and switch to the invoice if receipt is displayed. If a message type OTHER than invoice or receipt is displayed then this will just return the url for the invoice. If the related message type is not active  then will parse to an empty string.', 'event_espresso'),
82
-			'[INVOICE_RECEIPT_SWITCHER_BUTTON]' => sprintf( __( 'The same as %1$s[INVOICE_RECEIPT_SWITCHER_URL]%2$s except this returns the html for a button linked to the invoice or receipt.', 'event_espresso' ), '<code>', '</code>' )
81
+			'[INVOICE_RECEIPT_SWITCHER_URL]' => __('This parses to the url that will switch to the receipt if an invoice is displayed, and switch to the invoice if receipt is displayed. If a message type OTHER than invoice or receipt is displayed then this will just return the url for the invoice. If the related message type is not active  then will parse to an empty string.', 'event_espresso'),
82
+			'[INVOICE_RECEIPT_SWITCHER_BUTTON]' => sprintf(__('The same as %1$s[INVOICE_RECEIPT_SWITCHER_URL]%2$s except this returns the html for a button linked to the invoice or receipt.', 'event_espresso'), '<code>', '</code>')
83 83
 			);
84 84
 	}
85 85
 
86 86
 
87
-	protected function _parser( $shortcode ) {
87
+	protected function _parser($shortcode) {
88 88
 
89
-		EE_Registry::instance()->load_helper( 'Template' );
89
+		EE_Registry::instance()->load_helper('Template');
90 90
 
91 91
 		//attempt to get the transaction.  Since this is potentially used in more fields, we may have to look in the _extra_data for the transaction.
92 92
 		$transaction = $this->_data->txn instanceof EE_Transaction ? $this->_data->txn : null;
93
-		$transaction = ! $transaction instanceof EE_Transaction && is_array( $this->_extra_data ) &&  isset( $this->_extra_data['data'] ) && $this->_extra_data['data'] instanceof EE_Messages_Addressee ? $this->_extra_data['data']->txn: $transaction;
93
+		$transaction = ! $transaction instanceof EE_Transaction && is_array($this->_extra_data) && isset($this->_extra_data['data']) && $this->_extra_data['data'] instanceof EE_Messages_Addressee ? $this->_extra_data['data']->txn : $transaction;
94 94
 
95 95
 		//payment
96 96
 		$payment = $this->_data->payment instanceof EE_Payment ? $this->_data->payment : null;
97
-		$payment = ! $payment instanceof EE_Payment && is_array( $this->_extra_data ) &&  isset( $this->_extra_data['data'] ) && $this->_extra_data['data'] instanceof EE_Messages_Addressee ? $this->_extra_data['data']->payment: $payment;
97
+		$payment = ! $payment instanceof EE_Payment && is_array($this->_extra_data) && isset($this->_extra_data['data']) && $this->_extra_data['data'] instanceof EE_Messages_Addressee ? $this->_extra_data['data']->payment : $payment;
98 98
 
99 99
 
100
-		if ( ! $transaction instanceof EE_Transaction )
100
+		if ( ! $transaction instanceof EE_Transaction)
101 101
 			return '';
102 102
 
103
-		switch ( $shortcode ) {
103
+		switch ($shortcode) {
104 104
 			case '[TXN_ID]' :
105 105
 				return $transaction->ID();
106 106
 				break;
107 107
 
108 108
 			case '[PAYMENT_URL]' :
109 109
 				$payment_url = $transaction->payment_overview_url();
110
-				return empty( $payment_url ) ? __( 'http://dummypaymenturlforpreview.com', 'event_espresso') : $payment_url;
110
+				return empty($payment_url) ? __('http://dummypaymenturlforpreview.com', 'event_espresso') : $payment_url;
111 111
 				break;
112 112
 
113 113
 			case '[INVOICE_LINK]' :
114 114
 				$invoice_url = $transaction->invoice_url();
115
-				$invoice_url = empty( $invoice_url ) ? 'http://dummyinvoicelinksforpreview.com' : $invoice_url;
116
-				return sprintf( __('%sClick here for Invoice%s', 'event_espresso'), '<a href="' . $invoice_url . '">', '</a>' );
115
+				$invoice_url = empty($invoice_url) ? 'http://dummyinvoicelinksforpreview.com' : $invoice_url;
116
+				return sprintf(__('%sClick here for Invoice%s', 'event_espresso'), '<a href="'.$invoice_url.'">', '</a>');
117 117
 				break; /**/
118 118
 
119 119
 			case '[INVOICE_URL]' :
120 120
 				$invoice_url = $transaction->invoice_url();
121
-				return empty( $invoice_url ) ? 'http://dummyinvoicelinksforpreview.com' : $invoice_url;
121
+				return empty($invoice_url) ? 'http://dummyinvoicelinksforpreview.com' : $invoice_url;
122 122
 				break;
123 123
 
124 124
 			case '[INVOICE_LOGO_URL]' :
@@ -126,7 +126,7 @@  discard block
 block discarded – undo
126 126
 				break;
127 127
 
128 128
 			case '[INVOICE_LOGO]' :
129
-				return $this->_get_invoice_logo( TRUE );
129
+				return $this->_get_invoice_logo(TRUE);
130 130
 				break;
131 131
 
132 132
 			case '[INVOICE_PAYEE_NAME]' :
@@ -148,18 +148,18 @@  discard block
 block discarded – undo
148 148
 
149 149
 			case "[TOTAL_COST]" :
150 150
 				$total = $transaction->total();
151
-				return ! empty($total) ? EEH_Template::format_currency( $total ) : '';
151
+				return ! empty($total) ? EEH_Template::format_currency($total) : '';
152 152
 				break;
153 153
 
154 154
 			case "[PAYMENT_STATUS]" :
155 155
 				$status = $transaction->pretty_status();
156
-				return !empty($status) ? $status : __('Unknown', 'event_espresso');
156
+				return ! empty($status) ? $status : __('Unknown', 'event_espresso');
157 157
 				break; /**/
158 158
 
159 159
 			// note the [payment_status] shortcode is kind of misleading because payment status might be different from txn status so I'm adding this here for clarity.
160 160
 			case "[TXN_STATUS]" :
161 161
 				$status = $transaction->pretty_status();
162
-				return !empty( $status ) ? $status : __('Unknown', 'event_espresso');
162
+				return ! empty($status) ? $status : __('Unknown', 'event_espresso');
163 163
 				break;
164 164
 
165 165
 			case "[TXN_STATUS_ID]" :
@@ -167,21 +167,21 @@  discard block
 block discarded – undo
167 167
 				break;
168 168
 
169 169
 			case "[PAYMENT_GATEWAY]" :
170
-				return $this->_get_payment_gateway( $transaction );
170
+				return $this->_get_payment_gateway($transaction);
171 171
 				break;
172 172
 
173 173
 			case "[AMOUNT_PAID]" :
174 174
 				$amount = $payment instanceof EE_Payment ? $payment->amount() : 0;
175
-				return EEH_Template::format_currency( $amount );
175
+				return EEH_Template::format_currency($amount);
176 176
 				break;
177 177
 
178 178
 			case "[TOTAL_AMOUNT_PAID]" :
179
-				return EEH_Template::format_currency( $transaction->paid() );
179
+				return EEH_Template::format_currency($transaction->paid());
180 180
 				break;
181 181
 
182 182
 			case "[TOTAL_OWING]" :
183 183
 				$total_owing = $transaction->remaining();
184
-				return EEH_Template::format_currency( $total_owing );
184
+				return EEH_Template::format_currency($total_owing);
185 185
 				break;
186 186
 
187 187
 			case "[TXN_SUBTOTAL]" :
@@ -189,7 +189,7 @@  discard block
 block discarded – undo
189 189
 				break;
190 190
 
191 191
 			case "[TXN_TAX_SUBTOTAL]" :
192
-				return EEH_Template::format_currency($this->_get_subtotal( TRUE ));
192
+				return EEH_Template::format_currency($this->_get_subtotal(TRUE));
193 193
 				break;
194 194
 
195 195
 			case "[TKT_QTY_PURCHASED]" :
@@ -198,9 +198,9 @@  discard block
 block discarded – undo
198 198
 				break;
199 199
 
200 200
 			case "[TRANSACTION_ADMIN_URL]" :
201
-				require_once EE_CORE . 'admin/EE_Admin_Page.core.php';
202
-				$query_args = array( 'page' => 'espresso_transactions', 'action' => 'view_transaction', 'TXN_ID' => $transaction->ID() );
203
-				$url = EE_Admin_Page::add_query_args_and_nonce( $query_args, admin_url('admin.php') );
201
+				require_once EE_CORE.'admin/EE_Admin_Page.core.php';
202
+				$query_args = array('page' => 'espresso_transactions', 'action' => 'view_transaction', 'TXN_ID' => $transaction->ID());
203
+				$url = EE_Admin_Page::add_query_args_and_nonce($query_args, admin_url('admin.php'));
204 204
 				return $url;
205 205
 				break;
206 206
 
@@ -208,14 +208,14 @@  discard block
 block discarded – undo
208 208
 				//get primary_registration
209 209
 				$reg = $this->_data->primary_reg_obj;
210 210
 
211
-				if ( ! $reg instanceof EE_Registration ) {
211
+				if ( ! $reg instanceof EE_Registration) {
212 212
 					return '';
213 213
 				}
214 214
 				return $reg->receipt_url();
215 215
 				break;
216 216
 
217 217
 			case "[INVOICE_RECEIPT_SWITCHER_URL]" :
218
-				return $this->_get_invoice_receipt_switcher( FALSE );
218
+				return $this->_get_invoice_receipt_switcher(FALSE);
219 219
 				break;
220 220
 
221 221
 			case "[INVOICE_RECEIPT_SWITCHER_BUTTON]" :
@@ -225,20 +225,20 @@  discard block
 block discarded – undo
225 225
 
226 226
 		}
227 227
 
228
-		if ( strpos( $shortcode, '[OWING_STATUS_MESSAGE_*' ) !== FALSE ) {
229
-			return $this->_get_custom_total_oweing( $shortcode );
228
+		if (strpos($shortcode, '[OWING_STATUS_MESSAGE_*') !== FALSE) {
229
+			return $this->_get_custom_total_oweing($shortcode);
230 230
 		}
231 231
 
232
-		if ( strpos( $shortcode, '[INVOICE_PAYEE_TAX_NUMBER_*' ) !== FALSE ) {
233
-			return $this->_get_invoice_payee_tax_number( $shortcode );
232
+		if (strpos($shortcode, '[INVOICE_PAYEE_TAX_NUMBER_*') !== FALSE) {
233
+			return $this->_get_invoice_payee_tax_number($shortcode);
234 234
 		}
235 235
 
236
-		if ( strpos( $shortcode, '[PAYMENT_LINK_IF_NEEDED_*' ) !== FALSE ) {
237
-			return $this->_get_payment_link_if_needed( $shortcode );
236
+		if (strpos($shortcode, '[PAYMENT_LINK_IF_NEEDED_*') !== FALSE) {
237
+			return $this->_get_payment_link_if_needed($shortcode);
238 238
 		}
239 239
 
240
-		if ( strpos( $shortcode, '[PAYMENT_DUE_DATE_*' ) !== false ) {
241
-			return $this->_get_payment_due_date( $shortcode, $transaction );
240
+		if (strpos($shortcode, '[PAYMENT_DUE_DATE_*') !== false) {
241
+			return $this->_get_payment_due_date($shortcode, $transaction);
242 242
 		}
243 243
 
244 244
 		return '';
@@ -255,22 +255,22 @@  discard block
 block discarded – undo
255 255
 	 *
256 256
 	 * @return string parsed.
257 257
 	 */
258
-	private function _get_custom_total_oweing( $shortcode ) {
259
-		$valid_shortcodes = array( 'transaction' );
260
-		$attrs = $this->_get_shortcode_attrs( $shortcode );
258
+	private function _get_custom_total_oweing($shortcode) {
259
+		$valid_shortcodes = array('transaction');
260
+		$attrs = $this->_get_shortcode_attrs($shortcode);
261 261
 
262 262
 		//ensure default is set.
263 263
 		$addressee = $this->_data instanceof EE_Messages_Addressee ? $this->_data : null;
264 264
 		$total_owing = $addressee instanceof EE_Messages_Addressee && $addressee->txn instanceof EE_Transaction ? $addressee->txn->remaining() : 0;
265 265
 
266
-		if ( $total_owing > 0 ) {
267
-			$owing_content = ! empty( $attrs['still_owing'] ) ? $attrs['still_owing'] : sprintf( __( '%sPlease make a payment.%s', 'event_espresso'),  '<a href="[PAYMENT_URL]" class="noPrint">', '</a>' );
266
+		if ($total_owing > 0) {
267
+			$owing_content = ! empty($attrs['still_owing']) ? $attrs['still_owing'] : sprintf(__('%sPlease make a payment.%s', 'event_espresso'), '<a href="[PAYMENT_URL]" class="noPrint">', '</a>');
268 268
 
269 269
 			//we need to re run this string through the parser to catch any shortcodes that are in it.
270 270
 			$this->_set_shortcode_helper();
271
-			$owing_content = $this->_shortcode_helper->parse_message_template( $owing_content, $addressee, $valid_shortcodes, $this->_message_type, $this->_messenger, $this->_context, $this->_GRP_ID );
271
+			$owing_content = $this->_shortcode_helper->parse_message_template($owing_content, $addressee, $valid_shortcodes, $this->_message_type, $this->_messenger, $this->_context, $this->_GRP_ID);
272 272
 		} else {
273
-			$owing_content = !empty( $attrs['none_owing']) ? $attrs['none_owing'] : '';
273
+			$owing_content = ! empty($attrs['none_owing']) ? $attrs['none_owing'] : '';
274 274
 		}
275 275
 
276 276
 		return $owing_content;
@@ -278,8 +278,8 @@  discard block
 block discarded – undo
278 278
 
279 279
 
280 280
 
281
-	private function _get_payment_gateway( $transaction ) {
282
-		$pm = $this->_get_payment_method( $transaction );
281
+	private function _get_payment_gateway($transaction) {
282
+		$pm = $this->_get_payment_method($transaction);
283 283
 		return $pm instanceof EE_Payment_Method ? $pm->name() : '';
284 284
 	}
285 285
 
@@ -294,37 +294,37 @@  discard block
 block discarded – undo
294 294
 	 *
295 295
 	 * @return string url or html
296 296
 	 */
297
-	private function _get_invoice_logo( $img_tags = FALSE ) {
297
+	private function _get_invoice_logo($img_tags = FALSE) {
298 298
 		//try to get the invoice payment method's logo for this transaction image first
299 299
 		$pm = $this->_get_payment_method();
300
-		if ( $pm instanceof EE_Payment_Method ){
301
-			$invoice_logo_url = $pm->get_extra_meta( 'pdf_logo_image', TRUE );
302
-		}else{
300
+		if ($pm instanceof EE_Payment_Method) {
301
+			$invoice_logo_url = $pm->get_extra_meta('pdf_logo_image', TRUE);
302
+		} else {
303 303
 			$invoice_logo_url = NULL;
304 304
 		}
305
-		if( empty( $invoice_logo_url ) ){
305
+		if (empty($invoice_logo_url)) {
306 306
 			$invoice_logo_url = EE_Registry::instance()->CFG->organization->logo_url;
307 307
 		}
308 308
 
309
-		if ( empty( $invoice_logo_url ) ) {
309
+		if (empty($invoice_logo_url)) {
310 310
 			return '';
311 311
 		}
312 312
 
313
-		if ( ! $img_tags ) {
313
+		if ( ! $img_tags) {
314 314
 			return $invoice_logo_url;
315 315
 		}
316 316
 
317 317
 		//image tags have been requested.
318
-		$image_size = getimagesize( $invoice_logo_url );
318
+		$image_size = getimagesize($invoice_logo_url);
319 319
 		
320 320
 		//if image is wider than 200px, set the wideth to 200
321
-		if ( $image_size[0] > 300 ) {
321
+		if ($image_size[0] > 300) {
322 322
 			$image_width = 300;
323
-		}else{
323
+		} else {
324 324
 			$image_width = $image_size[0];
325 325
 		}
326 326
 
327
-		return '<img class="logo screen" src="' . $invoice_logo_url . '" width="' . $image_width . '" alt="logo" />';
327
+		return '<img class="logo screen" src="'.$invoice_logo_url.'" width="'.$image_width.'" alt="logo" />';
328 328
 	}
329 329
 
330 330
 
@@ -341,26 +341,26 @@  discard block
 block discarded – undo
341 341
 	private function _get_invoice_payee_name() {
342 342
 		$payee_name = NULL;
343 343
 		$pm = $this->_get_payment_method();
344
-		if( $pm instanceof EE_Payment_Method ){
345
-			$payee_name = $pm->get_extra_meta( 'pdf_payee_name', TRUE );
344
+		if ($pm instanceof EE_Payment_Method) {
345
+			$payee_name = $pm->get_extra_meta('pdf_payee_name', TRUE);
346 346
 		}
347
-		$payee_name = empty( $payee_name ) ? EE_Registry::instance()->CFG->organization->get_pretty( 'name' ) : $payee_name;
347
+		$payee_name = empty($payee_name) ? EE_Registry::instance()->CFG->organization->get_pretty('name') : $payee_name;
348 348
 		return $payee_name;
349 349
 	}
350 350
 
351 351
 	/**
352 352
 	 * gets the payment method for this transaction. Otherwise gets a default one.
353 353
 	 */
354
-	private function _get_payment_method( $transaction = null ){
355
-		if( $transaction instanceof EE_Transaction ) {
354
+	private function _get_payment_method($transaction = null) {
355
+		if ($transaction instanceof EE_Transaction) {
356 356
 			$payment_method = $transaction->payment_method();
357
-			if ( empty( $payment_method ) ) {
358
-				return apply_filters( 'FHEE__EE_Transaction_Shortcodes__get_payment_method__default', EEM_Payment_Method::instance()->get_one_of_type('Invoice'));
357
+			if (empty($payment_method)) {
358
+				return apply_filters('FHEE__EE_Transaction_Shortcodes__get_payment_method__default', EEM_Payment_Method::instance()->get_one_of_type('Invoice'));
359 359
 			}
360 360
 			return $payment_method;
361
-		}else{
361
+		} else {
362 362
 			//get the first payment method we can find
363
-			return apply_filters( 'FHEE__EE_Transaction_Shortcodes__get_payment_method__default', EEM_Payment_Method::instance()->get_one_of_type('Invoice'));
363
+			return apply_filters('FHEE__EE_Transaction_Shortcodes__get_payment_method__default', EEM_Payment_Method::instance()->get_one_of_type('Invoice'));
364 364
 		}
365 365
 	}
366 366
 
@@ -377,10 +377,10 @@  discard block
 block discarded – undo
377 377
 	private function _get_invoice_payee_email() {
378 378
 		$payee_email = NULL;
379 379
 		$pm = $this->_get_payment_method();
380
-		if( $pm instanceof EE_Payment_Method ){
381
-			$payee_email = $pm->get_extra_meta( 'pdf_payee_email', TRUE );
380
+		if ($pm instanceof EE_Payment_Method) {
381
+			$payee_email = $pm->get_extra_meta('pdf_payee_email', TRUE);
382 382
 		}
383
-		$payee_email = empty( $payee_email ) ? EE_Registry::instance()->CFG->organization->get_pretty( 'email' ) : $payee_email;
383
+		$payee_email = empty($payee_email) ? EE_Registry::instance()->CFG->organization->get_pretty('email') : $payee_email;
384 384
 		return $payee_email;
385 385
 	}
386 386
 
@@ -396,24 +396,24 @@  discard block
 block discarded – undo
396 396
 	 *
397 397
 	 * @return string
398 398
 	 */
399
-	private function _get_invoice_payee_tax_number( $shortcode ) {
399
+	private function _get_invoice_payee_tax_number($shortcode) {
400 400
 		$payee_tax_number = NULL;
401 401
 		$pm = $this->_get_payment_method();
402
-		if( $pm instanceof EE_Payment_Method ){
403
-			$payee_tax_number = $pm->get_extra_meta( 'pdf_payee_tax_number', TRUE );
402
+		if ($pm instanceof EE_Payment_Method) {
403
+			$payee_tax_number = $pm->get_extra_meta('pdf_payee_tax_number', TRUE);
404 404
 		}
405
-		$payee_tax_number = empty( $payee_tax_number ) ? EE_Registry::instance()->CFG->organization->vat : $payee_tax_number;
405
+		$payee_tax_number = empty($payee_tax_number) ? EE_Registry::instance()->CFG->organization->vat : $payee_tax_number;
406 406
 
407
-		if ( empty( $payee_tax_number ) ) {
407
+		if (empty($payee_tax_number)) {
408 408
 			return '';
409 409
 		}
410 410
 
411 411
 		//any attributes?
412
-		$attrs = $this->_get_shortcode_attrs( $shortcode );
412
+		$attrs = $this->_get_shortcode_attrs($shortcode);
413 413
 
414 414
 		//prefix?
415
-		$prefix = isset( $attrs['prefix'] ) ? $attrs['prefix'] : __( 'VAT/Tax Number: ', 'event_espresso' );
416
-		return $prefix . $payee_tax_number;
415
+		$prefix = isset($attrs['prefix']) ? $attrs['prefix'] : __('VAT/Tax Number: ', 'event_espresso');
416
+		return $prefix.$payee_tax_number;
417 417
 	}
418 418
 
419 419
 
@@ -430,22 +430,22 @@  discard block
 block discarded – undo
430 430
 	private function _get_invoice_payee_address() {
431 431
 		$payee_address = NULL;
432 432
 		$pm = $this->_get_payment_method();
433
-		if( $pm instanceof EE_Payment_Method ){
434
-			$payee_address = $pm->get_extra_meta( 'pdf_payee_address', TRUE );
433
+		if ($pm instanceof EE_Payment_Method) {
434
+			$payee_address = $pm->get_extra_meta('pdf_payee_address', TRUE);
435 435
 		}
436
-		if ( empty( $payee_address ) ) {
436
+		if (empty($payee_address)) {
437 437
 			$organization = EE_Registry::instance()->CFG->organization;
438
-			$payee_address = $organization->get_pretty( 'address_1' ) . '<br>';
439
-			$payee_address .= !empty( $organization->address_2 ) ? $organization->get_pretty( 'address_2' ) . '<br>' : '';
440
-			$payee_address .= $organization->get_pretty( 'city' ) . '<br>';
438
+			$payee_address = $organization->get_pretty('address_1').'<br>';
439
+			$payee_address .= ! empty($organization->address_2) ? $organization->get_pretty('address_2').'<br>' : '';
440
+			$payee_address .= $organization->get_pretty('city').'<br>';
441 441
 
442 442
 			//state
443
-			$state = EE_Registry::instance()->load_model( 'State' )->get_one_by_ID( $organization->STA_ID );
444
-			$payee_address .= $state instanceof EE_State ? $state->name()  : '';
443
+			$state = EE_Registry::instance()->load_model('State')->get_one_by_ID($organization->STA_ID);
444
+			$payee_address .= $state instanceof EE_State ? $state->name() : '';
445 445
 
446 446
 			//Country
447
-			$payee_address .= ! empty( $organization->CNT_ISO ) ? ', ' . $organization->CNT_ISO . '<br>' : '';
448
-			$payee_address .= ! empty( $organization->zip ) ? $organization->zip : '';
447
+			$payee_address .= ! empty($organization->CNT_ISO) ? ', '.$organization->CNT_ISO.'<br>' : '';
448
+			$payee_address .= ! empty($organization->zip) ? $organization->zip : '';
449 449
 		}
450 450
 		return $payee_address;
451 451
 	}
@@ -463,7 +463,7 @@  discard block
 block discarded – undo
463 463
 	private function _get_invoice_payment_instructions() {
464 464
 		$instructions = NULL;
465 465
 		$pm = $this->_get_payment_method();
466
-		return ( $pm instanceof EE_Payment_Method ) ? $pm->get_extra_meta( 'pdf_instructions', TRUE) : '';
466
+		return ($pm instanceof EE_Payment_Method) ? $pm->get_extra_meta('pdf_instructions', TRUE) : '';
467 467
 	}
468 468
 
469 469
 
@@ -477,27 +477,27 @@  discard block
 block discarded – undo
477 477
 	 *
478 478
 	 * @return string
479 479
 	 */
480
-	protected function _get_invoice_receipt_switcher( $button = TRUE ) {
480
+	protected function _get_invoice_receipt_switcher($button = TRUE) {
481 481
 		$reg = $this->_data->primary_reg_obj;
482
-		$message_type = isset( $this->_extra_data['message_type'] ) ? $this->_extra_data['message_type'] : '';
483
-		if ( ! $reg instanceof EE_Registration || empty( $message_type ) ) {
482
+		$message_type = isset($this->_extra_data['message_type']) ? $this->_extra_data['message_type'] : '';
483
+		if ( ! $reg instanceof EE_Registration || empty($message_type)) {
484 484
 			return'';
485 485
 		}
486 486
 
487
-		$switch_to_invoice = ! $message_type instanceof EE_Invoice_message_type  ? true : false;
488
-		$switch_to_label = $switch_to_invoice && ! $message_type instanceof EE_Receipt_message_type ? __('View Invoice', 'event_espresso' ) : __( 'Switch to Invoice', 'event_espresso' );
489
-		$switch_to_label = ! $switch_to_invoice ? __( 'Switch to Receipt', 'event_espresso' ) : $switch_to_label;
487
+		$switch_to_invoice = ! $message_type instanceof EE_Invoice_message_type ? true : false;
488
+		$switch_to_label = $switch_to_invoice && ! $message_type instanceof EE_Receipt_message_type ? __('View Invoice', 'event_espresso') : __('Switch to Invoice', 'event_espresso');
489
+		$switch_to_label = ! $switch_to_invoice ? __('Switch to Receipt', 'event_espresso') : $switch_to_label;
490 490
 		$switch_to_url = $switch_to_invoice ? $reg->invoice_url() : $reg->receipt_url();
491 491
 
492
-		if ( ! $button ) {
492
+		if ( ! $button) {
493 493
 			return $switch_to_url;
494 494
 		}
495 495
 
496
-		if ( ! empty( $switch_to_url ) ) {
496
+		if ( ! empty($switch_to_url)) {
497 497
 
498 498
 		return  '
499
-<form method="post" action="' . $switch_to_url . '" >
500
-	<input class="print_button" type="submit" value="' . $switch_to_label . '" />
499
+<form method="post" action="' . $switch_to_url.'" >
500
+	<input class="print_button" type="submit" value="' . $switch_to_label.'" />
501 501
 </form>
502 502
 		';
503 503
 		}
@@ -517,11 +517,11 @@  discard block
 block discarded – undo
517 517
 	 *
518 518
 	 * @return string
519 519
 	 */
520
-	private function _get_receipt_url( EE_Transaction $transaction ) {
520
+	private function _get_receipt_url(EE_Transaction $transaction) {
521 521
 		//get primary_registration
522 522
 		$reg = $this->_data->primary_reg_obj;
523 523
 
524
-		if ( ! $reg instanceof EE_Registration ) {
524
+		if ( ! $reg instanceof EE_Registration) {
525 525
 			return '';
526 526
 		}
527 527
 
@@ -537,10 +537,10 @@  discard block
 block discarded – undo
537 537
 	 *
538 538
 	 * @return int
539 539
 	 */
540
-	private function _get_subtotal( $tax = FALSE ) {
541
-		$grand_total = isset( $this->_data->grand_total_line_item ) ? $this->_data->grand_total_line_item : NULL;
540
+	private function _get_subtotal($tax = FALSE) {
541
+		$grand_total = isset($this->_data->grand_total_line_item) ? $this->_data->grand_total_line_item : NULL;
542 542
 
543
-		if ( ! $grand_total instanceof EE_Line_Item ) {
543
+		if ( ! $grand_total instanceof EE_Line_Item) {
544 544
 			return 0;
545 545
 		}
546 546
 
@@ -559,27 +559,27 @@  discard block
 block discarded – undo
559 559
 	 *
560 560
 	 * @return string parsed.
561 561
 	 */
562
-	private function _get_payment_link_if_needed( $shortcode ) {
563
-		$valid_shortcodes = array( 'transaction' );
564
-		$attrs = $this->_get_shortcode_attrs( $shortcode );
562
+	private function _get_payment_link_if_needed($shortcode) {
563
+		$valid_shortcodes = array('transaction');
564
+		$attrs = $this->_get_shortcode_attrs($shortcode);
565 565
 
566 566
 		//ensure default is set.
567 567
 		$addressee = $this->_data instanceof EE_Messages_Addressee ? $this->_data : null;
568 568
 		$total_owing = $addressee instanceof EE_Messages_Addressee && $addressee->txn instanceof EE_Transaction ? $addressee->txn->remaining() : 0;
569 569
 
570
-		if ( $total_owing > 0 ) {
571
-			$class = isset( $attrs['class'] ) ? $attrs['class'] : 'callout';
572
-			$custom_text = isset( $attrs['custom_text'] ) ? $attrs['custom_text'] : 'You can %smake a payment here »%s.';
573
-			$container_tag = isset( $attrs['container_tag'] ) ? $attrs['container_tag'] : 'p';
574
-			$opening_tag = ! empty( $container_tag ) ? '<' . $container_tag : '';
575
-			$opening_tag .= ! empty( $opening_tag ) && !empty( $class ) ? ' class="' . $class . '"' : $opening_tag;
576
-			$opening_tag .= !empty( $opening_tag ) ? '>' : $opening_tag;
577
-			$closing_tag = ! empty( $container_tag ) ? '</' . $container_tag .'>' : '';
578
-			$content = $opening_tag . sprintf( $custom_text, '<a href="[PAYMENT_URL]">', '</a>' ) . $closing_tag;
570
+		if ($total_owing > 0) {
571
+			$class = isset($attrs['class']) ? $attrs['class'] : 'callout';
572
+			$custom_text = isset($attrs['custom_text']) ? $attrs['custom_text'] : 'You can %smake a payment here »%s.';
573
+			$container_tag = isset($attrs['container_tag']) ? $attrs['container_tag'] : 'p';
574
+			$opening_tag = ! empty($container_tag) ? '<'.$container_tag : '';
575
+			$opening_tag .= ! empty($opening_tag) && ! empty($class) ? ' class="'.$class.'"' : $opening_tag;
576
+			$opening_tag .= ! empty($opening_tag) ? '>' : $opening_tag;
577
+			$closing_tag = ! empty($container_tag) ? '</'.$container_tag.'>' : '';
578
+			$content = $opening_tag.sprintf($custom_text, '<a href="[PAYMENT_URL]">', '</a>').$closing_tag;
579 579
 
580 580
 			//we need to re run this string through the parser to catch any shortcodes that are in it.
581 581
 			$this->_set_shortcode_helper();
582
-			$owing_content = $this->_shortcode_helper->parse_message_template( $content, $addressee, $valid_shortcodes, $this->_message_type, $this->_messenger, $this->_context, $this->_GRP_ID );
582
+			$owing_content = $this->_shortcode_helper->parse_message_template($content, $addressee, $valid_shortcodes, $this->_message_type, $this->_messenger, $this->_context, $this->_GRP_ID);
583 583
 		} else {
584 584
 			return '';
585 585
 		}
@@ -599,31 +599,31 @@  discard block
 block discarded – undo
599 599
 	 * @param EE_Transaction $transaction
600 600
 	 * @return string
601 601
 	 */
602
-	protected function _get_payment_due_date( $shortcode, EE_Transaction $transaction ) {
602
+	protected function _get_payment_due_date($shortcode, EE_Transaction $transaction) {
603 603
 		//if transaction is paid in full then we can just return an empty string
604
-		if ( $transaction->remaining() === 0 ) {
604
+		if ($transaction->remaining() === 0) {
605 605
 			return '';
606 606
 		}
607 607
 
608
-		$attrs = $this->_get_shortcode_attrs( $shortcode );
609
-		$format = isset( $attrs['format'] ) ? $attrs['format'] : get_option( 'date_format' );
610
-		$days_until_due = isset( $attrs['days_until_due'] ) ? (int) $attrs['days_until_due'] : 30;
611
-		$prefix_text = isset( $attrs['prefix_text'] ) ? $attrs['prefix_text'] : __( 'Payment in full due by: ', 'event_espresso' );
612
-		$transaction_created = $transaction->get_DateTime_object( 'TXN_timestamp' );
608
+		$attrs = $this->_get_shortcode_attrs($shortcode);
609
+		$format = isset($attrs['format']) ? $attrs['format'] : get_option('date_format');
610
+		$days_until_due = isset($attrs['days_until_due']) ? (int) $attrs['days_until_due'] : 30;
611
+		$prefix_text = isset($attrs['prefix_text']) ? $attrs['prefix_text'] : __('Payment in full due by: ', 'event_espresso');
612
+		$transaction_created = $transaction->get_DateTime_object('TXN_timestamp');
613 613
 
614 614
 		//setup date due:
615 615
 		try {
616
-			if ( $transaction_created instanceof DateTime ) {
617
-				$date_due = $transaction_created->add( new DateInterval( 'P' . $days_until_due . 'D' ) )->format( $format );
616
+			if ($transaction_created instanceof DateTime) {
617
+				$date_due = $transaction_created->add(new DateInterval('P'.$days_until_due.'D'))->format($format);
618 618
 			} else {
619 619
 				throw new Exception();
620 620
 			}
621
-		} catch( Exception $e ) {
621
+		} catch (Exception $e) {
622 622
 			//format was likely invalid.
623 623
 			$date_due = 'Unable to calculate date due, likely the format string is invalid.';
624 624
 		}
625 625
 
626
-		return $prefix_text . $date_due;
626
+		return $prefix_text.$date_due;
627 627
 	}
628 628
 
629 629
 } //end EE_Transaction Shortcodes library
Please login to merge, or discard this patch.
core/libraries/payment_methods/EE_Gateway.lib.php 1 patch
Indentation   +30 added lines, -30 removed lines patch added patch discarded remove patch
@@ -1,35 +1,35 @@
 block discarded – undo
1 1
 <?php
2 2
 /**
3
- * Event Espresso
4
- *
5
- * Event Registration and Management Plugin for WordPress
6
- *
7
- * @ package			Event Espresso
8
- * @ author				Seth Shoultes
9
- * @ copyright		(c) 2008-2011 Event Espresso  All Rights Reserved.
10
- * @ license			http://eventespresso.com/support/terms-conditions/   * see Plugin Licensing *
11
- * @ link					http://www.eventespresso.com
12
- * @ version		 	4.2
13
- *
14
- * ------------------------------------------------------------------------
15
- *
16
- * EE_Gateway
17
- *
18
- * Abstract base class for all gateways
19
- *
20
- * @package			Event Espresso
21
- * @subpackage		core/libraries/payment_methods
22
- * @author			Mike Nelson
23
- *
24
- * ------------------------------------------------------------------------
25
- * Class for processing payments. This has been designed in a way so that other WP Plugins
26
- * can use this class for processing payments, and theoreitcally any of its children, provided they implement the
27
- * interfaces it uses.
28
- * The necessary interfaces to be implemented are contained in core/libaries/payment_methods/EEI_Payment_Method_Interfaces.php and
29
- * EEI_Interfaces. After constructing a gateway object, you need to set all the properties which reference many of the
30
- * needed helpers and models (see all the methods starting with "set_", eg seg_line_item_helper which should be passed an object
31
- * which implements EEHI_Line_Item_Helper; etc).
32
- */
3
+	 * Event Espresso
4
+	 *
5
+	 * Event Registration and Management Plugin for WordPress
6
+	 *
7
+	 * @ package			Event Espresso
8
+	 * @ author				Seth Shoultes
9
+	 * @ copyright		(c) 2008-2011 Event Espresso  All Rights Reserved.
10
+	 * @ license			http://eventespresso.com/support/terms-conditions/   * see Plugin Licensing *
11
+	 * @ link					http://www.eventespresso.com
12
+	 * @ version		 	4.2
13
+	 *
14
+	 * ------------------------------------------------------------------------
15
+	 *
16
+	 * EE_Gateway
17
+	 *
18
+	 * Abstract base class for all gateways
19
+	 *
20
+	 * @package			Event Espresso
21
+	 * @subpackage		core/libraries/payment_methods
22
+	 * @author			Mike Nelson
23
+	 *
24
+	 * ------------------------------------------------------------------------
25
+	 * Class for processing payments. This has been designed in a way so that other WP Plugins
26
+	 * can use this class for processing payments, and theoreitcally any of its children, provided they implement the
27
+	 * interfaces it uses.
28
+	 * The necessary interfaces to be implemented are contained in core/libaries/payment_methods/EEI_Payment_Method_Interfaces.php and
29
+	 * EEI_Interfaces. After constructing a gateway object, you need to set all the properties which reference many of the
30
+	 * needed helpers and models (see all the methods starting with "set_", eg seg_line_item_helper which should be passed an object
31
+	 * which implements EEHI_Line_Item_Helper; etc).
32
+	 */
33 33
 abstract class EE_Gateway{
34 34
 	/**
35 35
 	 * a constant used as a possible value for $_currencies_supported to indicate
Please login to merge, or discard this patch.