@@ -122,14 +122,14 @@ discard block |
||
122 | 122 | 'tipLocation' => 'left' |
123 | 123 | ) |
124 | 124 | ), |
125 | - 110 => array( |
|
125 | + 110 => array( |
|
126 | 126 | 'id' => 'espresso_event_editor_event_options', |
127 | 127 | 'content' => $this->_event_registration_options_stop(), |
128 | 128 | 'options' => array( |
129 | 129 | 'tipLocation' => 'left' |
130 | 130 | ) |
131 | 131 | ), |
132 | - 120 => array( |
|
132 | + 120 => array( |
|
133 | 133 | 'id' => 'submitpost', |
134 | 134 | 'content' => $this->_publish_event_stop(), |
135 | 135 | 'options' => array( |
@@ -195,7 +195,7 @@ discard block |
||
195 | 195 | return '<p>' . __('Set a feature image for your event here.', 'event_espresso') . '</p>'; |
196 | 196 | } |
197 | 197 | |
198 | - protected function _publish_event_stop() { |
|
198 | + protected function _publish_event_stop() { |
|
199 | 199 | return '<p>' . __('Easily control the state of your event. The main states are Published, Pending Review, and Draft. Additional states are Cancelled, Postponed, and Sold Out.', 'event_espresso') . '</p>'; |
200 | 200 | } |
201 | 201 |
@@ -1,5 +1,5 @@ discard block |
||
1 | 1 | <?php |
2 | -if (!defined('EVENT_ESPRESSO_VERSION') ) |
|
2 | +if ( ! defined('EVENT_ESPRESSO_VERSION')) |
|
3 | 3 | exit('NO direct script access allowed'); |
4 | 4 | |
5 | 5 | /** |
@@ -142,8 +142,8 @@ discard block |
||
142 | 142 | |
143 | 143 | |
144 | 144 | protected function _start() { |
145 | - $content = '<h3>' . __('Event Editor', 'event_espresso') . '</h3>'; |
|
146 | - $content .= '<p>' . __('This tour of the Event Editor will provide an overview of the different areas of the screen to help you understand what they are used for. Let\'s get started on setting up your first event with Event Espresso!', 'event_espresso') . '</p>'; |
|
145 | + $content = '<h3>'.__('Event Editor', 'event_espresso').'</h3>'; |
|
146 | + $content .= '<p>'.__('This tour of the Event Editor will provide an overview of the different areas of the screen to help you understand what they are used for. Let\'s get started on setting up your first event with Event Espresso!', 'event_espresso').'</p>'; |
|
147 | 147 | return $content; |
148 | 148 | } |
149 | 149 | |
@@ -152,51 +152,51 @@ discard block |
||
152 | 152 | } |
153 | 153 | |
154 | 154 | protected function _event_description_stop() { |
155 | - return '<p>' . __('The rich text editor can be used to add information about your event. Images and links can also be added along with your text.', 'event_espresso') . '</p>'; |
|
155 | + return '<p>'.__('The rich text editor can be used to add information about your event. Images and links can also be added along with your text.', 'event_espresso').'</p>'; |
|
156 | 156 | } |
157 | 157 | |
158 | 158 | protected function _event_venues_caf() { |
159 | - return '<p>' . __('In this section, you can select the venue that is hosting your event.', 'event_espresso') . '</p>'; |
|
159 | + return '<p>'.__('In this section, you can select the venue that is hosting your event.', 'event_espresso').'</p>'; |
|
160 | 160 | } |
161 | 161 | |
162 | 162 | protected function _event_venues_stop() { |
163 | - return '<p>' . __('In this section, you can enter information about the venue that is hosting your event.', 'event_espresso') . '</p>'; |
|
163 | + return '<p>'.__('In this section, you can enter information about the venue that is hosting your event.', 'event_espresso').'</p>'; |
|
164 | 164 | } |
165 | 165 | |
166 | 166 | protected function _event_pricing_stop() { |
167 | - return '<p>' . __('Use the Event Datetime & Ticket section to enter details about when the event is happening and what tickets you want to offer for access to the event.', 'event_espresso') . '</p>'; |
|
167 | + return '<p>'.__('Use the Event Datetime & Ticket section to enter details about when the event is happening and what tickets you want to offer for access to the event.', 'event_espresso').'</p>'; |
|
168 | 168 | } |
169 | 169 | |
170 | 170 | protected function _event_pricing_caf() { |
171 | - return '<p>' . __('Use the Event Datetimes & Ticket section to enter details about when the event is happening and what tickets you want to offer for access to the event.', 'event_espresso') . '</p>'; |
|
171 | + return '<p>'.__('Use the Event Datetimes & Ticket section to enter details about when the event is happening and what tickets you want to offer for access to the event.', 'event_espresso').'</p>'; |
|
172 | 172 | } |
173 | 173 | |
174 | 174 | protected function _event_registration_options_stop() { |
175 | - return '<p>' . __('Setup custom options for your event registration.', 'event_espresso') . '</p>'; |
|
175 | + return '<p>'.__('Setup custom options for your event registration.', 'event_espresso').'</p>'; |
|
176 | 176 | } |
177 | 177 | |
178 | 178 | protected function _event_post_tag_stop() { |
179 | - return '<p>' . __('Quickly add tags to your event.', 'event_espresso') . '</p>'; |
|
179 | + return '<p>'.__('Quickly add tags to your event.', 'event_espresso').'</p>'; |
|
180 | 180 | } |
181 | 181 | |
182 | 182 | protected function _event_categories_stop() { |
183 | - return '<p>' . __('Events can also be categorized if you wish.', 'event_espresso') . '</p>'; |
|
183 | + return '<p>'.__('Events can also be categorized if you wish.', 'event_espresso').'</p>'; |
|
184 | 184 | } |
185 | 185 | |
186 | 186 | protected function _primary_question_stop_caf() { |
187 | - return '<p>' . __('Use the questions group to request information from your primary registrant.', 'event_espresso') . '</p>'; |
|
187 | + return '<p>'.__('Use the questions group to request information from your primary registrant.', 'event_espresso').'</p>'; |
|
188 | 188 | } |
189 | 189 | |
190 | 190 | protected function _additional_questions_stop_caf() { |
191 | - return '<p>' . __('Use the questions group to request information from your additional registrant.', 'event_espresso') . '</p>'; |
|
191 | + return '<p>'.__('Use the questions group to request information from your additional registrant.', 'event_espresso').'</p>'; |
|
192 | 192 | } |
193 | 193 | |
194 | 194 | protected function _featured_image_stop() { |
195 | - return '<p>' . __('Set a feature image for your event here.', 'event_espresso') . '</p>'; |
|
195 | + return '<p>'.__('Set a feature image for your event here.', 'event_espresso').'</p>'; |
|
196 | 196 | } |
197 | 197 | |
198 | 198 | protected function _publish_event_stop() { |
199 | - return '<p>' . __('Easily control the state of your event. The main states are Published, Pending Review, and Draft. Additional states are Cancelled, Postponed, and Sold Out.', 'event_espresso') . '</p>'; |
|
199 | + return '<p>'.__('Easily control the state of your event. The main states are Published, Pending Review, and Draft. Additional states are Cancelled, Postponed, and Sold Out.', 'event_espresso').'</p>'; |
|
200 | 200 | } |
201 | 201 | |
202 | 202 | } |
203 | 203 | \ No newline at end of file |
@@ -1,6 +1,7 @@ |
||
1 | 1 | <?php |
2 | -if (!defined('EVENT_ESPRESSO_VERSION') ) |
|
2 | +if (!defined('EVENT_ESPRESSO_VERSION') ) { |
|
3 | 3 | exit('NO direct script access allowed'); |
4 | +} |
|
4 | 5 | |
5 | 6 | /** |
6 | 7 | * Event Espresso |
@@ -1,7 +1,7 @@ |
||
1 | 1 | <p><strong><?php _e('Physical Location', 'event_espresso'); ?></strong></p> |
2 | 2 | <p> |
3 | 3 | <?php _e('Enter the physical address for this venue. This field is optional.', 'event_espresso'); ?><br /> |
4 | -<?php echo sprintf(__('The countries that are shown in the dropdown are controlled through the "Country Appears in Dropdown Select Lists" setting which is in the %sCountries tab%s on the General Settings page. Once on this page, you can specify whether to show a country in this dropdown by selecting yes or no and saving changes.', 'event_espresso'),'<a href="admin.php?page=espresso_general_settings&action=country_settings">','</a>'); ?> |
|
4 | +<?php echo sprintf(__('The countries that are shown in the dropdown are controlled through the "Country Appears in Dropdown Select Lists" setting which is in the %sCountries tab%s on the General Settings page. Once on this page, you can specify whether to show a country in this dropdown by selecting yes or no and saving changes.', 'event_espresso'), '<a href="admin.php?page=espresso_general_settings&action=country_settings">', '</a>'); ?> |
|
5 | 5 | </p> |
6 | 6 | </p> |
7 | 7 | <p><strong><?php _e('Google Map', 'event_espresso'); ?></strong></p> |
@@ -104,7 +104,7 @@ |
||
104 | 104 | // so in case the IPN is arriving later, let's try to process an IPN! |
105 | 105 | if( $_SERVER['REQUEST_METHOD'] === 'POST' ){ |
106 | 106 | return $this->handle_ipn($_POST, $transaction ); |
107 | - }else{ |
|
107 | + } else{ |
|
108 | 108 | return parent::finalize_payment_for( $transaction ); |
109 | 109 | } |
110 | 110 | } |
@@ -10,7 +10,7 @@ discard block |
||
10 | 10 | * |
11 | 11 | * |
12 | 12 | */ |
13 | -class EE_PMT_Paypal_Standard extends EE_PMT_Base{ |
|
13 | +class EE_PMT_Paypal_Standard extends EE_PMT_Base { |
|
14 | 14 | |
15 | 15 | const shipping_info_none = 1; |
16 | 16 | const shipping_info_optional = 0; |
@@ -46,7 +46,7 @@ discard block |
||
46 | 46 | * @param \EE_Transaction $transaction |
47 | 47 | * @return NULL |
48 | 48 | */ |
49 | - public function generate_new_billing_form( EE_Transaction $transaction = NULL ) { |
|
49 | + public function generate_new_billing_form(EE_Transaction $transaction = NULL) { |
|
50 | 50 | return NULL; |
51 | 51 | } |
52 | 52 | |
@@ -59,13 +59,13 @@ discard block |
||
59 | 59 | * @throws \EE_Error |
60 | 60 | */ |
61 | 61 | public function generate_new_settings_form() { |
62 | - require_once( $this->file_folder() . 'EE_Paypal_Standard_Form.form.php' ); |
|
63 | - $form = new EE_Paypal_Standard_Form( $this ); |
|
64 | - $form->get_input( 'PMD_debug_mode' )->set_html_label_text( |
|
65 | - sprintf( __( "Use PayPal Sandbox %s", 'event_espresso' ), $this->get_help_tab_link() ) |
|
62 | + require_once($this->file_folder().'EE_Paypal_Standard_Form.form.php'); |
|
63 | + $form = new EE_Paypal_Standard_Form($this); |
|
64 | + $form->get_input('PMD_debug_mode')->set_html_label_text( |
|
65 | + sprintf(__("Use PayPal Sandbox %s", 'event_espresso'), $this->get_help_tab_link()) |
|
66 | 66 | ); |
67 | - $form->get_input( 'shipping_details' )->set_html_label_text( |
|
68 | - sprintf( __( "Shipping Address Options %s", "event_espresso" ), $this->get_help_tab_link() ) |
|
67 | + $form->get_input('shipping_details')->set_html_label_text( |
|
68 | + sprintf(__("Shipping Address Options %s", "event_espresso"), $this->get_help_tab_link()) |
|
69 | 69 | ); |
70 | 70 | return $form; |
71 | 71 | } |
@@ -77,7 +77,7 @@ discard block |
||
77 | 77 | * @see EE_PMT_Base::help_tabs_config() |
78 | 78 | * @return array |
79 | 79 | */ |
80 | - public function help_tabs_config(){ |
|
80 | + public function help_tabs_config() { |
|
81 | 81 | return array( |
82 | 82 | $this->get_help_tab_name() => array( |
83 | 83 | 'title'=> __("PayPal Standard Settings", 'event_espresso'), |
@@ -99,13 +99,13 @@ discard block |
||
99 | 99 | * @return EE_Payment |
100 | 100 | * @throws \EE_Error |
101 | 101 | */ |
102 | - public function finalize_payment_for($transaction){ |
|
102 | + public function finalize_payment_for($transaction) { |
|
103 | 103 | // PayPal standard actually sends the IPN info along with the user when they return to our site |
104 | 104 | // so in case the IPN is arriving later, let's try to process an IPN! |
105 | - if( $_SERVER['REQUEST_METHOD'] === 'POST' ){ |
|
106 | - return $this->handle_ipn($_POST, $transaction ); |
|
107 | - }else{ |
|
108 | - return parent::finalize_payment_for( $transaction ); |
|
105 | + if ($_SERVER['REQUEST_METHOD'] === 'POST') { |
|
106 | + return $this->handle_ipn($_POST, $transaction); |
|
107 | + } else { |
|
108 | + return parent::finalize_payment_for($transaction); |
|
109 | 109 | } |
110 | 110 | } |
111 | 111 |
@@ -1,7 +1,8 @@ |
||
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 | 7 | /** |
7 | 8 | * Event Espresso |
@@ -1,6 +1,6 @@ discard block |
||
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 | /** |
@@ -25,7 +25,7 @@ discard block |
||
25 | 25 | * |
26 | 26 | * ------------------------------------------------------------------------ |
27 | 27 | */ |
28 | -class EE_PMT_Invoice extends EE_PMT_Base{ |
|
28 | +class EE_PMT_Invoice extends EE_PMT_Base { |
|
29 | 29 | |
30 | 30 | |
31 | 31 | |
@@ -37,7 +37,7 @@ discard block |
||
37 | 37 | public function __construct($pm_instance = NULL) { |
38 | 38 | $this->_pretty_name = esc_html__("Invoice", 'event_espresso'); |
39 | 39 | $this->_default_description = sprintf( |
40 | - esc_html__( 'After clicking "Finalize Registration", you will be given instructions on how to access your invoice and complete your payment.%sPlease note that event spaces will not be reserved until payment is received in full, and any remaining tickets could be sold to others in the meantime.', 'event_espresso' ), |
|
40 | + esc_html__('After clicking "Finalize Registration", you will be given instructions on how to access your invoice and complete your payment.%sPlease note that event spaces will not be reserved until payment is received in full, and any remaining tickets could be sold to others in the meantime.', 'event_espresso'), |
|
41 | 41 | '<br />' |
42 | 42 | ); |
43 | 43 | parent::__construct($pm_instance); |
@@ -51,7 +51,7 @@ discard block |
||
51 | 51 | * @param \EE_Transaction $transaction |
52 | 52 | * @return NULL |
53 | 53 | */ |
54 | - public function generate_new_billing_form( EE_Transaction $transaction = NULL ) { |
|
54 | + public function generate_new_billing_form(EE_Transaction $transaction = NULL) { |
|
55 | 55 | return NULL; |
56 | 56 | } |
57 | 57 | |
@@ -64,53 +64,53 @@ discard block |
||
64 | 64 | public function generate_new_settings_form() { |
65 | 65 | $pdf_payee_input_name = 'pdf_payee_name'; |
66 | 66 | $confirmation_text_input_name = 'page_confirmation_text'; |
67 | - $form = new EE_Payment_Method_Form(array( |
|
67 | + $form = new EE_Payment_Method_Form(array( |
|
68 | 68 | // 'payment_method_type' => $this, |
69 | 69 | 'extra_meta_inputs'=>array( |
70 | 70 | $pdf_payee_input_name => new EE_Text_Input(array( |
71 | - 'html_label_text' => sprintf( esc_html__( 'Payee Name %s', 'event_espresso' ), $this->get_help_tab_link()) |
|
71 | + 'html_label_text' => sprintf(esc_html__('Payee Name %s', 'event_espresso'), $this->get_help_tab_link()) |
|
72 | 72 | )), |
73 | 73 | 'pdf_payee_email' => new EE_Email_Input(array( |
74 | - 'html_label_text' => sprintf( esc_html__( 'Payee Email %s', 'event_espresso' ), $this->get_help_tab_link()), |
|
74 | + 'html_label_text' => sprintf(esc_html__('Payee Email %s', 'event_espresso'), $this->get_help_tab_link()), |
|
75 | 75 | )), |
76 | 76 | 'pdf_payee_tax_number' => new EE_Text_Input(array( |
77 | - 'html_label_text' => sprintf( esc_html__( 'Payee Tax Number %s', 'event_espresso' ), $this->get_help_tab_link()), |
|
77 | + 'html_label_text' => sprintf(esc_html__('Payee Tax Number %s', 'event_espresso'), $this->get_help_tab_link()), |
|
78 | 78 | )), |
79 | - 'pdf_payee_address' => new EE_Text_Area_Input( array( |
|
80 | - 'html_label_text' => sprintf( esc_html__( 'Payee Address %s', 'event_espresso' ), $this->get_help_tab_link() ), |
|
81 | - 'validation_strategies' => array( new EE_Full_HTML_Validation_Strategy() ), |
|
79 | + 'pdf_payee_address' => new EE_Text_Area_Input(array( |
|
80 | + 'html_label_text' => sprintf(esc_html__('Payee Address %s', 'event_espresso'), $this->get_help_tab_link()), |
|
81 | + 'validation_strategies' => array(new EE_Full_HTML_Validation_Strategy()), |
|
82 | 82 | )), |
83 | 83 | 'pdf_instructions'=>new EE_Text_Area_Input(array( |
84 | - 'html_label_text'=> sprintf(esc_html__("Instructions %s", "event_espresso"), $this->get_help_tab_link()), |
|
84 | + 'html_label_text'=> sprintf(esc_html__("Instructions %s", "event_espresso"), $this->get_help_tab_link()), |
|
85 | 85 | 'default'=> esc_html__("Please send this invoice with payment attached to the address above, or use the payment link below. Payment must be received within 48 hours of event date.", 'event_espresso'), |
86 | - 'validation_strategies' => array( new EE_Full_HTML_Validation_Strategy() ), |
|
86 | + 'validation_strategies' => array(new EE_Full_HTML_Validation_Strategy()), |
|
87 | 87 | )), |
88 | 88 | 'pdf_logo_image'=>new EE_Admin_File_Uploader_Input(array( |
89 | - 'html_label_text'=> sprintf(esc_html__("Logo Image %s", "event_espresso"), $this->get_help_tab_link()), |
|
89 | + 'html_label_text'=> sprintf(esc_html__("Logo Image %s", "event_espresso"), $this->get_help_tab_link()), |
|
90 | 90 | 'default'=> EE_Config::instance()->organization->logo_url, |
91 | 91 | 'html_help_text'=> esc_html__("(Logo for the top left of the invoice)", 'event_espresso'), |
92 | 92 | )), |
93 | 93 | $confirmation_text_input_name =>new EE_Text_Area_Input(array( |
94 | - 'html_label_text'=> sprintf(esc_html__("Confirmation Text %s", "event_espresso"), $this->get_help_tab_link()), |
|
94 | + 'html_label_text'=> sprintf(esc_html__("Confirmation Text %s", "event_espresso"), $this->get_help_tab_link()), |
|
95 | 95 | 'default'=> esc_html__("Payment must be received within 48 hours of event date. Details about where to send the payment are included on the invoice.", 'event_espresso'), |
96 | - 'validation_strategies' => array( new EE_Full_HTML_Validation_Strategy() ), |
|
96 | + 'validation_strategies' => array(new EE_Full_HTML_Validation_Strategy()), |
|
97 | 97 | )), |
98 | 98 | 'page_extra_info'=>new EE_Text_Area_Input(array( |
99 | - 'html_label_text'=> sprintf(esc_html__("Extra Info %s", "event_espresso"), $this->get_help_tab_link()), |
|
100 | - 'validation_strategies' => array( new EE_Full_HTML_Validation_Strategy() ), |
|
99 | + 'html_label_text'=> sprintf(esc_html__("Extra Info %s", "event_espresso"), $this->get_help_tab_link()), |
|
100 | + 'validation_strategies' => array(new EE_Full_HTML_Validation_Strategy()), |
|
101 | 101 | )), |
102 | 102 | ), |
103 | 103 | 'include'=>array( |
104 | - 'PMD_ID', 'PMD_name','PMD_desc','PMD_admin_name','PMD_admin_desc', 'PMD_type','PMD_slug', 'PMD_open_by_default','PMD_button_url','PMD_scope','Currency','PMD_order', |
|
105 | - $pdf_payee_input_name, 'pdf_payee_email', 'pdf_payee_tax_number', 'pdf_payee_address', 'pdf_instructions','pdf_logo_image', |
|
104 | + 'PMD_ID', 'PMD_name', 'PMD_desc', 'PMD_admin_name', 'PMD_admin_desc', 'PMD_type', 'PMD_slug', 'PMD_open_by_default', 'PMD_button_url', 'PMD_scope', 'Currency', 'PMD_order', |
|
105 | + $pdf_payee_input_name, 'pdf_payee_email', 'pdf_payee_tax_number', 'pdf_payee_address', 'pdf_instructions', 'pdf_logo_image', |
|
106 | 106 | $confirmation_text_input_name, 'page_extra_info'), |
107 | 107 | )); |
108 | 108 | $form->add_subsections( |
109 | - array( 'header1' => new EE_Form_Section_HTML_From_Template( 'payment_methods/Invoice/templates/invoice_settings_header_display.template.php' )), |
|
109 | + array('header1' => new EE_Form_Section_HTML_From_Template('payment_methods/Invoice/templates/invoice_settings_header_display.template.php')), |
|
110 | 110 | $pdf_payee_input_name |
111 | 111 | ); |
112 | 112 | $form->add_subsections( |
113 | - array( 'header2'=>new EE_Form_Section_HTML_From_Template( 'payment_methods/Invoice/templates/invoice_settings_header_gateway.template.php' )), |
|
113 | + array('header2'=>new EE_Form_Section_HTML_From_Template('payment_methods/Invoice/templates/invoice_settings_header_gateway.template.php')), |
|
114 | 114 | $confirmation_text_input_name |
115 | 115 | ); |
116 | 116 | return $form; |
@@ -123,7 +123,7 @@ discard block |
||
123 | 123 | * @see EE_PMT_Base::help_tabs_config() |
124 | 124 | * @return array |
125 | 125 | */ |
126 | - public function help_tabs_config(){ |
|
126 | + public function help_tabs_config() { |
|
127 | 127 | return array( |
128 | 128 | $this->get_help_tab_name() => array( |
129 | 129 | 'title' => esc_html__('Invoice Settings', 'event_espresso'), |
@@ -141,16 +141,16 @@ discard block |
||
141 | 141 | * @param \EE_Payment $payment |
142 | 142 | * @return string |
143 | 143 | */ |
144 | - public function payment_overview_content( EE_Payment $payment ){ |
|
144 | + public function payment_overview_content(EE_Payment $payment) { |
|
145 | 145 | return EEH_Template::locate_template( |
146 | - 'payment_methods' . DS . 'Invoice'. DS . 'templates'.DS.'invoice_payment_details_content.template.php', |
|
146 | + 'payment_methods'.DS.'Invoice'.DS.'templates'.DS.'invoice_payment_details_content.template.php', |
|
147 | 147 | array_merge( |
148 | 148 | array( |
149 | 149 | 'payment_method' => $this->_pm_instance, |
150 | 150 | 'payment' => $payment, |
151 | 151 | 'page_confirmation_text' => '', |
152 | 152 | 'page_extra_info' => '', |
153 | - 'invoice_url' => $payment->transaction()->primary_registration()->invoice_url( 'html' ) |
|
153 | + 'invoice_url' => $payment->transaction()->primary_registration()->invoice_url('html') |
|
154 | 154 | ), |
155 | 155 | $this->_pm_instance->all_extra_meta_array() |
156 | 156 | ) |
@@ -1,6 +1,6 @@ discard block |
||
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 | /** |
@@ -25,7 +25,7 @@ discard block |
||
25 | 25 | * |
26 | 26 | * ------------------------------------------------------------------------ |
27 | 27 | */ |
28 | -class EE_PMT_Bank extends EE_PMT_Base{ |
|
28 | +class EE_PMT_Bank extends EE_PMT_Base { |
|
29 | 29 | |
30 | 30 | |
31 | 31 | |
@@ -38,7 +38,7 @@ discard block |
||
38 | 38 | $this->_pretty_name = __("Bank", 'event_espresso'); |
39 | 39 | parent::__construct($pm_instance); |
40 | 40 | $this->_default_button_url = $this->file_url().'lib'.DS.'bank-logo.png'; |
41 | - $this->_default_description = __( 'Make payment using an electronic funds transfer from your bank.', 'event_espresso' ); |
|
41 | + $this->_default_description = __('Make payment using an electronic funds transfer from your bank.', 'event_espresso'); |
|
42 | 42 | } |
43 | 43 | |
44 | 44 | |
@@ -48,7 +48,7 @@ discard block |
||
48 | 48 | * @param \EE_Transaction $transaction |
49 | 49 | * @return NULL |
50 | 50 | */ |
51 | - public function generate_new_billing_form( EE_Transaction $transaction = NULL ) { |
|
51 | + public function generate_new_billing_form(EE_Transaction $transaction = NULL) { |
|
52 | 52 | return NULL; |
53 | 53 | } |
54 | 54 | |
@@ -62,17 +62,17 @@ discard block |
||
62 | 62 | return new EE_Payment_Method_Form(array( |
63 | 63 | 'extra_meta_inputs'=>array( |
64 | 64 | 'page_title'=>new EE_Text_Input(array( |
65 | - 'html_label_text'=> sprintf(__("Title %s", "event_espresso"), $this->get_help_tab_link()), |
|
65 | + 'html_label_text'=> sprintf(__("Title %s", "event_espresso"), $this->get_help_tab_link()), |
|
66 | 66 | 'default'=> __("Electronic Funds Transfers", 'event_espresso') |
67 | 67 | )), |
68 | - 'payment_instructions'=>new EE_Text_Area_Input( array( |
|
69 | - 'html_label_text'=> sprintf(__("Payment Instructions %s", "event_espresso"), $this->get_help_tab_link()), |
|
70 | - 'html_help_text' => __( 'Provide instructions on how registrants can send the bank draft payment. Eg, mention your account name, bank account number, bank name, bank routing code, and bank address, etc.', 'event_espresso' ), |
|
68 | + 'payment_instructions'=>new EE_Text_Area_Input(array( |
|
69 | + 'html_label_text'=> sprintf(__("Payment Instructions %s", "event_espresso"), $this->get_help_tab_link()), |
|
70 | + 'html_help_text' => __('Provide instructions on how registrants can send the bank draft payment. Eg, mention your account name, bank account number, bank name, bank routing code, and bank address, etc.', 'event_espresso'), |
|
71 | 71 | 'default'=> sprintf( |
72 | 72 | __('Please initiate an electronic payment using the following bank information: %1$sAccount Owner: Luke Skywalker%1$sBank Account # 1234567890%1$sBank Name: Rebellion Bank%1$sRouting Number: 12345%1$sBank Address: 12345 Wookie Rd., Planet Corellian.%1$sPayment must be received within 48 hours of event date.', 'event_espresso'), |
73 | 73 | "\n" |
74 | 74 | ), |
75 | - 'validation_strategies' => array( new EE_Full_HTML_Validation_Strategy() ), |
|
75 | + 'validation_strategies' => array(new EE_Full_HTML_Validation_Strategy()), |
|
76 | 76 | )), |
77 | 77 | ), |
78 | 78 | 'exclude'=>array('PMD_debug_mode') |
@@ -86,7 +86,7 @@ discard block |
||
86 | 86 | * @see EE_PMT_Base::help_tabs_config() |
87 | 87 | * @return array |
88 | 88 | */ |
89 | - public function help_tabs_config(){ |
|
89 | + public function help_tabs_config() { |
|
90 | 90 | return array( |
91 | 91 | $this->get_help_tab_name() => array( |
92 | 92 | 'title' => __('Bank Draft Settings', 'event_espresso'), |
@@ -103,7 +103,7 @@ discard block |
||
103 | 103 | * Other gateways may want to override this, such as offline gateways. |
104 | 104 | * @return string |
105 | 105 | */ |
106 | - public function payment_overview_content(EE_Payment $payment){ |
|
106 | + public function payment_overview_content(EE_Payment $payment) { |
|
107 | 107 | $extra_meta_for_payment_method = $this->_pm_instance->all_extra_meta_array(); |
108 | 108 | $template_vars = array_merge( |
109 | 109 | array( |
@@ -114,7 +114,7 @@ discard block |
||
114 | 114 | ), |
115 | 115 | $extra_meta_for_payment_method); |
116 | 116 | return EEH_Template::locate_template( |
117 | - 'payment_methods' . DS . 'Bank'. DS . 'templates' . DS . 'bank_payment_details_content.template.php', |
|
117 | + 'payment_methods'.DS.'Bank'.DS.'templates'.DS.'bank_payment_details_content.template.php', |
|
118 | 118 | $template_vars); |
119 | 119 | } |
120 | 120 |
@@ -1,7 +1,8 @@ |
||
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 | 7 | /** |
7 | 8 | * Event Espresso |
@@ -1,8 +1,8 @@ |
||
1 | 1 | <?php |
2 | 2 | namespace EventEspresso\core\services\commands; |
3 | 3 | |
4 | -if ( ! defined( 'EVENT_ESPRESSO_VERSION' ) ) { |
|
5 | - exit( 'No direct script access allowed' ); |
|
4 | +if ( ! defined('EVENT_ESPRESSO_VERSION')) { |
|
5 | + exit('No direct script access allowed'); |
|
6 | 6 | } |
7 | 7 | |
8 | 8 |
@@ -3,8 +3,8 @@ |
||
3 | 3 | |
4 | 4 | use EventEspresso\core\services\commands\Command; |
5 | 5 | |
6 | -if ( ! defined( 'EVENT_ESPRESSO_VERSION' ) ) { |
|
7 | - exit( 'No direct script access allowed' ); |
|
6 | +if ( ! defined('EVENT_ESPRESSO_VERSION')) { |
|
7 | + exit('No direct script access allowed'); |
|
8 | 8 | } |
9 | 9 | |
10 | 10 |
@@ -1,8 +1,8 @@ |
||
1 | 1 | <?php |
2 | 2 | namespace EventEspresso\core\services\commands\registration; |
3 | 3 | |
4 | -if ( ! defined( 'EVENT_ESPRESSO_VERSION' ) ) { |
|
5 | - exit( 'No direct script access allowed' ); |
|
4 | +if ( ! defined('EVENT_ESPRESSO_VERSION')) { |
|
5 | + exit('No direct script access allowed'); |
|
6 | 6 | } |
7 | 7 | |
8 | 8 |
@@ -3,8 +3,8 @@ |
||
3 | 3 | |
4 | 4 | use EventEspresso\core\services\commands\Command; |
5 | 5 | |
6 | -if ( ! defined( 'EVENT_ESPRESSO_VERSION' ) ) { |
|
7 | - exit( 'No direct script access allowed' ); |
|
6 | +if ( ! defined('EVENT_ESPRESSO_VERSION')) { |
|
7 | + exit('No direct script access allowed'); |
|
8 | 8 | } |
9 | 9 | |
10 | 10 |