Completed
Push — master ( 9371f2...b7f8be )
by Roy
02:37
created
includes/admin/stripe-bitcoin-settings.php 1 patch
Spacing   +14 added lines, -14 removed lines patch added patch discarded remove patch
@@ -1,45 +1,45 @@
 block discarded – undo
1 1
 <?php
2
-if ( ! defined( 'ABSPATH' ) ) {
2
+if ( ! defined('ABSPATH')) {
3 3
 	exit;
4 4
 }
5 5
 
6
-return apply_filters( 'wc_stripe_bitcoin_settings',
6
+return apply_filters('wc_stripe_bitcoin_settings',
7 7
 	array(
8 8
 		'geo_target' => array(
9
-			'description' => __( 'Relevant Payer Geography: Global', 'woocommerce-gateway-stripe' ),
9
+			'description' => __('Relevant Payer Geography: Global', 'woocommerce-gateway-stripe'),
10 10
 			'type'        => 'title',
11 11
 		),
12 12
 		'guide' => array(
13
-			'description' => __( '<a href="https://stripe.com/payments/payment-methods-guide#bitcoin" target="_blank">Payment Method Guide</a>', 'woocommerce-gateway-stripe' ),
13
+			'description' => __('<a href="https://stripe.com/payments/payment-methods-guide#bitcoin" target="_blank">Payment Method Guide</a>', 'woocommerce-gateway-stripe'),
14 14
 			'type'        => 'title',
15 15
 		),
16 16
 		'activation' => array(
17
-			'description' => __( 'Must be activated from your Stripe Dashboard Settings <a href="https://dashboard.stripe.com/account/payments/settings" target="_blank">here</a>', 'woocommerce-gateway-stripe' ),
17
+			'description' => __('Must be activated from your Stripe Dashboard Settings <a href="https://dashboard.stripe.com/account/payments/settings" target="_blank">here</a>', 'woocommerce-gateway-stripe'),
18 18
 			'type'   => 'title',
19 19
 		),
20 20
 		'enabled' => array(
21
-			'title'       => __( 'Enable/Disable', 'woocommerce-gateway-stripe' ),
22
-			'label'       => __( 'Enable Stripe Bitcoin', 'woocommerce-gateway-stripe' ),
21
+			'title'       => __('Enable/Disable', 'woocommerce-gateway-stripe'),
22
+			'label'       => __('Enable Stripe Bitcoin', 'woocommerce-gateway-stripe'),
23 23
 			'type'        => 'checkbox',
24 24
 			'description' => '',
25 25
 			'default'     => 'no',
26 26
 		),
27 27
 		'title' => array(
28
-			'title'       => __( 'Title', 'woocommerce-gateway-stripe' ),
28
+			'title'       => __('Title', 'woocommerce-gateway-stripe'),
29 29
 			'type'        => 'text',
30
-			'description' => __( 'This controls the title which the user sees during checkout.', 'woocommerce-gateway-stripe' ),
31
-			'default'     => __( 'Bitcoin', 'woocommerce-gateway-stripe' ),
30
+			'description' => __('This controls the title which the user sees during checkout.', 'woocommerce-gateway-stripe'),
31
+			'default'     => __('Bitcoin', 'woocommerce-gateway-stripe'),
32 32
 			'desc_tip'    => true,
33 33
 		),
34 34
 		'description' => array(
35
-			'title'       => __( 'Description', 'woocommerce-gateway-stripe' ),
35
+			'title'       => __('Description', 'woocommerce-gateway-stripe'),
36 36
 			'type'        => 'text',
37
-			'description' => __( 'This controls the description which the user sees during checkout.', 'woocommerce-gateway-stripe' ),
38
-			'default'     => __( 'Bitcoin payment information will be provided when you place the order.', 'woocommerce-gateway-stripe' ),
37
+			'description' => __('This controls the description which the user sees during checkout.', 'woocommerce-gateway-stripe'),
38
+			'default'     => __('Bitcoin payment information will be provided when you place the order.', 'woocommerce-gateway-stripe'),
39 39
 			'desc_tip'    => true,
40 40
 		),
41 41
 		'webhook' => array(
42
-			'title'       => __( 'Webhook Endpoints', 'woocommerce-gateway-stripe' ),
42
+			'title'       => __('Webhook Endpoints', 'woocommerce-gateway-stripe'),
43 43
 			'type'        => 'title',
44 44
 			/* translators: webhook URL */
45 45
 			'description' => $this->display_admin_settings_webhook_description(),
Please login to merge, or discard this patch.
includes/admin/stripe-sofort-settings.php 1 patch
Spacing   +14 added lines, -14 removed lines patch added patch discarded remove patch
@@ -1,45 +1,45 @@
 block discarded – undo
1 1
 <?php
2
-if ( ! defined( 'ABSPATH' ) ) {
2
+if ( ! defined('ABSPATH')) {
3 3
 	exit;
4 4
 }
5 5
 
6
-return apply_filters( 'wc_stripe_sofort_settings',
6
+return apply_filters('wc_stripe_sofort_settings',
7 7
 	array(
8 8
 		'geo_target' => array(
9
-			'description' => __( 'Relevant Payer Geography: Germany, Austria', 'woocommerce-gateway-stripe' ),
9
+			'description' => __('Relevant Payer Geography: Germany, Austria', 'woocommerce-gateway-stripe'),
10 10
 			'type'        => 'title',
11 11
 		),
12 12
 		'guide' => array(
13
-			'description' => __( '<a href="https://stripe.com/payments/payment-methods-guide#sofort" target="_blank">Payment Method Guide</a>', 'woocommerce-gateway-stripe' ),
13
+			'description' => __('<a href="https://stripe.com/payments/payment-methods-guide#sofort" target="_blank">Payment Method Guide</a>', 'woocommerce-gateway-stripe'),
14 14
 			'type'        => 'title',
15 15
 		),
16 16
 		'activation' => array(
17
-			'description' => __( 'Must be activated from your Stripe Dashboard Settings <a href="https://dashboard.stripe.com/account/payments/settings" target="_blank">here</a>', 'woocommerce-gateway-stripe' ),
17
+			'description' => __('Must be activated from your Stripe Dashboard Settings <a href="https://dashboard.stripe.com/account/payments/settings" target="_blank">here</a>', 'woocommerce-gateway-stripe'),
18 18
 			'type'   => 'title',
19 19
 		),
20 20
 		'enabled' => array(
21
-			'title'       => __( 'Enable/Disable', 'woocommerce-gateway-stripe' ),
22
-			'label'       => __( 'Enable Stripe SOFORT', 'woocommerce-gateway-stripe' ),
21
+			'title'       => __('Enable/Disable', 'woocommerce-gateway-stripe'),
22
+			'label'       => __('Enable Stripe SOFORT', 'woocommerce-gateway-stripe'),
23 23
 			'type'        => 'checkbox',
24 24
 			'description' => '',
25 25
 			'default'     => 'no',
26 26
 		),
27 27
 		'title' => array(
28
-			'title'       => __( 'Title', 'woocommerce-gateway-stripe' ),
28
+			'title'       => __('Title', 'woocommerce-gateway-stripe'),
29 29
 			'type'        => 'text',
30
-			'description' => __( 'This controls the title which the user sees during checkout.', 'woocommerce-gateway-stripe' ),
31
-			'default'     => __( 'SOFORT', 'woocommerce-gateway-stripe' ),
30
+			'description' => __('This controls the title which the user sees during checkout.', 'woocommerce-gateway-stripe'),
31
+			'default'     => __('SOFORT', 'woocommerce-gateway-stripe'),
32 32
 			'desc_tip'    => true,
33 33
 		),
34 34
 		'description' => array(
35
-			'title'       => __( 'Description', 'woocommerce-gateway-stripe' ),
35
+			'title'       => __('Description', 'woocommerce-gateway-stripe'),
36 36
 			'type'        => 'text',
37
-			'description' => __( 'This controls the description which the user sees during checkout.', 'woocommerce-gateway-stripe' ),
38
-			'default'     => __( 'You will be redirected to SOFORT.', 'woocommerce-gateway-stripe' ),
37
+			'description' => __('This controls the description which the user sees during checkout.', 'woocommerce-gateway-stripe'),
38
+			'default'     => __('You will be redirected to SOFORT.', 'woocommerce-gateway-stripe'),
39 39
 			'desc_tip'    => true,
40 40
 		),
41 41
 		'webhook' => array(
42
-			'title'       => __( 'Webhook Endpoints', 'woocommerce-gateway-stripe' ),
42
+			'title'       => __('Webhook Endpoints', 'woocommerce-gateway-stripe'),
43 43
 			'type'        => 'title',
44 44
 			/* translators: webhook URL */
45 45
 			'description' => $this->display_admin_settings_webhook_description(),
Please login to merge, or discard this patch.
includes/payment-methods/class-wc-stripe-payment-request.php 1 patch
Spacing   +288 added lines, -288 removed lines patch added patch discarded remove patch
@@ -6,7 +6,7 @@  discard block
 block discarded – undo
6 6
  * @since   4.0.0
7 7
  */
8 8
 
9
-if ( ! defined( 'ABSPATH' ) ) {
9
+if ( ! defined('ABSPATH')) {
10 10
 	exit;
11 11
 }
12 12
 
@@ -71,36 +71,36 @@  discard block
 block discarded – undo
71 71
 	 */
72 72
 	public function __construct() {
73 73
 		self::$_this                   = $this;
74
-		$this->stripe_settings         = get_option( 'woocommerce_stripe_settings', array() );
75
-		$this->testmode                = ( ! empty( $this->stripe_settings['testmode'] ) && 'yes' === $this->stripe_settings['testmode'] ) ? true : false;
76
-		$this->publishable_key         = ! empty( $this->stripe_settings['publishable_key'] ) ? $this->stripe_settings['publishable_key'] : '';
77
-		$this->secret_key              = ! empty( $this->stripe_settings['secret_key'] ) ? $this->stripe_settings['secret_key'] : '';
78
-		$this->stripe_checkout_enabled = isset( $this->stripe_settings['stripe_checkout'] ) && 'yes' === $this->stripe_settings['stripe_checkout'];
79
-		$this->total_label             = ! empty( $this->stripe_settings['statement_descriptor'] ) ? WC_Stripe_Helper::clean_statement_descriptor( $this->stripe_settings['statement_descriptor'] ) : '';
74
+		$this->stripe_settings         = get_option('woocommerce_stripe_settings', array());
75
+		$this->testmode                = ( ! empty($this->stripe_settings['testmode']) && 'yes' === $this->stripe_settings['testmode']) ? true : false;
76
+		$this->publishable_key         = ! empty($this->stripe_settings['publishable_key']) ? $this->stripe_settings['publishable_key'] : '';
77
+		$this->secret_key              = ! empty($this->stripe_settings['secret_key']) ? $this->stripe_settings['secret_key'] : '';
78
+		$this->stripe_checkout_enabled = isset($this->stripe_settings['stripe_checkout']) && 'yes' === $this->stripe_settings['stripe_checkout'];
79
+		$this->total_label             = ! empty($this->stripe_settings['statement_descriptor']) ? WC_Stripe_Helper::clean_statement_descriptor($this->stripe_settings['statement_descriptor']) : '';
80 80
 
81
-		if ( $this->testmode ) {
82
-			$this->publishable_key = ! empty( $this->stripe_settings['test_publishable_key'] ) ? $this->stripe_settings['test_publishable_key'] : '';
83
-			$this->secret_key      = ! empty( $this->stripe_settings['test_secret_key'] ) ? $this->stripe_settings['test_secret_key'] : '';
81
+		if ($this->testmode) {
82
+			$this->publishable_key = ! empty($this->stripe_settings['test_publishable_key']) ? $this->stripe_settings['test_publishable_key'] : '';
83
+			$this->secret_key      = ! empty($this->stripe_settings['test_secret_key']) ? $this->stripe_settings['test_secret_key'] : '';
84 84
 		}
85 85
 
86
-		$this->total_label = str_replace( "'", '', $this->total_label ) . apply_filters( 'wc_stripe_payment_request_total_label_suffix', ' (via WooCommerce)' );
86
+		$this->total_label = str_replace("'", '', $this->total_label) . apply_filters('wc_stripe_payment_request_total_label_suffix', ' (via WooCommerce)');
87 87
 
88 88
 		// Checks if Stripe Gateway is enabled.
89
-		if ( empty( $this->stripe_settings ) || ( isset( $this->stripe_settings['enabled'] ) && 'yes' !== $this->stripe_settings['enabled'] ) ) {
89
+		if (empty($this->stripe_settings) || (isset($this->stripe_settings['enabled']) && 'yes' !== $this->stripe_settings['enabled'])) {
90 90
 			return;
91 91
 		}
92 92
 
93 93
 		// Checks if Payment Request is enabled.
94
-		if ( ! isset( $this->stripe_settings['payment_request'] ) || 'yes' !== $this->stripe_settings['payment_request'] ) {
94
+		if ( ! isset($this->stripe_settings['payment_request']) || 'yes' !== $this->stripe_settings['payment_request']) {
95 95
 			return;
96 96
 		}
97 97
 
98 98
 		// Don't load for change payment method page.
99
-		if ( isset( $_GET['change_payment_method'] ) ) {
99
+		if (isset($_GET['change_payment_method'])) {
100 100
 			return;
101 101
 		}
102 102
 
103
-		add_action( 'template_redirect', array( $this, 'set_session' ) );
103
+		add_action('template_redirect', array($this, 'set_session'));
104 104
 		$this->init();
105 105
 	}
106 106
 
@@ -111,7 +111,7 @@  discard block
 block discarded – undo
111 111
 	 * @return bool
112 112
 	 */
113 113
 	public function are_keys_set() {
114
-		if ( empty( $this->secret_key ) || empty( $this->publishable_key ) ) {
114
+		if (empty($this->secret_key) || empty($this->publishable_key)) {
115 115
 			return false;
116 116
 		}
117 117
 
@@ -135,18 +135,18 @@  discard block
 block discarded – undo
135 135
 	 * @since 4.0.0
136 136
 	 */
137 137
 	public function set_session() {
138
-		if ( ! is_product() || ( isset( WC()->session ) && WC()->session->has_session() ) ) {
138
+		if ( ! is_product() || (isset(WC()->session) && WC()->session->has_session())) {
139 139
 			return;
140 140
 		}
141 141
 
142
-		$session_class = apply_filters( 'woocommerce_session_handler', 'WC_Session_Handler' );
142
+		$session_class = apply_filters('woocommerce_session_handler', 'WC_Session_Handler');
143 143
 		$wc_session    = new $session_class();
144 144
 
145
-		if ( version_compare( WC_VERSION, '3.3', '>=' ) ) {
145
+		if (version_compare(WC_VERSION, '3.3', '>=')) {
146 146
 			$wc_session->init();
147 147
 		}
148 148
 
149
-		$wc_session->set_customer_session_cookie( true );
149
+		$wc_session->set_customer_session_cookie(true);
150 150
 	}
151 151
 
152 152
 	/**
@@ -156,40 +156,40 @@  discard block
 block discarded – undo
156 156
 	 * @version 4.0.0
157 157
 	 */
158 158
 	public function init() {
159
-		add_action( 'wp_enqueue_scripts', array( $this, 'scripts' ) );
159
+		add_action('wp_enqueue_scripts', array($this, 'scripts'));
160 160
 
161 161
 		/*
162 162
 		 * In order to display the Payment Request button in the correct position,
163 163
 		 * a new hook was added to WooCommerce 3.0. In older versions of WooCommerce,
164 164
 		 * CSS is used to position the button.
165 165
 		 */
166
-		if ( WC_Stripe_Helper::is_pre_30() ) {
167
-			add_action( 'woocommerce_after_add_to_cart_button', array( $this, 'display_payment_request_button_html' ), 1 );
168
-			add_action( 'woocommerce_after_add_to_cart_button', array( $this, 'display_payment_request_button_separator_html' ), 2 );
166
+		if (WC_Stripe_Helper::is_pre_30()) {
167
+			add_action('woocommerce_after_add_to_cart_button', array($this, 'display_payment_request_button_html'), 1);
168
+			add_action('woocommerce_after_add_to_cart_button', array($this, 'display_payment_request_button_separator_html'), 2);
169 169
 		} else {
170
-			add_action( 'woocommerce_after_add_to_cart_quantity', array( $this, 'display_payment_request_button_html' ), 1 );
171
-			add_action( 'woocommerce_after_add_to_cart_quantity', array( $this, 'display_payment_request_button_separator_html' ), 2 );
170
+			add_action('woocommerce_after_add_to_cart_quantity', array($this, 'display_payment_request_button_html'), 1);
171
+			add_action('woocommerce_after_add_to_cart_quantity', array($this, 'display_payment_request_button_separator_html'), 2);
172 172
 		}
173 173
 
174
-		add_action( 'woocommerce_proceed_to_checkout', array( $this, 'display_payment_request_button_html' ), 1 );
175
-		add_action( 'woocommerce_proceed_to_checkout', array( $this, 'display_payment_request_button_separator_html' ), 2 );
174
+		add_action('woocommerce_proceed_to_checkout', array($this, 'display_payment_request_button_html'), 1);
175
+		add_action('woocommerce_proceed_to_checkout', array($this, 'display_payment_request_button_separator_html'), 2);
176 176
 
177
-		add_action( 'woocommerce_checkout_before_customer_details', array( $this, 'display_payment_request_button_html' ), 1 );
178
-		add_action( 'woocommerce_checkout_before_customer_details', array( $this, 'display_payment_request_button_separator_html' ), 2 );
177
+		add_action('woocommerce_checkout_before_customer_details', array($this, 'display_payment_request_button_html'), 1);
178
+		add_action('woocommerce_checkout_before_customer_details', array($this, 'display_payment_request_button_separator_html'), 2);
179 179
 
180
-		add_action( 'wc_ajax_wc_stripe_get_cart_details', array( $this, 'ajax_get_cart_details' ) );
181
-		add_action( 'wc_ajax_wc_stripe_get_shipping_options', array( $this, 'ajax_get_shipping_options' ) );
182
-		add_action( 'wc_ajax_wc_stripe_update_shipping_method', array( $this, 'ajax_update_shipping_method' ) );
183
-		add_action( 'wc_ajax_wc_stripe_create_order', array( $this, 'ajax_create_order' ) );
184
-		add_action( 'wc_ajax_wc_stripe_add_to_cart', array( $this, 'ajax_add_to_cart' ) );
185
-		add_action( 'wc_ajax_wc_stripe_get_selected_product_data', array( $this, 'ajax_get_selected_product_data' ) );
186
-		add_action( 'wc_ajax_wc_stripe_clear_cart', array( $this, 'ajax_clear_cart' ) );
187
-		add_action( 'wc_ajax_wc_stripe_log_errors', array( $this, 'ajax_log_errors' ) );
180
+		add_action('wc_ajax_wc_stripe_get_cart_details', array($this, 'ajax_get_cart_details'));
181
+		add_action('wc_ajax_wc_stripe_get_shipping_options', array($this, 'ajax_get_shipping_options'));
182
+		add_action('wc_ajax_wc_stripe_update_shipping_method', array($this, 'ajax_update_shipping_method'));
183
+		add_action('wc_ajax_wc_stripe_create_order', array($this, 'ajax_create_order'));
184
+		add_action('wc_ajax_wc_stripe_add_to_cart', array($this, 'ajax_add_to_cart'));
185
+		add_action('wc_ajax_wc_stripe_get_selected_product_data', array($this, 'ajax_get_selected_product_data'));
186
+		add_action('wc_ajax_wc_stripe_clear_cart', array($this, 'ajax_clear_cart'));
187
+		add_action('wc_ajax_wc_stripe_log_errors', array($this, 'ajax_log_errors'));
188 188
 
189
-		add_filter( 'woocommerce_gateway_title', array( $this, 'filter_gateway_title' ), 10, 2 );
190
-		add_filter( 'woocommerce_validate_postcode', array( $this, 'postal_code_validation' ), 10, 3 );
189
+		add_filter('woocommerce_gateway_title', array($this, 'filter_gateway_title'), 10, 2);
190
+		add_filter('woocommerce_validate_postcode', array($this, 'postal_code_validation'), 10, 3);
191 191
 
192
-		add_action( 'woocommerce_checkout_order_processed', array( $this, 'add_order_meta' ), 10, 2 );
192
+		add_action('woocommerce_checkout_order_processed', array($this, 'add_order_meta'), 10, 2);
193 193
 	}
194 194
 
195 195
 	/**
@@ -200,7 +200,7 @@  discard block
 block discarded – undo
200 200
 	 * @return string
201 201
 	 */
202 202
 	public function get_button_type() {
203
-		return isset( $this->stripe_settings['payment_request_button_type'] ) ? $this->stripe_settings['payment_request_button_type'] : 'default';
203
+		return isset($this->stripe_settings['payment_request_button_type']) ? $this->stripe_settings['payment_request_button_type'] : 'default';
204 204
 	}
205 205
 
206 206
 	/**
@@ -211,7 +211,7 @@  discard block
 block discarded – undo
211 211
 	 * @return string
212 212
 	 */
213 213
 	public function get_button_theme() {
214
-		return isset( $this->stripe_settings['payment_request_button_theme'] ) ? $this->stripe_settings['payment_request_button_theme'] : 'dark';
214
+		return isset($this->stripe_settings['payment_request_button_theme']) ? $this->stripe_settings['payment_request_button_theme'] : 'dark';
215 215
 	}
216 216
 
217 217
 	/**
@@ -222,7 +222,7 @@  discard block
 block discarded – undo
222 222
 	 * @return string
223 223
 	 */
224 224
 	public function get_button_height() {
225
-		return isset( $this->stripe_settings['payment_request_button_height'] ) ? str_replace( 'px', '', $this->stripe_settings['payment_request_button_height'] ) : '64';
225
+		return isset($this->stripe_settings['payment_request_button_height']) ? str_replace('px', '', $this->stripe_settings['payment_request_button_height']) : '64';
226 226
 	}
227 227
 
228 228
 	/**
@@ -232,40 +232,40 @@  discard block
 block discarded – undo
232 232
 	 * @version 4.0.0
233 233
 	 */
234 234
 	public function get_product_data() {
235
-		if ( ! is_product() ) {
235
+		if ( ! is_product()) {
236 236
 			return false;
237 237
 		}
238 238
 
239 239
 		global $post;
240 240
 
241
-		$product = wc_get_product( $post->ID );
241
+		$product = wc_get_product($post->ID);
242 242
 
243 243
 		$data  = array();
244 244
 		$items = array();
245 245
 
246 246
 		$items[] = array(
247 247
 			'label'  => WC_Stripe_Helper::is_pre_30() ? $product->name : $product->get_name(),
248
-			'amount' => WC_Stripe_Helper::get_stripe_amount( WC_Stripe_Helper::is_pre_30() ? $product->price : $product->get_price() ),
248
+			'amount' => WC_Stripe_Helper::get_stripe_amount(WC_Stripe_Helper::is_pre_30() ? $product->price : $product->get_price()),
249 249
 		);
250 250
 
251
-		if ( wc_tax_enabled() ) {
251
+		if (wc_tax_enabled()) {
252 252
 			$items[] = array(
253
-				'label'   => __( 'Tax', 'woocommerce-gateway-stripe' ),
253
+				'label'   => __('Tax', 'woocommerce-gateway-stripe'),
254 254
 				'amount'  => 0,
255 255
 				'pending' => true,
256 256
 			);
257 257
 		}
258 258
 
259
-		if ( wc_shipping_enabled() && $product->needs_shipping() ) {
259
+		if (wc_shipping_enabled() && $product->needs_shipping()) {
260 260
 			$items[] = array(
261
-				'label'   => __( 'Shipping', 'woocommerce-gateway-stripe' ),
261
+				'label'   => __('Shipping', 'woocommerce-gateway-stripe'),
262 262
 				'amount'  => 0,
263 263
 				'pending' => true,
264 264
 			);
265 265
 
266
-			$data['shippingOptions']  = array(
266
+			$data['shippingOptions'] = array(
267 267
 				'id'     => 'pending',
268
-				'label'  => __( 'Pending', 'woocommerce-gateway-stripe' ),
268
+				'label'  => __('Pending', 'woocommerce-gateway-stripe'),
269 269
 				'detail' => '',
270 270
 				'amount' => 0,
271 271
 			);
@@ -273,41 +273,41 @@  discard block
 block discarded – undo
273 273
 
274 274
 		$data['displayItems'] = $items;
275 275
 		$data['total'] = array(
276
-			'label'   => apply_filters( 'wc_stripe_payment_request_total_label', $this->total_label ),
277
-			'amount'  => WC_Stripe_Helper::get_stripe_amount( WC_Stripe_Helper::is_pre_30() ? $product->price : $product->get_price() ),
276
+			'label'   => apply_filters('wc_stripe_payment_request_total_label', $this->total_label),
277
+			'amount'  => WC_Stripe_Helper::get_stripe_amount(WC_Stripe_Helper::is_pre_30() ? $product->price : $product->get_price()),
278 278
 			'pending' => true,
279 279
 		);
280 280
 
281
-		$data['requestShipping'] = ( wc_shipping_enabled() && $product->needs_shipping() );
282
-		$data['currency']        = strtolower( get_woocommerce_currency() );
283
-		$data['country_code']    = substr( get_option( 'woocommerce_default_country' ), 0, 2 );
281
+		$data['requestShipping'] = (wc_shipping_enabled() && $product->needs_shipping());
282
+		$data['currency']        = strtolower(get_woocommerce_currency());
283
+		$data['country_code']    = substr(get_option('woocommerce_default_country'), 0, 2);
284 284
 
285
-		return apply_filters( 'wc_stripe_payment_request_product_data', $data, $product );
285
+		return apply_filters('wc_stripe_payment_request_product_data', $data, $product);
286 286
 	}
287 287
 
288 288
 	/**
289 289
 	 * Filters the gateway title to reflect Payment Request type
290 290
 	 *
291 291
 	 */
292
-	public function filter_gateway_title( $title, $id ) {
292
+	public function filter_gateway_title($title, $id) {
293 293
 		global $post;
294 294
 
295
-		if ( ! is_object( $post ) ) {
295
+		if ( ! is_object($post)) {
296 296
 			return $title;
297 297
 		}
298 298
 
299
-		if ( WC_Stripe_Helper::is_pre_30() ) {
300
-			$method_title = get_post_meta( $post->ID, '_payment_method_title', true );
299
+		if (WC_Stripe_Helper::is_pre_30()) {
300
+			$method_title = get_post_meta($post->ID, '_payment_method_title', true);
301 301
 		} else {
302
-			$order        = wc_get_order( $post->ID );
303
-			$method_title = is_object( $order ) ? $order->get_payment_method_title() : '';
302
+			$order        = wc_get_order($post->ID);
303
+			$method_title = is_object($order) ? $order->get_payment_method_title() : '';
304 304
 		}
305 305
 
306
-		if ( 'stripe' === $id && ! empty( $method_title ) && 'Apple Pay (Stripe)' === $method_title ) {
306
+		if ('stripe' === $id && ! empty($method_title) && 'Apple Pay (Stripe)' === $method_title) {
307 307
 			return $method_title;
308 308
 		}
309 309
 
310
-		if ( 'stripe' === $id && ! empty( $method_title ) && 'Chrome Payment Request (Stripe)' === $method_title ) {
310
+		if ('stripe' === $id && ! empty($method_title) && 'Chrome Payment Request (Stripe)' === $method_title) {
311 311
 			return $method_title;
312 312
 		}
313 313
 
@@ -320,16 +320,16 @@  discard block
 block discarded – undo
320 320
 	 * @since 3.1.4
321 321
 	 * @version 4.0.0
322 322
 	 */
323
-	public function postal_code_validation( $valid, $postcode, $country ) {
323
+	public function postal_code_validation($valid, $postcode, $country) {
324 324
 		$gateways = WC()->payment_gateways->get_available_payment_gateways();
325 325
 
326
-		if ( ! isset( $gateways['stripe'] ) ) {
326
+		if ( ! isset($gateways['stripe'])) {
327 327
 			return $valid;
328 328
 		}
329 329
 
330
-		$payment_request_type = isset( $_POST['payment_request_type'] ) ? wc_clean( $_POST['payment_request_type'] ) : '';
330
+		$payment_request_type = isset($_POST['payment_request_type']) ? wc_clean($_POST['payment_request_type']) : '';
331 331
 
332
-		if ( 'apple_pay' !== $payment_request_type ) {
332
+		if ('apple_pay' !== $payment_request_type) {
333 333
 			return $valid;
334 334
 		}
335 335
 
@@ -339,7 +339,7 @@  discard block
 block discarded – undo
339 339
 		 * the order and not let it go through. The remedy for now is just to remove this validation.
340 340
 		 * Note that this only works with shipping providers that don't validate full postal codes.
341 341
 		 */
342
-		if ( 'GB' === $country || 'CA' === $country ) {
342
+		if ('GB' === $country || 'CA' === $country) {
343 343
 			return true;
344 344
 		}
345 345
 
@@ -354,29 +354,29 @@  discard block
 block discarded – undo
354 354
 	 * @param int $order_id
355 355
 	 * @param array $posted_data The posted data from checkout form.
356 356
 	 */
357
-	public function add_order_meta( $order_id, $posted_data ) {
358
-		if ( empty( $_POST['payment_request_type'] ) ) {
357
+	public function add_order_meta($order_id, $posted_data) {
358
+		if (empty($_POST['payment_request_type'])) {
359 359
 			return;
360 360
 		}
361 361
 
362
-		$order = wc_get_order( $order_id );
362
+		$order = wc_get_order($order_id);
363 363
 
364
-		$payment_request_type = wc_clean( $_POST['payment_request_type'] );
364
+		$payment_request_type = wc_clean($_POST['payment_request_type']);
365 365
 
366
-		if ( 'apple_pay' === $payment_request_type ) {
367
-			if ( WC_Stripe_Helper::is_pre_30() ) {
368
-				update_post_meta( $order_id, '_payment_method_title', 'Apple Pay (Stripe)' );
366
+		if ('apple_pay' === $payment_request_type) {
367
+			if (WC_Stripe_Helper::is_pre_30()) {
368
+				update_post_meta($order_id, '_payment_method_title', 'Apple Pay (Stripe)');
369 369
 			} else {
370
-				$order->set_payment_method_title( 'Apple Pay (Stripe)' );
370
+				$order->set_payment_method_title('Apple Pay (Stripe)');
371 371
 				$order->save();
372 372
 			}
373 373
 		}
374 374
 
375
-		if ( 'payment_request_api' === $payment_request_type ) {
376
-			if ( WC_Stripe_Helper::is_pre_30() ) {
377
-				update_post_meta( $order_id, '_payment_method_title', 'Chrome Payment Request (Stripe)' );
375
+		if ('payment_request_api' === $payment_request_type) {
376
+			if (WC_Stripe_Helper::is_pre_30()) {
377
+				update_post_meta($order_id, '_payment_method_title', 'Chrome Payment Request (Stripe)');
378 378
 			} else {
379
-				$order->set_payment_method_title( 'Chrome Payment Request (Stripe)' );
379
+				$order->set_payment_method_title('Chrome Payment Request (Stripe)');
380 380
 				$order->save();
381 381
 			}
382 382
 		}
@@ -390,7 +390,7 @@  discard block
 block discarded – undo
390 390
 	 * @return array
391 391
 	 */
392 392
 	public function supported_product_types() {
393
-		return apply_filters( 'wc_stripe_payment_request_supported_types', array(
393
+		return apply_filters('wc_stripe_payment_request_supported_types', array(
394 394
 			'simple',
395 395
 			'variable',
396 396
 			'variation',
@@ -399,7 +399,7 @@  discard block
 block discarded – undo
399 399
 			'bundle',
400 400
 			'composite',
401 401
 			'mix-and-match',
402
-		) );
402
+		));
403 403
 	}
404 404
 
405 405
 	/**
@@ -410,15 +410,15 @@  discard block
 block discarded – undo
410 410
 	 * @return bool
411 411
 	 */
412 412
 	public function allowed_items_in_cart() {
413
-		foreach ( WC()->cart->get_cart() as $cart_item_key => $cart_item ) {
414
-			$_product = apply_filters( 'woocommerce_cart_item_product', $cart_item['data'], $cart_item, $cart_item_key );
413
+		foreach (WC()->cart->get_cart() as $cart_item_key => $cart_item) {
414
+			$_product = apply_filters('woocommerce_cart_item_product', $cart_item['data'], $cart_item, $cart_item_key);
415 415
 
416
-			if ( ! in_array( ( WC_Stripe_Helper::is_pre_30() ? $_product->product_type : $_product->get_type() ), $this->supported_product_types() ) ) {
416
+			if ( ! in_array((WC_Stripe_Helper::is_pre_30() ? $_product->product_type : $_product->get_type()), $this->supported_product_types())) {
417 417
 				return false;
418 418
 			}
419 419
 
420 420
 			// Pre Orders compatbility where we don't support charge upon release.
421
-			if ( class_exists( 'WC_Pre_Orders_Order' ) && WC_Pre_Orders_Cart::cart_contains_pre_order() && WC_Pre_Orders_Product::product_is_charged_upon_release( WC_Pre_Orders_Cart::get_pre_order_product() ) ) {
421
+			if (class_exists('WC_Pre_Orders_Order') && WC_Pre_Orders_Cart::cart_contains_pre_order() && WC_Pre_Orders_Product::product_is_charged_upon_release(WC_Pre_Orders_Cart::get_pre_order_product())) {
422 422
 				return false;
423 423
 			}
424 424
 		}
@@ -434,81 +434,81 @@  discard block
 block discarded – undo
434 434
 	 */
435 435
 	public function scripts() {
436 436
 		// If keys are not set bail.
437
-		if ( ! $this->are_keys_set() ) {
438
-			WC_Stripe_Logger::log( 'Keys are not set correctly.' );
437
+		if ( ! $this->are_keys_set()) {
438
+			WC_Stripe_Logger::log('Keys are not set correctly.');
439 439
 			return;
440 440
 		}
441 441
 
442 442
 		// If no SSL bail.
443
-		if ( ! $this->testmode && ! is_ssl() ) {
444
-			WC_Stripe_Logger::log( 'Stripe Payment Request live mode requires SSL.' );
443
+		if ( ! $this->testmode && ! is_ssl()) {
444
+			WC_Stripe_Logger::log('Stripe Payment Request live mode requires SSL.');
445 445
 		}
446 446
 
447
-		if ( ! is_product() && ! is_cart() && ! is_checkout() && ! isset( $_GET['pay_for_order'] ) ) {
447
+		if ( ! is_product() && ! is_cart() && ! is_checkout() && ! isset($_GET['pay_for_order'])) {
448 448
 			return;
449 449
 		}
450 450
 
451
-		if ( is_product() ) {
451
+		if (is_product()) {
452 452
 			global $post;
453 453
 
454
-			$product = wc_get_product( $post->ID );
454
+			$product = wc_get_product($post->ID);
455 455
 
456
-			if ( ! is_object( $product ) || ! in_array( ( WC_Stripe_Helper::is_pre_30() ? $product->product_type : $product->get_type() ), $this->supported_product_types() ) ) {
456
+			if ( ! is_object($product) || ! in_array((WC_Stripe_Helper::is_pre_30() ? $product->product_type : $product->get_type()), $this->supported_product_types())) {
457 457
 				return;
458 458
 			}
459 459
 
460
-			if ( apply_filters( 'wc_stripe_hide_payment_request_on_product_page', false, $post ) ) {
460
+			if (apply_filters('wc_stripe_hide_payment_request_on_product_page', false, $post)) {
461 461
 				return;
462 462
 			}
463 463
 		}
464 464
 
465
-		$suffix = defined( 'SCRIPT_DEBUG' ) && SCRIPT_DEBUG ? '' : '.min';
465
+		$suffix = defined('SCRIPT_DEBUG') && SCRIPT_DEBUG ? '' : '.min';
466 466
 
467
-		wp_register_script( 'stripe', 'https://js.stripe.com/v3/', '', '3.0', true );
468
-		wp_register_script( 'wc_stripe_payment_request', plugins_url( 'assets/js/stripe-payment-request' . $suffix . '.js', WC_STRIPE_MAIN_FILE ), array( 'jquery', 'stripe' ), WC_STRIPE_VERSION, true );
467
+		wp_register_script('stripe', 'https://js.stripe.com/v3/', '', '3.0', true);
468
+		wp_register_script('wc_stripe_payment_request', plugins_url('assets/js/stripe-payment-request' . $suffix . '.js', WC_STRIPE_MAIN_FILE), array('jquery', 'stripe'), WC_STRIPE_VERSION, true);
469 469
 
470 470
 		wp_localize_script(
471 471
 			'wc_stripe_payment_request',
472 472
 			'wc_stripe_payment_request_params',
473 473
 			array(
474
-				'ajax_url' => WC_AJAX::get_endpoint( '%%endpoint%%' ),
474
+				'ajax_url' => WC_AJAX::get_endpoint('%%endpoint%%'),
475 475
 				'stripe'   => array(
476 476
 					'key'                => $this->publishable_key,
477
-					'allow_prepaid_card' => apply_filters( 'wc_stripe_allow_prepaid_card', true ) ? 'yes' : 'no',
477
+					'allow_prepaid_card' => apply_filters('wc_stripe_allow_prepaid_card', true) ? 'yes' : 'no',
478 478
 				),
479 479
 				'nonce'    => array(
480
-					'payment'                        => wp_create_nonce( 'wc-stripe-payment-request' ),
481
-					'shipping'                       => wp_create_nonce( 'wc-stripe-payment-request-shipping' ),
482
-					'update_shipping'                => wp_create_nonce( 'wc-stripe-update-shipping-method' ),
483
-					'checkout'                       => wp_create_nonce( 'woocommerce-process_checkout' ),
484
-					'add_to_cart'                    => wp_create_nonce( 'wc-stripe-add-to-cart' ),
485
-					'get_selected_product_data'      => wp_create_nonce( 'wc-stripe-get-selected-product-data' ),
486
-					'log_errors'                     => wp_create_nonce( 'wc-stripe-log-errors' ),
487
-					'clear_cart'                     => wp_create_nonce( 'wc-stripe-clear-cart' ),
480
+					'payment'                        => wp_create_nonce('wc-stripe-payment-request'),
481
+					'shipping'                       => wp_create_nonce('wc-stripe-payment-request-shipping'),
482
+					'update_shipping'                => wp_create_nonce('wc-stripe-update-shipping-method'),
483
+					'checkout'                       => wp_create_nonce('woocommerce-process_checkout'),
484
+					'add_to_cart'                    => wp_create_nonce('wc-stripe-add-to-cart'),
485
+					'get_selected_product_data'      => wp_create_nonce('wc-stripe-get-selected-product-data'),
486
+					'log_errors'                     => wp_create_nonce('wc-stripe-log-errors'),
487
+					'clear_cart'                     => wp_create_nonce('wc-stripe-clear-cart'),
488 488
 				),
489 489
 				'i18n'     => array(
490
-					'no_prepaid_card'  => __( 'Sorry, we\'re not accepting prepaid cards at this time.', 'woocommerce-gateway-stripe' ),
490
+					'no_prepaid_card'  => __('Sorry, we\'re not accepting prepaid cards at this time.', 'woocommerce-gateway-stripe'),
491 491
 					/* translators: Do not translate the [option] placeholder */
492
-					'unknown_shipping' => __( 'Unknown shipping option "[option]".', 'woocommerce-gateway-stripe' ),
492
+					'unknown_shipping' => __('Unknown shipping option "[option]".', 'woocommerce-gateway-stripe'),
493 493
 				),
494 494
 				'checkout' => array(
495 495
 					'url'            => wc_get_checkout_url(),
496
-					'currency_code'  => strtolower( get_woocommerce_currency() ),
497
-					'country_code'   => substr( get_option( 'woocommerce_default_country' ), 0, 2 ),
496
+					'currency_code'  => strtolower(get_woocommerce_currency()),
497
+					'country_code'   => substr(get_option('woocommerce_default_country'), 0, 2),
498 498
 					'needs_shipping' => WC()->cart->needs_shipping() ? 'yes' : 'no',
499 499
 				),
500 500
 				'button' => array(
501 501
 					'type'   => $this->get_button_type(),
502 502
 					'theme'  => $this->get_button_theme(),
503 503
 					'height' => $this->get_button_height(),
504
-					'locale' => substr( get_locale(), 0, 2 ), // Default format is en_US.
504
+					'locale' => substr(get_locale(), 0, 2), // Default format is en_US.
505 505
 				),
506 506
 				'is_product_page' => is_product(),
507 507
 				'product'         => $this->get_product_data(),
508 508
 			)
509 509
 		);
510 510
 
511
-		wp_enqueue_script( 'wc_stripe_payment_request' );
511
+		wp_enqueue_script('wc_stripe_payment_request');
512 512
 	}
513 513
 
514 514
 	/**
@@ -522,37 +522,37 @@  discard block
 block discarded – undo
522 522
 
523 523
 		$gateways = WC()->payment_gateways->get_available_payment_gateways();
524 524
 
525
-		if ( ! isset( $gateways['stripe'] ) ) {
525
+		if ( ! isset($gateways['stripe'])) {
526 526
 			return;
527 527
 		}
528 528
 
529
-		if ( ! is_cart() && ! is_checkout() && ! is_product() && ! isset( $_GET['pay_for_order'] ) ) {
529
+		if ( ! is_cart() && ! is_checkout() && ! is_product() && ! isset($_GET['pay_for_order'])) {
530 530
 			return;
531 531
 		}
532 532
 
533
-		if ( is_product() && apply_filters( 'wc_stripe_hide_payment_request_on_product_page', false, $post ) ) {
533
+		if (is_product() && apply_filters('wc_stripe_hide_payment_request_on_product_page', false, $post)) {
534 534
 			return;
535 535
 		}
536 536
 
537
-		if ( is_checkout() && ! apply_filters( 'wc_stripe_show_payment_request_on_checkout', false, $post ) ) {
537
+		if (is_checkout() && ! apply_filters('wc_stripe_show_payment_request_on_checkout', false, $post)) {
538 538
 			return;
539 539
 		}
540 540
 
541
-		if ( is_product() ) {
542
-			$product = wc_get_product( $post->ID );
541
+		if (is_product()) {
542
+			$product = wc_get_product($post->ID);
543 543
 
544
-			if ( ! is_object( $product ) || ! in_array( ( WC_Stripe_Helper::is_pre_30() ? $product->product_type : $product->get_type() ), $this->supported_product_types() ) ) {
544
+			if ( ! is_object($product) || ! in_array((WC_Stripe_Helper::is_pre_30() ? $product->product_type : $product->get_type()), $this->supported_product_types())) {
545 545
 				return;
546 546
 			}
547 547
 
548 548
 			// Pre Orders charge upon release not supported.
549
-			if ( class_exists( 'WC_Pre_Orders_Order' ) && WC_Pre_Orders_Product::product_is_charged_upon_release( $product ) ) {
550
-				WC_Stripe_Logger::log( 'Pre Order charge upon release is not supported. ( Payment Request button disabled )' );
549
+			if (class_exists('WC_Pre_Orders_Order') && WC_Pre_Orders_Product::product_is_charged_upon_release($product)) {
550
+				WC_Stripe_Logger::log('Pre Order charge upon release is not supported. ( Payment Request button disabled )');
551 551
 				return;
552 552
 			}
553 553
 		} else {
554
-			if ( ! $this->allowed_items_in_cart() ) {
555
-				WC_Stripe_Logger::log( 'Items in the cart has unsupported product type ( Payment Request button disabled )' );
554
+			if ( ! $this->allowed_items_in_cart()) {
555
+				WC_Stripe_Logger::log('Items in the cart has unsupported product type ( Payment Request button disabled )');
556 556
 				return;
557 557
 			}
558 558
 		}
@@ -576,42 +576,42 @@  discard block
 block discarded – undo
576 576
 
577 577
 		$gateways = WC()->payment_gateways->get_available_payment_gateways();
578 578
 
579
-		if ( ! isset( $gateways['stripe'] ) ) {
579
+		if ( ! isset($gateways['stripe'])) {
580 580
 			return;
581 581
 		}
582 582
 
583
-		if ( ! is_cart() && ! is_checkout() && ! is_product() && ! isset( $_GET['pay_for_order'] ) ) {
583
+		if ( ! is_cart() && ! is_checkout() && ! is_product() && ! isset($_GET['pay_for_order'])) {
584 584
 			return;
585 585
 		}
586 586
 
587
-		if ( is_product() && apply_filters( 'wc_stripe_hide_payment_request_on_product_page', false, $post ) ) {
587
+		if (is_product() && apply_filters('wc_stripe_hide_payment_request_on_product_page', false, $post)) {
588 588
 			return;
589 589
 		}
590 590
 
591
-		if ( is_checkout() && ! apply_filters( 'wc_stripe_show_payment_request_on_checkout', false, $post ) ) {
591
+		if (is_checkout() && ! apply_filters('wc_stripe_show_payment_request_on_checkout', false, $post)) {
592 592
 			return;
593 593
 		}
594 594
 
595
-		if ( is_product() ) {
596
-			$product = wc_get_product( $post->ID );
595
+		if (is_product()) {
596
+			$product = wc_get_product($post->ID);
597 597
 
598
-			if ( ! is_object( $product ) || ! in_array( ( WC_Stripe_Helper::is_pre_30() ? $product->product_type : $product->get_type() ), $this->supported_product_types() ) ) {
598
+			if ( ! is_object($product) || ! in_array((WC_Stripe_Helper::is_pre_30() ? $product->product_type : $product->get_type()), $this->supported_product_types())) {
599 599
 				return;
600 600
 			}
601 601
 
602 602
 			// Pre Orders charge upon release not supported.
603
-			if ( class_exists( 'WC_Pre_Orders_Order' ) && WC_Pre_Orders_Product::product_is_charged_upon_release( $product ) ) {
604
-				WC_Stripe_Logger::log( 'Pre Order charge upon release is not supported. ( Payment Request button disabled )' );
603
+			if (class_exists('WC_Pre_Orders_Order') && WC_Pre_Orders_Product::product_is_charged_upon_release($product)) {
604
+				WC_Stripe_Logger::log('Pre Order charge upon release is not supported. ( Payment Request button disabled )');
605 605
 				return;
606 606
 			}
607 607
 		} else {
608
-			if ( ! $this->allowed_items_in_cart() ) {
609
-				WC_Stripe_Logger::log( 'Items in the cart has unsupported product type ( Payment Request button disabled )' );
608
+			if ( ! $this->allowed_items_in_cart()) {
609
+				WC_Stripe_Logger::log('Items in the cart has unsupported product type ( Payment Request button disabled )');
610 610
 				return;
611 611
 			}
612 612
 		}
613 613
 		?>
614
-		<p id="wc-stripe-payment-request-button-separator" style="margin-top:1.5em;text-align:center;display:none;">&mdash; <?php esc_html_e( 'OR', 'woocommerce-gateway-stripe' ); ?> &mdash;</p>
614
+		<p id="wc-stripe-payment-request-button-separator" style="margin-top:1.5em;text-align:center;display:none;">&mdash; <?php esc_html_e('OR', 'woocommerce-gateway-stripe'); ?> &mdash;</p>
615 615
 		<?php
616 616
 	}
617 617
 
@@ -622,11 +622,11 @@  discard block
 block discarded – undo
622 622
 	 * @version 4.0.0
623 623
 	 */
624 624
 	public function ajax_log_errors() {
625
-		check_ajax_referer( 'wc-stripe-log-errors', 'security' );
625
+		check_ajax_referer('wc-stripe-log-errors', 'security');
626 626
 
627
-		$errors = wc_clean( stripslashes( $_POST['errors'] ) );
627
+		$errors = wc_clean(stripslashes($_POST['errors']));
628 628
 
629
-		WC_Stripe_Logger::log( $errors );
629
+		WC_Stripe_Logger::log($errors);
630 630
 
631 631
 		exit;
632 632
 	}
@@ -638,7 +638,7 @@  discard block
 block discarded – undo
638 638
 	 * @version 4.0.0
639 639
 	 */
640 640
 	public function ajax_clear_cart() {
641
-		check_ajax_referer( 'wc-stripe-clear-cart', 'security' );
641
+		check_ajax_referer('wc-stripe-clear-cart', 'security');
642 642
 
643 643
 		WC()->cart->empty_cart();
644 644
 		exit;
@@ -648,10 +648,10 @@  discard block
 block discarded – undo
648 648
 	 * Get cart details.
649 649
 	 */
650 650
 	public function ajax_get_cart_details() {
651
-		check_ajax_referer( 'wc-stripe-payment-request', 'security' );
651
+		check_ajax_referer('wc-stripe-payment-request', 'security');
652 652
 
653
-		if ( ! defined( 'WOOCOMMERCE_CART' ) ) {
654
-			define( 'WOOCOMMERCE_CART', true );
653
+		if ( ! defined('WOOCOMMERCE_CART')) {
654
+			define('WOOCOMMERCE_CART', true);
655 655
 		}
656 656
 
657 657
 		WC()->cart->calculate_totals();
@@ -662,14 +662,14 @@  discard block
 block discarded – undo
662 662
 		$data = array(
663 663
 			'shipping_required' => WC()->cart->needs_shipping(),
664 664
 			'order_data'        => array(
665
-				'currency'        => strtolower( $currency ),
666
-				'country_code'    => substr( get_option( 'woocommerce_default_country' ), 0, 2 ),
665
+				'currency'        => strtolower($currency),
666
+				'country_code'    => substr(get_option('woocommerce_default_country'), 0, 2),
667 667
 			),
668 668
 		);
669 669
 
670 670
 		$data['order_data'] += $this->build_display_items();
671 671
 
672
-		wp_send_json( $data );
672
+		wp_send_json($data);
673 673
 	}
674 674
 
675 675
 	/**
@@ -680,47 +680,47 @@  discard block
 block discarded – undo
680 680
 	 * @see WC_Shipping::get_packages().
681 681
 	 */
682 682
 	public function ajax_get_shipping_options() {
683
-		check_ajax_referer( 'wc-stripe-payment-request-shipping', 'security' );
683
+		check_ajax_referer('wc-stripe-payment-request-shipping', 'security');
684 684
 
685 685
 		try {
686 686
 			// Set the shipping package.
687
-			$posted = filter_input_array( INPUT_POST, array(
687
+			$posted = filter_input_array(INPUT_POST, array(
688 688
 				'country'   => FILTER_SANITIZE_STRING,
689 689
 				'state'     => FILTER_SANITIZE_STRING,
690 690
 				'postcode'  => FILTER_SANITIZE_STRING,
691 691
 				'city'      => FILTER_SANITIZE_STRING,
692 692
 				'address'   => FILTER_SANITIZE_STRING,
693 693
 				'address_2' => FILTER_SANITIZE_STRING,
694
-			) );
694
+			));
695 695
 
696
-			$this->calculate_shipping( $posted );
696
+			$this->calculate_shipping($posted);
697 697
 
698 698
 			// Set the shipping options.
699 699
 			$data     = array();
700 700
 			$packages = WC()->shipping->get_packages();
701 701
 
702
-			if ( ! empty( $packages ) && WC()->customer->has_calculated_shipping() ) {
703
-				foreach ( $packages as $package_key => $package ) {
704
-					if ( empty( $package['rates'] ) ) {
705
-						throw new Exception( __( 'Unable to find shipping method for address.', 'woocommerce-gateway-stripe' ) );
702
+			if ( ! empty($packages) && WC()->customer->has_calculated_shipping()) {
703
+				foreach ($packages as $package_key => $package) {
704
+					if (empty($package['rates'])) {
705
+						throw new Exception(__('Unable to find shipping method for address.', 'woocommerce-gateway-stripe'));
706 706
 					}
707 707
 
708
-					foreach ( $package['rates'] as $key => $rate ) {
708
+					foreach ($package['rates'] as $key => $rate) {
709 709
 						$data['shipping_options'][] = array(
710 710
 							'id'       => $rate->id,
711 711
 							'label'    => $rate->label,
712 712
 							'detail'   => '',
713
-							'amount'   => WC_Stripe_Helper::get_stripe_amount( $rate->cost ),
713
+							'amount'   => WC_Stripe_Helper::get_stripe_amount($rate->cost),
714 714
 						);
715 715
 					}
716 716
 				}
717 717
 			} else {
718
-				throw new Exception( __( 'Unable to find shipping method for address.', 'woocommerce-gateway-stripe' ) );
718
+				throw new Exception(__('Unable to find shipping method for address.', 'woocommerce-gateway-stripe'));
719 719
 			}
720 720
 
721
-			if ( isset( $data[0] ) ) {
721
+			if (isset($data[0])) {
722 722
 				// Auto select the first shipping method.
723
-				WC()->session->set( 'chosen_shipping_methods', array( $data[0]['id'] ) );
723
+				WC()->session->set('chosen_shipping_methods', array($data[0]['id']));
724 724
 			}
725 725
 
726 726
 			WC()->cart->calculate_totals();
@@ -728,12 +728,12 @@  discard block
 block discarded – undo
728 728
 			$data += $this->build_display_items();
729 729
 			$data['result'] = 'success';
730 730
 
731
-			wp_send_json( $data );
732
-		} catch ( Exception $e ) {
731
+			wp_send_json($data);
732
+		} catch (Exception $e) {
733 733
 			$data += $this->build_display_items();
734 734
 			$data['result'] = 'invalid_shipping_address';
735 735
 
736
-			wp_send_json( $data );
736
+			wp_send_json($data);
737 737
 		}
738 738
 	}
739 739
 
@@ -741,22 +741,22 @@  discard block
 block discarded – undo
741 741
 	 * Update shipping method.
742 742
 	 */
743 743
 	public function ajax_update_shipping_method() {
744
-		check_ajax_referer( 'wc-stripe-update-shipping-method', 'security' );
744
+		check_ajax_referer('wc-stripe-update-shipping-method', 'security');
745 745
 
746
-		if ( ! defined( 'WOOCOMMERCE_CART' ) ) {
747
-			define( 'WOOCOMMERCE_CART', true );
746
+		if ( ! defined('WOOCOMMERCE_CART')) {
747
+			define('WOOCOMMERCE_CART', true);
748 748
 		}
749 749
 
750
-		$chosen_shipping_methods = WC()->session->get( 'chosen_shipping_methods' );
751
-		$shipping_method         = filter_input( INPUT_POST, 'shipping_method', FILTER_DEFAULT, FILTER_REQUIRE_ARRAY );
750
+		$chosen_shipping_methods = WC()->session->get('chosen_shipping_methods');
751
+		$shipping_method         = filter_input(INPUT_POST, 'shipping_method', FILTER_DEFAULT, FILTER_REQUIRE_ARRAY);
752 752
 
753
-		if ( is_array( $shipping_method ) ) {
754
-			foreach ( $shipping_method as $i => $value ) {
755
-				$chosen_shipping_methods[ $i ] = wc_clean( $value );
753
+		if (is_array($shipping_method)) {
754
+			foreach ($shipping_method as $i => $value) {
755
+				$chosen_shipping_methods[$i] = wc_clean($value);
756 756
 			}
757 757
 		}
758 758
 
759
-		WC()->session->set( 'chosen_shipping_methods', $chosen_shipping_methods );
759
+		WC()->session->set('chosen_shipping_methods', $chosen_shipping_methods);
760 760
 
761 761
 		WC()->cart->calculate_totals();
762 762
 
@@ -764,7 +764,7 @@  discard block
 block discarded – undo
764 764
 		$data += $this->build_display_items();
765 765
 		$data['result'] = 'success';
766 766
 
767
-		wp_send_json( $data );
767
+		wp_send_json($data);
768 768
 	}
769 769
 
770 770
 	/**
@@ -775,31 +775,31 @@  discard block
 block discarded – undo
775 775
 	 * @return array $data
776 776
 	 */
777 777
 	public function ajax_get_selected_product_data() {
778
-		check_ajax_referer( 'wc-stripe-get-selected-product-data', 'security' );
778
+		check_ajax_referer('wc-stripe-get-selected-product-data', 'security');
779 779
 
780
-		$product_id = absint( $_POST['product_id'] );
781
-		$qty = ! isset( $_POST['qty'] ) ? 1 : absint( $_POST['qty'] );
780
+		$product_id = absint($_POST['product_id']);
781
+		$qty = ! isset($_POST['qty']) ? 1 : absint($_POST['qty']);
782 782
 
783
-		$product = wc_get_product( $product_id );
783
+		$product = wc_get_product($product_id);
784 784
 
785
-		if ( 'variable' === ( WC_Stripe_Helper::is_pre_30() ? $product->product_type : $product->get_type() ) && isset( $_POST['attributes'] ) ) {
786
-			$attributes = array_map( 'wc_clean', $_POST['attributes'] );
785
+		if ('variable' === (WC_Stripe_Helper::is_pre_30() ? $product->product_type : $product->get_type()) && isset($_POST['attributes'])) {
786
+			$attributes = array_map('wc_clean', $_POST['attributes']);
787 787
 
788
-			if ( WC_Stripe_Helper::is_pre_30() ) {
789
-				$variation_id = $product->get_matching_variation( $attributes );
788
+			if (WC_Stripe_Helper::is_pre_30()) {
789
+				$variation_id = $product->get_matching_variation($attributes);
790 790
 			} else {
791
-				$data_store = WC_Data_Store::load( 'product' );
792
-				$variation_id = $data_store->find_matching_product_variation( $product, $attributes );
791
+				$data_store = WC_Data_Store::load('product');
792
+				$variation_id = $data_store->find_matching_product_variation($product, $attributes);
793 793
 			}
794 794
 
795
-			if ( ! empty( $variation_id ) ) {
796
-				$product = wc_get_product( $variation_id );
795
+			if ( ! empty($variation_id)) {
796
+				$product = wc_get_product($variation_id);
797 797
 			}
798
-		} elseif ( 'simple' === ( WC_Stripe_Helper::is_pre_30() ? $product->product_type : $product->get_type() ) ) {
799
-			$product = wc_get_product( $product_id );
798
+		} elseif ('simple' === (WC_Stripe_Helper::is_pre_30() ? $product->product_type : $product->get_type())) {
799
+			$product = wc_get_product($product_id);
800 800
 		}
801 801
 
802
-		$total = $qty * ( WC_Stripe_Helper::is_pre_30() ? $product->price : $product->get_price() );
802
+		$total = $qty * (WC_Stripe_Helper::is_pre_30() ? $product->price : $product->get_price());
803 803
 
804 804
 		$quantity_label = 1 < $qty ? ' (x' . $qty . ')' : '';
805 805
 
@@ -807,28 +807,28 @@  discard block
 block discarded – undo
807 807
 		$items = array();
808 808
 
809 809
 		$items[] = array(
810
-			'label'  => ( WC_Stripe_Helper::is_pre_30() ? $product->name : $product->get_name() ) . $quantity_label,
811
-			'amount' => WC_Stripe_Helper::get_stripe_amount( $total ),
810
+			'label'  => (WC_Stripe_Helper::is_pre_30() ? $product->name : $product->get_name()) . $quantity_label,
811
+			'amount' => WC_Stripe_Helper::get_stripe_amount($total),
812 812
 		);
813 813
 
814
-		if ( wc_tax_enabled() ) {
814
+		if (wc_tax_enabled()) {
815 815
 			$items[] = array(
816
-				'label'   => __( 'Tax', 'woocommerce-gateway-stripe' ),
816
+				'label'   => __('Tax', 'woocommerce-gateway-stripe'),
817 817
 				'amount'  => 0,
818 818
 				'pending' => true,
819 819
 			);
820 820
 		}
821 821
 
822
-		if ( wc_shipping_enabled() && $product->needs_shipping() ) {
822
+		if (wc_shipping_enabled() && $product->needs_shipping()) {
823 823
 			$items[] = array(
824
-				'label'   => __( 'Shipping', 'woocommerce-gateway-stripe' ),
824
+				'label'   => __('Shipping', 'woocommerce-gateway-stripe'),
825 825
 				'amount'  => 0,
826 826
 				'pending' => true,
827 827
 			);
828 828
 
829
-			$data['shippingOptions']  = array(
829
+			$data['shippingOptions'] = array(
830 830
 				'id'     => 'pending',
831
-				'label'  => __( 'Pending', 'woocommerce-gateway-stripe' ),
831
+				'label'  => __('Pending', 'woocommerce-gateway-stripe'),
832 832
 				'detail' => '',
833 833
 				'amount' => 0,
834 834
 			);
@@ -837,15 +837,15 @@  discard block
 block discarded – undo
837 837
 		$data['displayItems'] = $items;
838 838
 		$data['total'] = array(
839 839
 			'label'   => $this->total_label,
840
-			'amount'  => WC_Stripe_Helper::get_stripe_amount( $total ),
840
+			'amount'  => WC_Stripe_Helper::get_stripe_amount($total),
841 841
 			'pending' => true,
842 842
 		);
843 843
 
844
-		$data['requestShipping'] = ( wc_shipping_enabled() && $product->needs_shipping() );
845
-		$data['currency']        = strtolower( get_woocommerce_currency() );
846
-		$data['country_code']    = substr( get_option( 'woocommerce_default_country' ), 0, 2 );
844
+		$data['requestShipping'] = (wc_shipping_enabled() && $product->needs_shipping());
845
+		$data['currency']        = strtolower(get_woocommerce_currency());
846
+		$data['country_code']    = substr(get_option('woocommerce_default_country'), 0, 2);
847 847
 
848
-		wp_send_json( $data );
848
+		wp_send_json($data);
849 849
 	}
850 850
 
851 851
 	/**
@@ -856,37 +856,37 @@  discard block
 block discarded – undo
856 856
 	 * @return array $data
857 857
 	 */
858 858
 	public function ajax_add_to_cart() {
859
-		check_ajax_referer( 'wc-stripe-add-to-cart', 'security' );
859
+		check_ajax_referer('wc-stripe-add-to-cart', 'security');
860 860
 
861
-		if ( ! defined( 'WOOCOMMERCE_CART' ) ) {
862
-			define( 'WOOCOMMERCE_CART', true );
861
+		if ( ! defined('WOOCOMMERCE_CART')) {
862
+			define('WOOCOMMERCE_CART', true);
863 863
 		}
864 864
 
865 865
 		WC()->shipping->reset_shipping();
866 866
 
867
-		$product_id = absint( $_POST['product_id'] );
868
-		$qty = ! isset( $_POST['qty'] ) ? 1 : absint( $_POST['qty'] );
867
+		$product_id = absint($_POST['product_id']);
868
+		$qty = ! isset($_POST['qty']) ? 1 : absint($_POST['qty']);
869 869
 
870
-		$product = wc_get_product( $product_id );
870
+		$product = wc_get_product($product_id);
871 871
 
872 872
 		// First empty the cart to prevent wrong calculation.
873 873
 		WC()->cart->empty_cart();
874 874
 
875
-		if ( 'variable' === ( WC_Stripe_Helper::is_pre_30() ? $product->product_type : $product->get_type() ) && isset( $_POST['attributes'] ) ) {
876
-			$attributes = array_map( 'wc_clean', $_POST['attributes'] );
875
+		if ('variable' === (WC_Stripe_Helper::is_pre_30() ? $product->product_type : $product->get_type()) && isset($_POST['attributes'])) {
876
+			$attributes = array_map('wc_clean', $_POST['attributes']);
877 877
 
878
-			if ( WC_Stripe_Helper::is_pre_30() ) {
879
-				$variation_id = $product->get_matching_variation( $attributes );
878
+			if (WC_Stripe_Helper::is_pre_30()) {
879
+				$variation_id = $product->get_matching_variation($attributes);
880 880
 			} else {
881
-				$data_store = WC_Data_Store::load( 'product' );
882
-				$variation_id = $data_store->find_matching_product_variation( $product, $attributes );
881
+				$data_store = WC_Data_Store::load('product');
882
+				$variation_id = $data_store->find_matching_product_variation($product, $attributes);
883 883
 			}
884 884
 
885
-			WC()->cart->add_to_cart( $product->get_id(), $qty, $variation_id, $attributes );
885
+			WC()->cart->add_to_cart($product->get_id(), $qty, $variation_id, $attributes);
886 886
 		}
887 887
 
888
-		if ( 'simple' === ( WC_Stripe_Helper::is_pre_30() ? $product->product_type : $product->get_type() ) ) {
889
-			WC()->cart->add_to_cart( $product->get_id(), $qty );
888
+		if ('simple' === (WC_Stripe_Helper::is_pre_30() ? $product->product_type : $product->get_type())) {
889
+			WC()->cart->add_to_cart($product->get_id(), $qty);
890 890
 		}
891 891
 
892 892
 		WC()->cart->calculate_totals();
@@ -895,7 +895,7 @@  discard block
 block discarded – undo
895 895
 		$data += $this->build_display_items();
896 896
 		$data['result'] = 'success';
897 897
 
898
-		wp_send_json( $data );
898
+		wp_send_json($data);
899 899
 	}
900 900
 
901 901
 	/**
@@ -908,31 +908,31 @@  discard block
 block discarded – undo
908 908
 	 * @version 4.0.0
909 909
 	 */
910 910
 	public function normalize_state() {
911
-		$billing_country  = ! empty( $_POST['billing_country'] ) ? wc_clean( $_POST['billing_country'] ) : '';
912
-		$shipping_country = ! empty( $_POST['shipping_country'] ) ? wc_clean( $_POST['shipping_country'] ) : '';
913
-		$billing_state    = ! empty( $_POST['billing_state'] ) ? wc_clean( $_POST['billing_state'] ) : '';
914
-		$shipping_state   = ! empty( $_POST['shipping_state'] ) ? wc_clean( $_POST['shipping_state'] ) : '';
911
+		$billing_country  = ! empty($_POST['billing_country']) ? wc_clean($_POST['billing_country']) : '';
912
+		$shipping_country = ! empty($_POST['shipping_country']) ? wc_clean($_POST['shipping_country']) : '';
913
+		$billing_state    = ! empty($_POST['billing_state']) ? wc_clean($_POST['billing_state']) : '';
914
+		$shipping_state   = ! empty($_POST['shipping_state']) ? wc_clean($_POST['shipping_state']) : '';
915 915
 
916
-		if ( $billing_state && $billing_country ) {
917
-			$valid_states = WC()->countries->get_states( $billing_country );
916
+		if ($billing_state && $billing_country) {
917
+			$valid_states = WC()->countries->get_states($billing_country);
918 918
 
919 919
 			// Valid states found for country.
920
-			if ( ! empty( $valid_states ) && is_array( $valid_states ) && sizeof( $valid_states ) > 0 ) {
921
-				foreach ( $valid_states as $state_abbr => $state ) {
922
-					if ( preg_match( '/' . preg_quote( $state ) . '/i', $billing_state ) ) {
920
+			if ( ! empty($valid_states) && is_array($valid_states) && sizeof($valid_states) > 0) {
921
+				foreach ($valid_states as $state_abbr => $state) {
922
+					if (preg_match('/' . preg_quote($state) . '/i', $billing_state)) {
923 923
 						$_POST['billing_state'] = $state_abbr;
924 924
 					}
925 925
 				}
926 926
 			}
927 927
 		}
928 928
 
929
-		if ( $shipping_state && $shipping_country ) {
930
-			$valid_states = WC()->countries->get_states( $shipping_country );
929
+		if ($shipping_state && $shipping_country) {
930
+			$valid_states = WC()->countries->get_states($shipping_country);
931 931
 
932 932
 			// Valid states found for country.
933
-			if ( ! empty( $valid_states ) && is_array( $valid_states ) && sizeof( $valid_states ) > 0 ) {
934
-				foreach ( $valid_states as $state_abbr => $state ) {
935
-					if ( preg_match( '/' . preg_quote( $state ) . '/i', $shipping_state ) ) {
933
+			if ( ! empty($valid_states) && is_array($valid_states) && sizeof($valid_states) > 0) {
934
+				foreach ($valid_states as $state_abbr => $state) {
935
+					if (preg_match('/' . preg_quote($state) . '/i', $shipping_state)) {
936 936
 						$_POST['shipping_state'] = $state_abbr;
937 937
 					}
938 938
 				}
@@ -947,19 +947,19 @@  discard block
 block discarded – undo
947 947
 	 * @version 4.0.0
948 948
 	 */
949 949
 	public function ajax_create_order() {
950
-		if ( WC()->cart->is_empty() ) {
951
-			wp_send_json_error( __( 'Empty cart', 'woocommerce-gateway-stripe' ) );
950
+		if (WC()->cart->is_empty()) {
951
+			wp_send_json_error(__('Empty cart', 'woocommerce-gateway-stripe'));
952 952
 		}
953 953
 
954
-		if ( ! defined( 'WOOCOMMERCE_CHECKOUT' ) ) {
955
-			define( 'WOOCOMMERCE_CHECKOUT', true );
954
+		if ( ! defined('WOOCOMMERCE_CHECKOUT')) {
955
+			define('WOOCOMMERCE_CHECKOUT', true);
956 956
 		}
957 957
 
958 958
 		$this->normalize_state();
959 959
 
960 960
 		WC()->checkout()->process_checkout();
961 961
 
962
-		die( 0 );
962
+		die(0);
963 963
 	}
964 964
 
965 965
 	/**
@@ -969,7 +969,7 @@  discard block
 block discarded – undo
969 969
 	 * @version 4.0.0
970 970
 	 * @param array $address
971 971
 	 */
972
-	protected function calculate_shipping( $address = array() ) {
972
+	protected function calculate_shipping($address = array()) {
973 973
 		global $states;
974 974
 
975 975
 		$country   = $address['country'];
@@ -986,28 +986,28 @@  discard block
 block discarded – undo
986 986
 		 * In some versions of Chrome, state can be a full name. So we need
987 987
 		 * to convert that to abbreviation as WC is expecting that.
988 988
 		 */
989
-		if ( 2 < strlen( $state ) ) {
990
-			$state = array_search( ucfirst( strtolower( $state ) ), $states[ $country ] );
989
+		if (2 < strlen($state)) {
990
+			$state = array_search(ucfirst(strtolower($state)), $states[$country]);
991 991
 		}
992 992
 
993 993
 		WC()->shipping->reset_shipping();
994 994
 
995
-		if ( $postcode && WC_Validation::is_postcode( $postcode, $country ) ) {
996
-			$postcode = wc_format_postcode( $postcode, $country );
995
+		if ($postcode && WC_Validation::is_postcode($postcode, $country)) {
996
+			$postcode = wc_format_postcode($postcode, $country);
997 997
 		}
998 998
 
999
-		if ( $country ) {
1000
-			WC()->customer->set_location( $country, $state, $postcode, $city );
1001
-			WC()->customer->set_shipping_location( $country, $state, $postcode, $city );
999
+		if ($country) {
1000
+			WC()->customer->set_location($country, $state, $postcode, $city);
1001
+			WC()->customer->set_shipping_location($country, $state, $postcode, $city);
1002 1002
 		} else {
1003 1003
 			WC_Stripe_Helper::is_pre_30() ? WC()->customer->set_to_base() : WC()->customer->set_billing_address_to_base();
1004 1004
 			WC_Stripe_Helper::is_pre_30() ? WC()->customer->set_shipping_to_base() : WC()->customer->set_shipping_address_to_base();
1005 1005
 		}
1006 1006
 
1007
-		if ( WC_Stripe_Helper::is_pre_30() ) {
1008
-			WC()->customer->calculated_shipping( true );
1007
+		if (WC_Stripe_Helper::is_pre_30()) {
1008
+			WC()->customer->calculated_shipping(true);
1009 1009
 		} else {
1010
-			WC()->customer->set_calculated_shipping( true );
1010
+			WC()->customer->set_calculated_shipping(true);
1011 1011
 			WC()->customer->save();
1012 1012
 		}
1013 1013
 
@@ -1024,17 +1024,17 @@  discard block
 block discarded – undo
1024 1024
 		$packages[0]['destination']['address']   = $address_1;
1025 1025
 		$packages[0]['destination']['address_2'] = $address_2;
1026 1026
 
1027
-		foreach ( WC()->cart->get_cart() as $item ) {
1028
-			if ( $item['data']->needs_shipping() ) {
1029
-				if ( isset( $item['line_total'] ) ) {
1027
+		foreach (WC()->cart->get_cart() as $item) {
1028
+			if ($item['data']->needs_shipping()) {
1029
+				if (isset($item['line_total'])) {
1030 1030
 					$packages[0]['contents_cost'] += $item['line_total'];
1031 1031
 				}
1032 1032
 			}
1033 1033
 		}
1034 1034
 
1035
-		$packages = apply_filters( 'woocommerce_cart_shipping_packages', $packages );
1035
+		$packages = apply_filters('woocommerce_cart_shipping_packages', $packages);
1036 1036
 
1037
-		WC()->shipping->calculate_shipping( $packages );
1037
+		WC()->shipping->calculate_shipping($packages);
1038 1038
 	}
1039 1039
 
1040 1040
 	/**
@@ -1043,19 +1043,19 @@  discard block
 block discarded – undo
1043 1043
 	 * @since 3.1.0
1044 1044
 	 * @version 4.0.0
1045 1045
 	 */
1046
-	protected function build_shipping_methods( $shipping_methods ) {
1047
-		if ( empty( $shipping_methods ) ) {
1046
+	protected function build_shipping_methods($shipping_methods) {
1047
+		if (empty($shipping_methods)) {
1048 1048
 			return array();
1049 1049
 		}
1050 1050
 
1051 1051
 		$shipping = array();
1052 1052
 
1053
-		foreach ( $shipping_methods as $method ) {
1053
+		foreach ($shipping_methods as $method) {
1054 1054
 			$shipping[] = array(
1055 1055
 				'id'         => $method['id'],
1056 1056
 				'label'      => $method['label'],
1057 1057
 				'detail'     => '',
1058
-				'amount'     => WC_Stripe_Helper::get_stripe_amount( $method['amount']['value'] ),
1058
+				'amount'     => WC_Stripe_Helper::get_stripe_amount($method['amount']['value']),
1059 1059
 			);
1060 1060
 		}
1061 1061
 
@@ -1069,8 +1069,8 @@  discard block
 block discarded – undo
1069 1069
 	 * @version 4.0.0
1070 1070
 	 */
1071 1071
 	protected function build_display_items() {
1072
-		if ( ! defined( 'WOOCOMMERCE_CART' ) ) {
1073
-			define( 'WOOCOMMERCE_CART', true );
1072
+		if ( ! defined('WOOCOMMERCE_CART')) {
1073
+			define('WOOCOMMERCE_CART', true);
1074 1074
 		}
1075 1075
 
1076 1076
 		$items     = array();
@@ -1078,71 +1078,71 @@  discard block
 block discarded – undo
1078 1078
 		$discounts = 0;
1079 1079
 
1080 1080
 		// Default show only subtotal instead of itemization.
1081
-		if ( ! apply_filters( 'wc_stripe_payment_request_hide_itemization', true ) ) {
1082
-			foreach ( WC()->cart->get_cart() as $cart_item_key => $cart_item ) {
1081
+		if ( ! apply_filters('wc_stripe_payment_request_hide_itemization', true)) {
1082
+			foreach (WC()->cart->get_cart() as $cart_item_key => $cart_item) {
1083 1083
 				$amount         = $cart_item['line_subtotal'];
1084
-				$subtotal       += $cart_item['line_subtotal'];
1084
+				$subtotal += $cart_item['line_subtotal'];
1085 1085
 				$quantity_label = 1 < $cart_item['quantity'] ? ' (x' . $cart_item['quantity'] . ')' : '';
1086 1086
 
1087 1087
 				$product_name = WC_Stripe_Helper::is_pre_30() ? $cart_item['data']->post->post_title : $cart_item['data']->get_name();
1088 1088
 
1089 1089
 				$item = array(
1090 1090
 					'label'  => $product_name . $quantity_label,
1091
-					'amount' => WC_Stripe_Helper::get_stripe_amount( $amount ),
1091
+					'amount' => WC_Stripe_Helper::get_stripe_amount($amount),
1092 1092
 				);
1093 1093
 
1094 1094
 				$items[] = $item;
1095 1095
 			}
1096 1096
 		}
1097 1097
 
1098
-		if ( version_compare( WC_VERSION, '3.2', '<' ) ) {
1099
-			$discounts = wc_format_decimal( WC()->cart->get_cart_discount_total(), WC()->cart->dp );
1098
+		if (version_compare(WC_VERSION, '3.2', '<')) {
1099
+			$discounts = wc_format_decimal(WC()->cart->get_cart_discount_total(), WC()->cart->dp);
1100 1100
 		} else {
1101
-			$applied_coupons = array_values( WC()->cart->get_coupon_discount_totals() );
1101
+			$applied_coupons = array_values(WC()->cart->get_coupon_discount_totals());
1102 1102
 
1103
-			foreach ( $applied_coupons as $amount ) {
1103
+			foreach ($applied_coupons as $amount) {
1104 1104
 				$discounts += (float) $amount;
1105 1105
 			}
1106 1106
 		}
1107 1107
 
1108
-		$discounts   = wc_format_decimal( $discounts, WC()->cart->dp );
1109
-		$tax         = wc_format_decimal( WC()->cart->tax_total + WC()->cart->shipping_tax_total, WC()->cart->dp );
1110
-		$shipping    = wc_format_decimal( WC()->cart->shipping_total, WC()->cart->dp );
1111
-		$items_total = wc_format_decimal( WC()->cart->cart_contents_total, WC()->cart->dp ) + $discounts;
1112
-		$order_total = version_compare( WC_VERSION, '3.2', '<' ) ? wc_format_decimal( $items_total + $tax + $shipping - $discounts, WC()->cart->dp ) : WC()->cart->get_total( false );
1108
+		$discounts   = wc_format_decimal($discounts, WC()->cart->dp);
1109
+		$tax         = wc_format_decimal(WC()->cart->tax_total + WC()->cart->shipping_tax_total, WC()->cart->dp);
1110
+		$shipping    = wc_format_decimal(WC()->cart->shipping_total, WC()->cart->dp);
1111
+		$items_total = wc_format_decimal(WC()->cart->cart_contents_total, WC()->cart->dp) + $discounts;
1112
+		$order_total = version_compare(WC_VERSION, '3.2', '<') ? wc_format_decimal($items_total + $tax + $shipping - $discounts, WC()->cart->dp) : WC()->cart->get_total(false);
1113 1113
 
1114
-		if ( wc_tax_enabled() ) {
1114
+		if (wc_tax_enabled()) {
1115 1115
 			$items[] = array(
1116
-				'label'  => esc_html( __( 'Tax', 'woocommerce-gateway-stripe' ) ),
1117
-				'amount' => WC_Stripe_Helper::get_stripe_amount( $tax ),
1116
+				'label'  => esc_html(__('Tax', 'woocommerce-gateway-stripe')),
1117
+				'amount' => WC_Stripe_Helper::get_stripe_amount($tax),
1118 1118
 			);
1119 1119
 		}
1120 1120
 
1121
-		if ( WC()->cart->needs_shipping() ) {
1121
+		if (WC()->cart->needs_shipping()) {
1122 1122
 			$items[] = array(
1123
-				'label'  => esc_html( __( 'Shipping', 'woocommerce-gateway-stripe' ) ),
1124
-				'amount' => WC_Stripe_Helper::get_stripe_amount( $shipping ),
1123
+				'label'  => esc_html(__('Shipping', 'woocommerce-gateway-stripe')),
1124
+				'amount' => WC_Stripe_Helper::get_stripe_amount($shipping),
1125 1125
 			);
1126 1126
 		}
1127 1127
 
1128
-		if ( WC()->cart->has_discount() ) {
1128
+		if (WC()->cart->has_discount()) {
1129 1129
 			$items[] = array(
1130
-				'label'  => esc_html( __( 'Discount', 'woocommerce-gateway-stripe' ) ),
1131
-				'amount' => WC_Stripe_Helper::get_stripe_amount( $discounts ),
1130
+				'label'  => esc_html(__('Discount', 'woocommerce-gateway-stripe')),
1131
+				'amount' => WC_Stripe_Helper::get_stripe_amount($discounts),
1132 1132
 			);
1133 1133
 		}
1134 1134
 
1135
-		if ( version_compare( WC_VERSION, '3.2', '<' ) ) {
1135
+		if (version_compare(WC_VERSION, '3.2', '<')) {
1136 1136
 			$cart_fees = WC()->cart->fees;
1137 1137
 		} else {
1138 1138
 			$cart_fees = WC()->cart->get_fees();
1139 1139
 		}
1140 1140
 
1141 1141
 		// Include fees and taxes as display items.
1142
-		foreach ( $cart_fees as $key => $fee ) {
1142
+		foreach ($cart_fees as $key => $fee) {
1143 1143
 			$items[] = array(
1144 1144
 				'label'  => $fee->name,
1145
-				'amount' => WC_Stripe_Helper::get_stripe_amount( $fee->amount ),
1145
+				'amount' => WC_Stripe_Helper::get_stripe_amount($fee->amount),
1146 1146
 			);
1147 1147
 		}
1148 1148
 
@@ -1150,7 +1150,7 @@  discard block
 block discarded – undo
1150 1150
 			'displayItems' => $items,
1151 1151
 			'total'      => array(
1152 1152
 				'label'   => $this->total_label,
1153
-				'amount'  => max( 0, apply_filters( 'woocommerce_stripe_calculated_total', WC_Stripe_Helper::get_stripe_amount( $order_total ), $order_total, WC()->cart ) ),
1153
+				'amount'  => max(0, apply_filters('woocommerce_stripe_calculated_total', WC_Stripe_Helper::get_stripe_amount($order_total), $order_total, WC()->cart)),
1154 1154
 				'pending' => false,
1155 1155
 			),
1156 1156
 		);
Please login to merge, or discard this patch.
includes/class-wc-stripe-payment-tokens.php 1 patch
Spacing   +62 added lines, -62 removed lines patch added patch discarded remove patch
@@ -1,5 +1,5 @@  discard block
 block discarded – undo
1 1
 <?php
2
-if ( ! defined( 'ABSPATH' ) ) {
2
+if ( ! defined('ABSPATH')) {
3 3
 	exit;
4 4
 }
5 5
 
@@ -21,11 +21,11 @@  discard block
 block discarded – undo
21 21
 	public function __construct() {
22 22
 		self::$_this = $this;
23 23
 
24
-		add_filter( 'woocommerce_get_customer_payment_tokens', array( $this, 'woocommerce_get_customer_payment_tokens' ), 10, 3 );
25
-		add_filter( 'woocommerce_payment_methods_list_item', array( $this, 'get_account_saved_payment_methods_list_item_sepa' ), 10, 2 );
26
-		add_filter( 'woocommerce_get_credit_card_type_label', array( $this, 'normalize_sepa_label' ) );
27
-		add_action( 'woocommerce_payment_token_deleted', array( $this, 'woocommerce_payment_token_deleted' ), 10, 2 );
28
-		add_action( 'woocommerce_payment_token_set_default', array( $this, 'woocommerce_payment_token_set_default' ) );
24
+		add_filter('woocommerce_get_customer_payment_tokens', array($this, 'woocommerce_get_customer_payment_tokens'), 10, 3);
25
+		add_filter('woocommerce_payment_methods_list_item', array($this, 'get_account_saved_payment_methods_list_item_sepa'), 10, 2);
26
+		add_filter('woocommerce_get_credit_card_type_label', array($this, 'normalize_sepa_label'));
27
+		add_action('woocommerce_payment_token_deleted', array($this, 'woocommerce_payment_token_deleted'), 10, 2);
28
+		add_action('woocommerce_payment_token_set_default', array($this, 'woocommerce_payment_token_set_default'));
29 29
 	}
30 30
 
31 31
 	/**
@@ -46,8 +46,8 @@  discard block
 block discarded – undo
46 46
 	 * @param string $label
47 47
 	 * @return string $label
48 48
 	 */
49
-	public function normalize_sepa_label( $label ) {
50
-		if ( 'sepa iban' === strtolower( $label ) ) {
49
+	public function normalize_sepa_label($label) {
50
+		if ('sepa iban' === strtolower($label)) {
51 51
 			return 'SEPA IBAN';
52 52
 		}
53 53
 
@@ -61,17 +61,17 @@  discard block
 block discarded – undo
61 61
 	 * @param int $customer_id
62 62
 	 * @return bool
63 63
 	 */
64
-	public static function customer_has_saved_methods( $customer_id ) {
65
-		$gateways = array( 'stripe', 'stripe_sepa' );
64
+	public static function customer_has_saved_methods($customer_id) {
65
+		$gateways = array('stripe', 'stripe_sepa');
66 66
 
67
-		if ( empty( $customer_id ) ) {
67
+		if (empty($customer_id)) {
68 68
 			return false;
69 69
 		}
70 70
 
71 71
 		$has_token = false;
72 72
 
73
-		foreach ( $gateways as $gateway ) {
74
-			if ( ! empty( WC_Payment_Tokens::get_customer_tokens( $customer_id, $gateway ) ) ) {
73
+		foreach ($gateways as $gateway) {
74
+			if ( ! empty(WC_Payment_Tokens::get_customer_tokens($customer_id, $gateway))) {
75 75
 				$has_token = true;
76 76
 				break;
77 77
 			}
@@ -88,67 +88,67 @@  discard block
 block discarded – undo
88 88
 	 * @param array $tokens
89 89
 	 * @return array
90 90
 	 */
91
-	public function woocommerce_get_customer_payment_tokens( $tokens = array(), $customer_id, $gateway_id ) {
92
-		if ( is_user_logged_in() && class_exists( 'WC_Payment_Token_CC' ) ) {
91
+	public function woocommerce_get_customer_payment_tokens($tokens = array(), $customer_id, $gateway_id) {
92
+		if (is_user_logged_in() && class_exists('WC_Payment_Token_CC')) {
93 93
 			$stored_tokens = array();
94 94
 
95
-			foreach ( $tokens as $token ) {
95
+			foreach ($tokens as $token) {
96 96
 				$stored_tokens[] = $token->get_token();
97 97
 			}
98 98
 
99
-			if ( 'stripe' === $gateway_id ) {
100
-				$stripe_customer = new WC_Stripe_Customer( $customer_id );
99
+			if ('stripe' === $gateway_id) {
100
+				$stripe_customer = new WC_Stripe_Customer($customer_id);
101 101
 				$stripe_sources  = $stripe_customer->get_sources();
102 102
 
103
-				foreach ( $stripe_sources as $source ) {
104
-					if ( isset( $source->type ) && 'card' === $source->type ) {
105
-						if ( ! in_array( $source->id, $stored_tokens ) ) {
103
+				foreach ($stripe_sources as $source) {
104
+					if (isset($source->type) && 'card' === $source->type) {
105
+						if ( ! in_array($source->id, $stored_tokens)) {
106 106
 							$token = new WC_Payment_Token_CC();
107
-							$token->set_token( $source->id );
108
-							$token->set_gateway_id( 'stripe' );
109
-
110
-							if ( 'source' === $source->object && 'card' === $source->type ) {
111
-								$token->set_card_type( strtolower( $source->card->brand ) );
112
-								$token->set_last4( $source->card->last4 );
113
-								$token->set_expiry_month( $source->card->exp_month );
114
-								$token->set_expiry_year( $source->card->exp_year );
107
+							$token->set_token($source->id);
108
+							$token->set_gateway_id('stripe');
109
+
110
+							if ('source' === $source->object && 'card' === $source->type) {
111
+								$token->set_card_type(strtolower($source->card->brand));
112
+								$token->set_last4($source->card->last4);
113
+								$token->set_expiry_month($source->card->exp_month);
114
+								$token->set_expiry_year($source->card->exp_year);
115 115
 							}
116 116
 
117
-							$token->set_user_id( $customer_id );
117
+							$token->set_user_id($customer_id);
118 118
 							$token->save();
119
-							$tokens[ $token->get_id() ] = $token;
119
+							$tokens[$token->get_id()] = $token;
120 120
 						}
121 121
 					} else {
122
-						if ( ! in_array( $source->id, $stored_tokens ) && 'card' === $source->object ) {
122
+						if ( ! in_array($source->id, $stored_tokens) && 'card' === $source->object) {
123 123
 							$token = new WC_Payment_Token_CC();
124
-							$token->set_token( $source->id );
125
-							$token->set_gateway_id( 'stripe' );
126
-							$token->set_card_type( strtolower( $source->brand ) );
127
-							$token->set_last4( $source->last4 );
128
-							$token->set_expiry_month( $source->exp_month );
129
-							$token->set_expiry_year( $source->exp_year );
130
-							$token->set_user_id( $customer_id );
124
+							$token->set_token($source->id);
125
+							$token->set_gateway_id('stripe');
126
+							$token->set_card_type(strtolower($source->brand));
127
+							$token->set_last4($source->last4);
128
+							$token->set_expiry_month($source->exp_month);
129
+							$token->set_expiry_year($source->exp_year);
130
+							$token->set_user_id($customer_id);
131 131
 							$token->save();
132
-							$tokens[ $token->get_id() ] = $token;
132
+							$tokens[$token->get_id()] = $token;
133 133
 						}
134 134
 					}
135 135
 				}
136 136
 			}
137 137
 
138
-			if ( 'stripe_sepa' === $gateway_id ) {
139
-				$stripe_customer = new WC_Stripe_Customer( $customer_id );
138
+			if ('stripe_sepa' === $gateway_id) {
139
+				$stripe_customer = new WC_Stripe_Customer($customer_id);
140 140
 				$stripe_sources  = $stripe_customer->get_sources();
141 141
 
142
-				foreach ( $stripe_sources as $source ) {
143
-					if ( isset( $source->type ) && 'sepa_debit' === $source->type ) {
144
-						if ( ! in_array( $source->id, $stored_tokens ) ) {
142
+				foreach ($stripe_sources as $source) {
143
+					if (isset($source->type) && 'sepa_debit' === $source->type) {
144
+						if ( ! in_array($source->id, $stored_tokens)) {
145 145
 							$token = new WC_Payment_Token_SEPA();
146
-							$token->set_token( $source->id );
147
-							$token->set_gateway_id( 'stripe_sepa' );
148
-							$token->set_last4( $source->sepa_debit->last4 );
149
-							$token->set_user_id( $customer_id );
146
+							$token->set_token($source->id);
147
+							$token->set_gateway_id('stripe_sepa');
148
+							$token->set_last4($source->sepa_debit->last4);
149
+							$token->set_user_id($customer_id);
150 150
 							$token->save();
151
-							$tokens[ $token->get_id() ] = $token;
151
+							$tokens[$token->get_id()] = $token;
152 152
 						}
153 153
 					}
154 154
 				}
@@ -167,10 +167,10 @@  discard block
 block discarded – undo
167 167
 	 * @param  WC_Payment_Token $payment_token The payment token associated with this method entry
168 168
 	 * @return array                           Filtered item
169 169
 	 */
170
-	public function get_account_saved_payment_methods_list_item_sepa( $item, $payment_token ) {
171
-		if ( 'sepa' === strtolower( $payment_token->get_type() ) ) {
170
+	public function get_account_saved_payment_methods_list_item_sepa($item, $payment_token) {
171
+		if ('sepa' === strtolower($payment_token->get_type())) {
172 172
 			$item['method']['last4'] = $payment_token->get_last4();
173
-			$item['method']['brand'] = esc_html__( 'SEPA IBAN', 'woocommerce-gateway-stripe' );
173
+			$item['method']['brand'] = esc_html__('SEPA IBAN', 'woocommerce-gateway-stripe');
174 174
 		}
175 175
 
176 176
 		return $item;
@@ -182,10 +182,10 @@  discard block
 block discarded – undo
182 182
 	 * @since 3.1.0
183 183
 	 * @version 4.0.0
184 184
 	 */
185
-	public function woocommerce_payment_token_deleted( $token_id, $token ) {
186
-		if ( 'stripe' === $token->get_gateway_id() || 'stripe_sepa' === $token->get_gateway_id() ) {
187
-			$stripe_customer = new WC_Stripe_Customer( get_current_user_id() );
188
-			$stripe_customer->delete_source( $token->get_token() );
185
+	public function woocommerce_payment_token_deleted($token_id, $token) {
186
+		if ('stripe' === $token->get_gateway_id() || 'stripe_sepa' === $token->get_gateway_id()) {
187
+			$stripe_customer = new WC_Stripe_Customer(get_current_user_id());
188
+			$stripe_customer->delete_source($token->get_token());
189 189
 		}
190 190
 	}
191 191
 
@@ -195,12 +195,12 @@  discard block
 block discarded – undo
195 195
 	 * @since 3.1.0
196 196
 	 * @version 4.0.0
197 197
 	 */
198
-	public function woocommerce_payment_token_set_default( $token_id ) {
199
-		$token = WC_Payment_Tokens::get( $token_id );
198
+	public function woocommerce_payment_token_set_default($token_id) {
199
+		$token = WC_Payment_Tokens::get($token_id);
200 200
 
201
-		if ( 'stripe' === $token->get_gateway_id() || 'stripe_sepa' === $token->get_gateway_id() ) {
202
-			$stripe_customer = new WC_Stripe_Customer( get_current_user_id() );
203
-			$stripe_customer->set_default_source( $token->get_token() );
201
+		if ('stripe' === $token->get_gateway_id() || 'stripe_sepa' === $token->get_gateway_id()) {
202
+			$stripe_customer = new WC_Stripe_Customer(get_current_user_id());
203
+			$stripe_customer->set_default_source($token->get_token());
204 204
 		}
205 205
 	}
206 206
 }
Please login to merge, or discard this patch.
includes/class-wc-stripe-order-handler.php 1 patch
Spacing   +92 added lines, -92 removed lines patch added patch discarded remove patch
@@ -1,5 +1,5 @@  discard block
 block discarded – undo
1 1
 <?php
2
-if ( ! defined( 'ABSPATH' ) ) {
2
+if ( ! defined('ABSPATH')) {
3 3
 	exit;
4 4
 }
5 5
 
@@ -23,11 +23,11 @@  discard block
 block discarded – undo
23 23
 
24 24
 		$this->retry_interval = 1;
25 25
 
26
-		add_action( 'wp', array( $this, 'maybe_process_redirect_order' ) );
27
-		add_action( 'woocommerce_order_status_on-hold_to_processing', array( $this, 'capture_payment' ) );
28
-		add_action( 'woocommerce_order_status_on-hold_to_completed', array( $this, 'capture_payment' ) );
29
-		add_action( 'woocommerce_order_status_on-hold_to_cancelled', array( $this, 'cancel_payment' ) );
30
-		add_action( 'woocommerce_order_status_on-hold_to_refunded', array( $this, 'cancel_payment' ) );
26
+		add_action('wp', array($this, 'maybe_process_redirect_order'));
27
+		add_action('woocommerce_order_status_on-hold_to_processing', array($this, 'capture_payment'));
28
+		add_action('woocommerce_order_status_on-hold_to_completed', array($this, 'capture_payment'));
29
+		add_action('woocommerce_order_status_on-hold_to_cancelled', array($this, 'cancel_payment'));
30
+		add_action('woocommerce_order_status_on-hold_to_refunded', array($this, 'cancel_payment'));
31 31
 	}
32 32
 
33 33
 	/**
@@ -48,25 +48,25 @@  discard block
 block discarded – undo
48 48
 	 * @since 4.0.0
49 49
 	 * @version 4.0.0
50 50
 	 */
51
-	public function process_redirect_payment( $order_id, $retry = true ) {
51
+	public function process_redirect_payment($order_id, $retry = true) {
52 52
 		try {
53
-			$source = wc_clean( $_GET['source'] );
53
+			$source = wc_clean($_GET['source']);
54 54
 
55
-			if ( empty( $source ) ) {
55
+			if (empty($source)) {
56 56
 				return;
57 57
 			}
58 58
 
59
-			if ( empty( $order_id ) ) {
59
+			if (empty($order_id)) {
60 60
 				return;
61 61
 			}
62 62
 
63
-			$order = wc_get_order( $order_id );
63
+			$order = wc_get_order($order_id);
64 64
 
65
-			if ( ! is_object( $order ) ) {
65
+			if ( ! is_object($order)) {
66 66
 				return;
67 67
 			}
68 68
 
69
-			if ( 'processing' === $order->get_status() || 'completed' === $order->get_status() || 'on-hold' === $order->get_status() ) {
69
+			if ('processing' === $order->get_status() || 'completed' === $order->get_status() || 'on-hold' === $order->get_status()) {
70 70
 				return;
71 71
 			}
72 72
 
@@ -74,127 +74,127 @@  discard block
 block discarded – undo
74 74
 			$response = null;
75 75
 
76 76
 			// This will throw exception if not valid.
77
-			$this->validate_minimum_order_amount( $order );
77
+			$this->validate_minimum_order_amount($order);
78 78
 
79
-			WC_Stripe_Logger::log( "Info: (Redirect) Begin processing payment for order $order_id for the amount of {$order->get_total()}" );
79
+			WC_Stripe_Logger::log("Info: (Redirect) Begin processing payment for order $order_id for the amount of {$order->get_total()}");
80 80
 
81 81
 			/**
82 82
 			 * First check if the source is chargeable at this time. If not,
83 83
 			 * webhook will take care of it later.
84 84
 			 */
85
-			$source_info = WC_Stripe_API::retrieve( 'sources/' . $source );
85
+			$source_info = WC_Stripe_API::retrieve('sources/' . $source);
86 86
 
87
-			if ( ! empty( $source_info->error ) ) {
88
-				throw new WC_Stripe_Exception( print_r( $source_info, true ), $source_info->error->message );
87
+			if ( ! empty($source_info->error)) {
88
+				throw new WC_Stripe_Exception(print_r($source_info, true), $source_info->error->message);
89 89
 			}
90 90
 
91
-			if ( 'failed' === $source_info->status || 'canceled' === $source_info->status ) {
92
-				throw new WC_Stripe_Exception( print_r( $source_info, true ), __( 'Unable to process this payment, please try again or use alternative method.', 'woocommerce-gateway-stripe' ) );
91
+			if ('failed' === $source_info->status || 'canceled' === $source_info->status) {
92
+				throw new WC_Stripe_Exception(print_r($source_info, true), __('Unable to process this payment, please try again or use alternative method.', 'woocommerce-gateway-stripe'));
93 93
 			}
94 94
 
95 95
 			// If already consumed, then ignore request.
96
-			if ( 'consumed' === $source_info->status ) {
96
+			if ('consumed' === $source_info->status) {
97 97
 				return;
98 98
 			}
99 99
 
100 100
 			// If not chargeable, then ignore request.
101
-			if ( 'chargeable' !== $source_info->status ) {
101
+			if ('chargeable' !== $source_info->status) {
102 102
 				return;
103 103
 			}
104 104
 
105 105
 			// Prep source object.
106 106
 			$source_object           = new stdClass();
107 107
 			$source_object->token_id = '';
108
-			$source_object->customer = $this->get_stripe_customer_id( $order );
108
+			$source_object->customer = $this->get_stripe_customer_id($order);
109 109
 			$source_object->source   = $source_info->id;
110 110
 
111 111
 			/* If we're doing a retry and source is chargeable, we need to pass
112 112
 			 * a different idempotency key and retry for success.
113 113
 			 */
114
-			if ( 1 < $this->retry_interval && 'chargeable' === $source_info->status ) {
115
-				add_filter( 'wc_stripe_idempotency_key', array( $this, 'change_idempotency_key' ), 10, 2 );
114
+			if (1 < $this->retry_interval && 'chargeable' === $source_info->status) {
115
+				add_filter('wc_stripe_idempotency_key', array($this, 'change_idempotency_key'), 10, 2);
116 116
 			}
117 117
 
118 118
 			// Make the request.
119
-			$response = WC_Stripe_API::request( $this->generate_payment_request( $order, $source_object ), 'charges', 'POST', true );
119
+			$response = WC_Stripe_API::request($this->generate_payment_request($order, $source_object), 'charges', 'POST', true);
120 120
 			$headers  = $response['headers'];
121 121
 			$response = $response['body'];
122 122
 
123
-			if ( ! empty( $response->error ) ) {
123
+			if ( ! empty($response->error)) {
124 124
 				// Customer param wrong? The user may have been deleted on stripe's end. Remove customer_id. Can be retried without.
125
-				if ( $this->is_no_such_customer_error( $response->error ) ) {
126
-					if ( WC_Stripe_Helper::is_pre_30() ) {
127
-						delete_user_meta( $order->customer_user, '_stripe_customer_id' );
128
-						delete_post_meta( $order_id, '_stripe_customer_id' );
125
+				if ($this->is_no_such_customer_error($response->error)) {
126
+					if (WC_Stripe_Helper::is_pre_30()) {
127
+						delete_user_meta($order->customer_user, '_stripe_customer_id');
128
+						delete_post_meta($order_id, '_stripe_customer_id');
129 129
 					} else {
130
-						delete_user_meta( $order->get_customer_id(), '_stripe_customer_id' );
131
-						$order->delete_meta_data( '_stripe_customer_id' );
130
+						delete_user_meta($order->get_customer_id(), '_stripe_customer_id');
131
+						$order->delete_meta_data('_stripe_customer_id');
132 132
 						$order->save();
133 133
 					}
134 134
 				}
135 135
 
136
-				if ( $this->is_no_such_token_error( $response->error ) && $prepared_source->token_id ) {
136
+				if ($this->is_no_such_token_error($response->error) && $prepared_source->token_id) {
137 137
 					// Source param wrong? The CARD may have been deleted on stripe's end. Remove token and show message.
138
-					$wc_token = WC_Payment_Tokens::get( $prepared_source->token_id );
138
+					$wc_token = WC_Payment_Tokens::get($prepared_source->token_id);
139 139
 					$wc_token->delete();
140
-					$localized_message = __( 'This card is no longer available and has been removed.', 'woocommerce-gateway-stripe' );
141
-					$order->add_order_note( $localized_message );
142
-					throw new WC_Stripe_Exception( print_r( $response, true ), $localized_message );
140
+					$localized_message = __('This card is no longer available and has been removed.', 'woocommerce-gateway-stripe');
141
+					$order->add_order_note($localized_message);
142
+					throw new WC_Stripe_Exception(print_r($response, true), $localized_message);
143 143
 				}
144 144
 
145 145
 				// We want to retry.
146
-				if ( $this->is_retryable_error( $response->error ) ) {
147
-					if ( $retry ) {
146
+				if ($this->is_retryable_error($response->error)) {
147
+					if ($retry) {
148 148
 						// Don't do anymore retries after this.
149
-						if ( 5 <= $this->retry_interval ) {
150
-							return $this->process_redirect_payment( $order_id, false );
149
+						if (5 <= $this->retry_interval) {
150
+							return $this->process_redirect_payment($order_id, false);
151 151
 						}
152 152
 
153
-						sleep( $this->retry_interval );
153
+						sleep($this->retry_interval);
154 154
 
155 155
 						$this->retry_interval++;
156
-						return $this->process_redirect_payment( $order_id, true );
156
+						return $this->process_redirect_payment($order_id, true);
157 157
 					} else {
158
-						$localized_message = __( 'Sorry, we are unable to process your payment at this time. Please retry later.', 'woocommerce-gateway-stripe' );
159
-						$order->add_order_note( $localized_message );
160
-						throw new WC_Stripe_Exception( print_r( $response, true ), $localized_message );
158
+						$localized_message = __('Sorry, we are unable to process your payment at this time. Please retry later.', 'woocommerce-gateway-stripe');
159
+						$order->add_order_note($localized_message);
160
+						throw new WC_Stripe_Exception(print_r($response, true), $localized_message);
161 161
 					}
162 162
 				}
163 163
 
164 164
 				$localized_messages = WC_Stripe_Helper::get_localized_messages();
165 165
 
166
-				if ( 'card_error' === $response->error->type ) {
167
-					$message = isset( $localized_messages[ $response->error->code ] ) ? $localized_messages[ $response->error->code ] : $response->error->message;
166
+				if ('card_error' === $response->error->type) {
167
+					$message = isset($localized_messages[$response->error->code]) ? $localized_messages[$response->error->code] : $response->error->message;
168 168
 				} else {
169
-					$message = isset( $localized_messages[ $response->error->type ] ) ? $localized_messages[ $response->error->type ] : $response->error->message;
169
+					$message = isset($localized_messages[$response->error->type]) ? $localized_messages[$response->error->type] : $response->error->message;
170 170
 				}
171 171
 
172
-				throw new WC_Stripe_Exception( print_r( $response, true ), $message );
172
+				throw new WC_Stripe_Exception(print_r($response, true), $message);
173 173
 			}
174 174
 
175 175
 			// To prevent double processing the order on WC side.
176
-			if ( ! $this->is_original_request( $headers ) ) {
176
+			if ( ! $this->is_original_request($headers)) {
177 177
 				return;
178 178
 			}
179 179
 
180
-			do_action( 'wc_gateway_stripe_process_redirect_payment', $response, $order );
180
+			do_action('wc_gateway_stripe_process_redirect_payment', $response, $order);
181 181
 
182
-			$this->process_response( $response, $order );
182
+			$this->process_response($response, $order);
183 183
 
184
-		} catch ( WC_Stripe_Exception $e ) {
185
-			WC_Stripe_Logger::log( 'Error: ' . $e->getMessage() );
184
+		} catch (WC_Stripe_Exception $e) {
185
+			WC_Stripe_Logger::log('Error: ' . $e->getMessage());
186 186
 
187
-			do_action( 'wc_gateway_stripe_process_redirect_payment_error', $e, $order );
187
+			do_action('wc_gateway_stripe_process_redirect_payment_error', $e, $order);
188 188
 
189 189
 			/* translators: error message */
190
-			$order->update_status( 'failed', sprintf( __( 'Stripe payment failed: %s', 'woocommerce-gateway-stripe' ), $e->getLocalizedMessage() ) );
190
+			$order->update_status('failed', sprintf(__('Stripe payment failed: %s', 'woocommerce-gateway-stripe'), $e->getLocalizedMessage()));
191 191
 
192
-			if ( $order->has_status( array( 'pending', 'failed' ) ) ) {
193
-				$this->send_failed_order_email( $order_id );
192
+			if ($order->has_status(array('pending', 'failed'))) {
193
+				$this->send_failed_order_email($order_id);
194 194
 			}
195 195
 
196
-			wc_add_notice( $e->getLocalizedMessage(), 'error' );
197
-			wp_safe_redirect( wc_get_checkout_url() );
196
+			wc_add_notice($e->getLocalizedMessage(), 'error');
197
+			wp_safe_redirect(wc_get_checkout_url());
198 198
 			exit;
199 199
 		}
200 200
 	}
@@ -206,13 +206,13 @@  discard block
 block discarded – undo
206 206
 	 * @version 4.0.0
207 207
 	 */
208 208
 	public function maybe_process_redirect_order() {
209
-		if ( ! is_order_received_page() || empty( $_GET['client_secret'] ) || empty( $_GET['source'] ) ) {
209
+		if ( ! is_order_received_page() || empty($_GET['client_secret']) || empty($_GET['source'])) {
210 210
 			return;
211 211
 		}
212 212
 
213
-		$order_id = wc_clean( $_GET['order_id'] );
213
+		$order_id = wc_clean($_GET['order_id']);
214 214
 
215
-		$this->process_redirect_payment( $order_id );
215
+		$this->process_redirect_payment($order_id);
216 216
 	}
217 217
 
218 218
 	/**
@@ -222,52 +222,52 @@  discard block
 block discarded – undo
222 222
 	 * @version 4.0.0
223 223
 	 * @param  int $order_id
224 224
 	 */
225
-	public function capture_payment( $order_id ) {
226
-		$order = wc_get_order( $order_id );
225
+	public function capture_payment($order_id) {
226
+		$order = wc_get_order($order_id);
227 227
 
228
-		if ( 'stripe' === ( WC_Stripe_Helper::is_pre_30() ? $order->payment_method : $order->get_payment_method() ) ) {
229
-			$charge   = WC_Stripe_Helper::is_pre_30() ? get_post_meta( $order_id, '_transaction_id', true ) : $order->get_transaction_id();
230
-			$captured = WC_Stripe_Helper::is_pre_30() ? get_post_meta( $order_id, '_stripe_charge_captured', true ) : $order->get_meta( '_stripe_charge_captured', true );
228
+		if ('stripe' === (WC_Stripe_Helper::is_pre_30() ? $order->payment_method : $order->get_payment_method())) {
229
+			$charge   = WC_Stripe_Helper::is_pre_30() ? get_post_meta($order_id, '_transaction_id', true) : $order->get_transaction_id();
230
+			$captured = WC_Stripe_Helper::is_pre_30() ? get_post_meta($order_id, '_stripe_charge_captured', true) : $order->get_meta('_stripe_charge_captured', true);
231 231
 
232
-			if ( $charge && 'no' === $captured ) {
232
+			if ($charge && 'no' === $captured) {
233 233
 				$order_total = $order->get_total();
234 234
 
235
-				if ( 0 < $order->get_total_refunded() ) {
235
+				if (0 < $order->get_total_refunded()) {
236 236
 					$order_total = $order_total - $order->get_total_refunded();
237 237
 				}
238 238
 
239
-				$result = WC_Stripe_API::request( array(
240
-					'amount'   => WC_Stripe_Helper::get_stripe_amount( $order_total ),
239
+				$result = WC_Stripe_API::request(array(
240
+					'amount'   => WC_Stripe_Helper::get_stripe_amount($order_total),
241 241
 					'expand[]' => 'balance_transaction',
242
-				), 'charges/' . $charge . '/capture' );
242
+				), 'charges/' . $charge . '/capture');
243 243
 
244
-				if ( ! empty( $result->error ) ) {
244
+				if ( ! empty($result->error)) {
245 245
 					/* translators: error message */
246
-					$order->update_status( 'failed', sprintf( __( 'Unable to capture charge! %s', 'woocommerce-gateway-stripe' ), $result->error->message ) );
246
+					$order->update_status('failed', sprintf(__('Unable to capture charge! %s', 'woocommerce-gateway-stripe'), $result->error->message));
247 247
 				} else {
248 248
 					/* translators: transaction id */
249
-					$order->add_order_note( sprintf( __( 'Stripe charge complete (Charge ID: %s)', 'woocommerce-gateway-stripe' ), $result->id ) );
250
-					WC_Stripe_Helper::is_pre_30() ? update_post_meta( $order_id, '_stripe_charge_captured', 'yes' ) : $order->update_meta_data( '_stripe_charge_captured', 'yes' );
249
+					$order->add_order_note(sprintf(__('Stripe charge complete (Charge ID: %s)', 'woocommerce-gateway-stripe'), $result->id));
250
+					WC_Stripe_Helper::is_pre_30() ? update_post_meta($order_id, '_stripe_charge_captured', 'yes') : $order->update_meta_data('_stripe_charge_captured', 'yes');
251 251
 
252 252
 					// Store other data such as fees
253
-					WC_Stripe_Helper::is_pre_30() ? update_post_meta( $order_id, '_transaction_id', $result->id ) : $order->set_transaction_id( $result->id );
253
+					WC_Stripe_Helper::is_pre_30() ? update_post_meta($order_id, '_transaction_id', $result->id) : $order->set_transaction_id($result->id);
254 254
 
255
-					if ( isset( $result->balance_transaction ) && isset( $result->balance_transaction->fee ) ) {
255
+					if (isset($result->balance_transaction) && isset($result->balance_transaction->fee)) {
256 256
 						// Fees and Net needs to both come from Stripe to be accurate as the returned
257 257
 						// values are in the local currency of the Stripe account, not from WC.
258
-						$fee = ! empty( $result->balance_transaction->fee ) ? WC_Stripe_Helper::format_balance_fee( $result->balance_transaction, 'fee' ) : 0;
259
-						$net = ! empty( $result->balance_transaction->net ) ? WC_Stripe_Helper::format_balance_fee( $result->balance_transaction, 'net' ) : 0;
260
-						WC_Stripe_Helper::update_stripe_fee( $order, $fee );
261
-						WC_Stripe_Helper::update_stripe_net( $order, $net );
258
+						$fee = ! empty($result->balance_transaction->fee) ? WC_Stripe_Helper::format_balance_fee($result->balance_transaction, 'fee') : 0;
259
+						$net = ! empty($result->balance_transaction->net) ? WC_Stripe_Helper::format_balance_fee($result->balance_transaction, 'net') : 0;
260
+						WC_Stripe_Helper::update_stripe_fee($order, $fee);
261
+						WC_Stripe_Helper::update_stripe_net($order, $net);
262 262
 					}
263 263
 
264
-					if ( is_callable( array( $order, 'save' ) ) ) {
264
+					if (is_callable(array($order, 'save'))) {
265 265
 						$order->save();
266 266
 					}
267 267
 				}
268 268
 
269 269
 				// This hook fires when admin manually changes order status to processing or completed.
270
-				do_action( 'woocommerce_stripe_process_manual_capture', $order, $result );
270
+				do_action('woocommerce_stripe_process_manual_capture', $order, $result);
271 271
 			}
272 272
 		}
273 273
 	}
@@ -279,14 +279,14 @@  discard block
 block discarded – undo
279 279
 	 * @version 4.0.0
280 280
 	 * @param  int $order_id
281 281
 	 */
282
-	public function cancel_payment( $order_id ) {
283
-		$order = wc_get_order( $order_id );
282
+	public function cancel_payment($order_id) {
283
+		$order = wc_get_order($order_id);
284 284
 
285
-		if ( 'stripe' === ( WC_Stripe_Helper::is_pre_30() ? $order->payment_method : $order->get_payment_method() ) ) {
286
-			$this->process_refund( $order_id );
285
+		if ('stripe' === (WC_Stripe_Helper::is_pre_30() ? $order->payment_method : $order->get_payment_method())) {
286
+			$this->process_refund($order_id);
287 287
 
288 288
 			// This hook fires when admin manually changes order status to cancel.
289
-			do_action( 'woocommerce_stripe_process_manual_cancel', $order );
289
+			do_action('woocommerce_stripe_process_manual_cancel', $order);
290 290
 		}
291 291
 	}
292 292
 }
Please login to merge, or discard this patch.
includes/class-wc-stripe-customer.php 1 patch
Spacing   +81 added lines, -81 removed lines patch added patch discarded remove patch
@@ -1,5 +1,5 @@  discard block
 block discarded – undo
1 1
 <?php
2
-if ( ! defined( 'ABSPATH' ) ) {
2
+if ( ! defined('ABSPATH')) {
3 3
 	exit;
4 4
 }
5 5
 
@@ -32,10 +32,10 @@  discard block
 block discarded – undo
32 32
 	 * Constructor
33 33
 	 * @param int $user_id The WP user ID
34 34
 	 */
35
-	public function __construct( $user_id = 0 ) {
36
-		if ( $user_id ) {
37
-			$this->set_user_id( $user_id );
38
-			$this->set_id( get_user_meta( $user_id, '_stripe_customer_id', true ) );
35
+	public function __construct($user_id = 0) {
36
+		if ($user_id) {
37
+			$this->set_user_id($user_id);
38
+			$this->set_id(get_user_meta($user_id, '_stripe_customer_id', true));
39 39
 		}
40 40
 	}
41 41
 
@@ -51,15 +51,15 @@  discard block
 block discarded – undo
51 51
 	 * Set Stripe customer ID.
52 52
 	 * @param [type] $id [description]
53 53
 	 */
54
-	public function set_id( $id ) {
54
+	public function set_id($id) {
55 55
 		// Backwards compat for customer ID stored in array format. (Pre 3.0)
56
-		if ( is_array( $id ) && isset( $id['customer_id'] ) ) {
56
+		if (is_array($id) && isset($id['customer_id'])) {
57 57
 			$id = $id['customer_id'];
58 58
 
59
-			update_user_meta( $this->get_user_id(), '_stripe_customer_id', $id );
59
+			update_user_meta($this->get_user_id(), '_stripe_customer_id', $id);
60 60
 		}
61 61
 
62
-		$this->id = wc_clean( $id );
62
+		$this->id = wc_clean($id);
63 63
 	}
64 64
 
65 65
 	/**
@@ -67,15 +67,15 @@  discard block
 block discarded – undo
67 67
 	 * @return int
68 68
 	 */
69 69
 	public function get_user_id() {
70
-		return absint( $this->user_id );
70
+		return absint($this->user_id);
71 71
 	}
72 72
 
73 73
 	/**
74 74
 	 * Set User ID used by WordPress.
75 75
 	 * @param int $user_id
76 76
 	 */
77
-	public function set_user_id( $user_id ) {
78
-		$this->user_id = absint( $user_id );
77
+	public function set_user_id($user_id) {
78
+		$this->user_id = absint($user_id);
79 79
 	}
80 80
 
81 81
 	/**
@@ -83,13 +83,13 @@  discard block
 block discarded – undo
83 83
 	 * @return WP_User
84 84
 	 */
85 85
 	protected function get_user() {
86
-		return $this->get_user_id() ? get_user_by( 'id', $this->get_user_id() ) : false;
86
+		return $this->get_user_id() ? get_user_by('id', $this->get_user_id()) : false;
87 87
 	}
88 88
 
89 89
 	/**
90 90
 	 * Store data from the Stripe API about this customer
91 91
 	 */
92
-	public function set_customer_data( $data ) {
92
+	public function set_customer_data($data) {
93 93
 		$this->customer_data = $data;
94 94
 	}
95 95
 
@@ -98,13 +98,13 @@  discard block
 block discarded – undo
98 98
 	 * @param array $args
99 99
 	 * @return WP_Error|int
100 100
 	 */
101
-	public function create_customer( $args = array() ) {
102
-		$billing_email = isset( $_POST['billing_email'] ) ? filter_var( $_POST['billing_email'], FILTER_SANITIZE_EMAIL ) : '';
101
+	public function create_customer($args = array()) {
102
+		$billing_email = isset($_POST['billing_email']) ? filter_var($_POST['billing_email'], FILTER_SANITIZE_EMAIL) : '';
103 103
 		$user = $this->get_user();
104 104
 
105
-		if ( $user ) {
106
-			$billing_first_name = get_user_meta( $user->ID, 'billing_first_name', true );
107
-			$billing_last_name  = get_user_meta( $user->ID, 'billing_last_name', true );
105
+		if ($user) {
106
+			$billing_first_name = get_user_meta($user->ID, 'billing_first_name', true);
107
+			$billing_last_name  = get_user_meta($user->ID, 'billing_last_name', true);
108 108
 
109 109
 			$defaults = array(
110 110
 				'email'       => $user->user_email,
@@ -119,24 +119,24 @@  discard block
 block discarded – undo
119 119
 
120 120
 		$metadata = array();
121 121
 
122
-		$defaults['metadata'] = apply_filters( 'wc_stripe_customer_metadata', $metadata, $user );
122
+		$defaults['metadata'] = apply_filters('wc_stripe_customer_metadata', $metadata, $user);
123 123
 
124
-		$args     = wp_parse_args( $args, $defaults );
125
-		$response = WC_Stripe_API::request( apply_filters( 'wc_stripe_create_customer_args', $args ), 'customers' );
124
+		$args     = wp_parse_args($args, $defaults);
125
+		$response = WC_Stripe_API::request(apply_filters('wc_stripe_create_customer_args', $args), 'customers');
126 126
 
127
-		if ( ! empty( $response->error ) ) {
128
-			throw new WC_Stripe_Exception( print_r( $response, true ), $response->error->message );
127
+		if ( ! empty($response->error)) {
128
+			throw new WC_Stripe_Exception(print_r($response, true), $response->error->message);
129 129
 		}
130 130
 
131
-		$this->set_id( $response->id );
131
+		$this->set_id($response->id);
132 132
 		$this->clear_cache();
133
-		$this->set_customer_data( $response );
133
+		$this->set_customer_data($response);
134 134
 
135
-		if ( $this->get_user_id() ) {
136
-			update_user_meta( $this->get_user_id(), '_stripe_customer_id', $response->id );
135
+		if ($this->get_user_id()) {
136
+			update_user_meta($this->get_user_id(), '_stripe_customer_id', $response->id);
137 137
 		}
138 138
 
139
-		do_action( 'woocommerce_stripe_add_customer', $args, $response );
139
+		do_action('woocommerce_stripe_add_customer', $args, $response);
140 140
 
141 141
 		return $response->id;
142 142
 	}
@@ -147,74 +147,74 @@  discard block
 block discarded – undo
147 147
 	 * @param bool $retry
148 148
 	 * @return WP_Error|int
149 149
 	 */
150
-	public function add_source( $source_id, $retry = true ) {
151
-		if ( ! $this->get_id() ) {
152
-			$this->set_id( $this->create_customer() );
150
+	public function add_source($source_id, $retry = true) {
151
+		if ( ! $this->get_id()) {
152
+			$this->set_id($this->create_customer());
153 153
 		}
154 154
 
155
-		$response = WC_Stripe_API::request( array(
155
+		$response = WC_Stripe_API::request(array(
156 156
 			'source' => $source_id,
157
-		), 'customers/' . $this->get_id() . '/sources' );
157
+		), 'customers/' . $this->get_id() . '/sources');
158 158
 
159 159
 		$wc_token = false;
160 160
 
161
-		if ( ! empty( $response->error ) ) {
161
+		if ( ! empty($response->error)) {
162 162
 			// It is possible the WC user once was linked to a customer on Stripe
163 163
 			// but no longer exists. Instead of failing, lets try to create a
164 164
 			// new customer.
165
-			if ( $this->is_no_such_customer_error( $response->error ) ) {
166
-				delete_user_meta( $this->get_user_id(), '_stripe_customer_id' );
165
+			if ($this->is_no_such_customer_error($response->error)) {
166
+				delete_user_meta($this->get_user_id(), '_stripe_customer_id');
167 167
 				$this->create_customer();
168
-				return $this->add_source( $source_id, false );
168
+				return $this->add_source($source_id, false);
169 169
 			} else {
170 170
 				return $response;
171 171
 			}
172
-		} elseif ( empty( $response->id ) ) {
173
-			return new WP_Error( 'error', __( 'Unable to add payment source.', 'woocommerce-gateway-stripe' ) );
172
+		} elseif (empty($response->id)) {
173
+			return new WP_Error('error', __('Unable to add payment source.', 'woocommerce-gateway-stripe'));
174 174
 		}
175 175
 
176 176
 		// Add token to WooCommerce.
177
-		if ( $this->get_user_id() && class_exists( 'WC_Payment_Token_CC' ) ) {
178
-			if ( ! empty( $response->type ) ) {
179
-				switch ( $response->type ) {
177
+		if ($this->get_user_id() && class_exists('WC_Payment_Token_CC')) {
178
+			if ( ! empty($response->type)) {
179
+				switch ($response->type) {
180 180
 					case 'alipay':
181 181
 						break;
182 182
 					case 'sepa_debit':
183 183
 						$wc_token = new WC_Payment_Token_SEPA();
184
-						$wc_token->set_token( $response->id );
185
-						$wc_token->set_gateway_id( 'stripe_sepa' );
186
-						$wc_token->set_last4( $response->sepa_debit->last4 );
184
+						$wc_token->set_token($response->id);
185
+						$wc_token->set_gateway_id('stripe_sepa');
186
+						$wc_token->set_last4($response->sepa_debit->last4);
187 187
 						break;
188 188
 					default:
189
-						if ( 'source' === $response->object && 'card' === $response->type ) {
189
+						if ('source' === $response->object && 'card' === $response->type) {
190 190
 							$wc_token = new WC_Payment_Token_CC();
191
-							$wc_token->set_token( $response->id );
192
-							$wc_token->set_gateway_id( 'stripe' );
193
-							$wc_token->set_card_type( strtolower( $response->card->brand ) );
194
-							$wc_token->set_last4( $response->card->last4 );
195
-							$wc_token->set_expiry_month( $response->card->exp_month );
196
-							$wc_token->set_expiry_year( $response->card->exp_year );
191
+							$wc_token->set_token($response->id);
192
+							$wc_token->set_gateway_id('stripe');
193
+							$wc_token->set_card_type(strtolower($response->card->brand));
194
+							$wc_token->set_last4($response->card->last4);
195
+							$wc_token->set_expiry_month($response->card->exp_month);
196
+							$wc_token->set_expiry_year($response->card->exp_year);
197 197
 						}
198 198
 						break;
199 199
 				}
200 200
 			} else {
201 201
 				// Legacy.
202 202
 				$wc_token = new WC_Payment_Token_CC();
203
-				$wc_token->set_token( $response->id );
204
-				$wc_token->set_gateway_id( 'stripe' );
205
-				$wc_token->set_card_type( strtolower( $response->brand ) );
206
-				$wc_token->set_last4( $response->last4 );
207
-				$wc_token->set_expiry_month( $response->exp_month );
208
-				$wc_token->set_expiry_year( $response->exp_year );
203
+				$wc_token->set_token($response->id);
204
+				$wc_token->set_gateway_id('stripe');
205
+				$wc_token->set_card_type(strtolower($response->brand));
206
+				$wc_token->set_last4($response->last4);
207
+				$wc_token->set_expiry_month($response->exp_month);
208
+				$wc_token->set_expiry_year($response->exp_year);
209 209
 			}
210 210
 
211
-			$wc_token->set_user_id( $this->get_user_id() );
211
+			$wc_token->set_user_id($this->get_user_id());
212 212
 			$wc_token->save();
213 213
 		}
214 214
 
215 215
 		$this->clear_cache();
216 216
 
217
-		do_action( 'woocommerce_stripe_add_source', $this->get_id(), $wc_token, $response, $source_id );
217
+		do_action('woocommerce_stripe_add_source', $this->get_id(), $wc_token, $response, $source_id);
218 218
 
219 219
 		return $response->id;
220 220
 	}
@@ -226,42 +226,42 @@  discard block
 block discarded – undo
226 226
 	 * @return array
227 227
 	 */
228 228
 	public function get_sources() {
229
-		if ( ! $this->get_id() ) {
229
+		if ( ! $this->get_id()) {
230 230
 			return array();
231 231
 		}
232 232
 
233
-		$sources = get_transient( 'stripe_sources_' . $this->get_id() );
233
+		$sources = get_transient('stripe_sources_' . $this->get_id());
234 234
 
235
-		$response = WC_Stripe_API::request( array(
235
+		$response = WC_Stripe_API::request(array(
236 236
 			'limit'       => 100,
237
-		), 'customers/' . $this->get_id() . '/sources', 'GET' );
237
+		), 'customers/' . $this->get_id() . '/sources', 'GET');
238 238
 
239
-		if ( ! empty( $response->error ) ) {
239
+		if ( ! empty($response->error)) {
240 240
 			return array();
241 241
 		}
242 242
 
243
-		if ( is_array( $response->data ) ) {
243
+		if (is_array($response->data)) {
244 244
 			$sources = $response->data;
245 245
 		}
246 246
 
247
-		return empty( $sources ) ? array() : $sources;
247
+		return empty($sources) ? array() : $sources;
248 248
 	}
249 249
 
250 250
 	/**
251 251
 	 * Delete a source from stripe.
252 252
 	 * @param string $source_id
253 253
 	 */
254
-	public function delete_source( $source_id ) {
255
-		if ( ! $this->get_id() ) {
254
+	public function delete_source($source_id) {
255
+		if ( ! $this->get_id()) {
256 256
 			return false;
257 257
 		}
258 258
 
259
-		$response = WC_Stripe_API::request( array(), 'customers/' . $this->get_id() . '/sources/' . sanitize_text_field( $source_id ), 'DELETE' );
259
+		$response = WC_Stripe_API::request(array(), 'customers/' . $this->get_id() . '/sources/' . sanitize_text_field($source_id), 'DELETE');
260 260
 
261 261
 		$this->clear_cache();
262 262
 
263
-		if ( empty( $response->error ) ) {
264
-			do_action( 'wc_stripe_delete_source', $this->get_id(), $response );
263
+		if (empty($response->error)) {
264
+			do_action('wc_stripe_delete_source', $this->get_id(), $response);
265 265
 
266 266
 			return true;
267 267
 		}
@@ -273,15 +273,15 @@  discard block
 block discarded – undo
273 273
 	 * Set default source in Stripe
274 274
 	 * @param string $source_id
275 275
 	 */
276
-	public function set_default_source( $source_id ) {
277
-		$response = WC_Stripe_API::request( array(
278
-			'default_source' => sanitize_text_field( $source_id ),
279
-		), 'customers/' . $this->get_id(), 'POST' );
276
+	public function set_default_source($source_id) {
277
+		$response = WC_Stripe_API::request(array(
278
+			'default_source' => sanitize_text_field($source_id),
279
+		), 'customers/' . $this->get_id(), 'POST');
280 280
 
281 281
 		$this->clear_cache();
282 282
 
283
-		if ( empty( $response->error ) ) {
284
-			do_action( 'wc_stripe_set_default_source', $this->get_id(), $response );
283
+		if (empty($response->error)) {
284
+			do_action('wc_stripe_set_default_source', $this->get_id(), $response);
285 285
 
286 286
 			return true;
287 287
 		}
@@ -293,8 +293,8 @@  discard block
 block discarded – undo
293 293
 	 * Deletes caches for this users cards.
294 294
 	 */
295 295
 	public function clear_cache() {
296
-		delete_transient( 'stripe_sources_' . $this->get_id() );
297
-		delete_transient( 'stripe_customer_' . $this->get_id() );
296
+		delete_transient('stripe_sources_' . $this->get_id());
297
+		delete_transient('stripe_customer_' . $this->get_id());
298 298
 		$this->customer_data = array();
299 299
 	}
300 300
 }
Please login to merge, or discard this patch.
includes/class-wc-stripe-webhook-handler.php 1 patch
Spacing   +183 added lines, -183 removed lines patch added patch discarded remove patch
@@ -1,5 +1,5 @@  discard block
 block discarded – undo
1 1
 <?php
2
-if ( ! defined( 'ABSPATH' ) ) {
2
+if ( ! defined('ABSPATH')) {
3 3
 	exit;
4 4
 }
5 5
 
@@ -32,9 +32,9 @@  discard block
 block discarded – undo
32 32
 	 */
33 33
 	public function __construct() {
34 34
 		$this->retry_interval = 2;
35
-		$stripe_settings      = get_option( 'woocommerce_stripe_settings', array() );
36
-		$this->testmode       = ( ! empty( $stripe_settings['testmode'] ) && 'yes' === $stripe_settings['testmode'] ) ? true : false;
37
-		add_action( 'woocommerce_api_wc_stripe', array( $this, 'check_for_webhook' ) );
35
+		$stripe_settings      = get_option('woocommerce_stripe_settings', array());
36
+		$this->testmode       = ( ! empty($stripe_settings['testmode']) && 'yes' === $stripe_settings['testmode']) ? true : false;
37
+		add_action('woocommerce_api_wc_stripe', array($this, 'check_for_webhook'));
38 38
 	}
39 39
 
40 40
 	/**
@@ -44,24 +44,24 @@  discard block
 block discarded – undo
44 44
 	 * @version 4.0.0
45 45
 	 */
46 46
 	public function check_for_webhook() {
47
-		if ( ( 'POST' !== $_SERVER['REQUEST_METHOD'] )
48
-			|| ! isset( $_GET['wc-api'] )
49
-			|| ( 'wc_stripe' !== $_GET['wc-api'] )
47
+		if (('POST' !== $_SERVER['REQUEST_METHOD'])
48
+			|| ! isset($_GET['wc-api'])
49
+			|| ('wc_stripe' !== $_GET['wc-api'])
50 50
 		) {
51 51
 			return;
52 52
 		}
53 53
 
54
-		$request_body    = file_get_contents( 'php://input' );
55
-		$request_headers = array_change_key_case( $this->get_request_headers(), CASE_UPPER );
54
+		$request_body    = file_get_contents('php://input');
55
+		$request_headers = array_change_key_case($this->get_request_headers(), CASE_UPPER);
56 56
 
57 57
 		// Validate it to make sure it is legit.
58
-		if ( $this->is_valid_request( $request_headers, $request_body ) ) {
59
-			$this->process_webhook( $request_body );
60
-			status_header( 200 );
58
+		if ($this->is_valid_request($request_headers, $request_body)) {
59
+			$this->process_webhook($request_body);
60
+			status_header(200);
61 61
 			exit;
62 62
 		} else {
63
-			WC_Stripe_Logger::log( 'Incoming webhook failed validation: ' . print_r( $request_body, true ) );
64
-			status_header( 400 );
63
+			WC_Stripe_Logger::log('Incoming webhook failed validation: ' . print_r($request_body, true));
64
+			status_header(400);
65 65
 			exit;
66 66
 		}
67 67
 	}
@@ -76,12 +76,12 @@  discard block
 block discarded – undo
76 76
 	 * @param string $request_body The request body from Stripe.
77 77
 	 * @return bool
78 78
 	 */
79
-	public function is_valid_request( $request_headers = null, $request_body = null ) {
80
-		if ( null === $request_headers || null === $request_body ) {
79
+	public function is_valid_request($request_headers = null, $request_body = null) {
80
+		if (null === $request_headers || null === $request_body) {
81 81
 			return false;
82 82
 		}
83 83
 
84
-		if ( ! empty( $request_headers['USER-AGENT'] ) && ! preg_match( '/Stripe/', $request_headers['USER-AGENT'] ) ) {
84
+		if ( ! empty($request_headers['USER-AGENT']) && ! preg_match('/Stripe/', $request_headers['USER-AGENT'])) {
85 85
 			return false;
86 86
 		}
87 87
 
@@ -97,11 +97,11 @@  discard block
 block discarded – undo
97 97
 	 * @version 4.0.0
98 98
 	 */
99 99
 	public function get_request_headers() {
100
-		if ( ! function_exists( 'getallheaders' ) ) {
100
+		if ( ! function_exists('getallheaders')) {
101 101
 			$headers = [];
102
-			foreach ( $_SERVER as $name => $value ) {
103
-				if ( 'HTTP_' === substr( $name, 0, 5 ) ) {
104
-					$headers[ str_replace( ' ', '-', ucwords( strtolower( str_replace( '_', ' ', substr( $name, 5 ) ) ) ) ) ] = $value;
102
+			foreach ($_SERVER as $name => $value) {
103
+				if ('HTTP_' === substr($name, 0, 5)) {
104
+					$headers[str_replace(' ', '-', ucwords(strtolower(str_replace('_', ' ', substr($name, 5)))))] = $value;
105 105
 				}
106 106
 			}
107 107
 
@@ -120,30 +120,30 @@  discard block
 block discarded – undo
120 120
 	 * @param object $notification
121 121
 	 * @param bool $retry
122 122
 	 */
123
-	public function process_webhook_payment( $notification, $retry = true ) {
123
+	public function process_webhook_payment($notification, $retry = true) {
124 124
 		// The following 2 payment methods are synchronous so does not need to be handle via webhook.
125
-		if ( 'card' === $notification->data->object->type || 'sepa_debit' === $notification->data->object->type ) {
125
+		if ('card' === $notification->data->object->type || 'sepa_debit' === $notification->data->object->type) {
126 126
 			return;
127 127
 		}
128 128
 
129
-		$order = WC_Stripe_Helper::get_order_by_source_id( $notification->data->object->id );
129
+		$order = WC_Stripe_Helper::get_order_by_source_id($notification->data->object->id);
130 130
 
131
-		if ( ! $order ) {
132
-			WC_Stripe_Logger::log( 'Could not find order via source ID: ' . $notification->data->object->id );
131
+		if ( ! $order) {
132
+			WC_Stripe_Logger::log('Could not find order via source ID: ' . $notification->data->object->id);
133 133
 			return;
134 134
 		}
135 135
 
136 136
 		$order_id  = WC_Stripe_Helper::is_pre_30() ? $order->id : $order->get_id();
137 137
 		$source_id = $notification->data->object->id;
138 138
 
139
-		$is_pending_receiver = ( 'receiver' === $notification->data->object->flow );
139
+		$is_pending_receiver = ('receiver' === $notification->data->object->flow);
140 140
 
141 141
 		try {
142
-			if ( 'processing' === $order->get_status() || 'completed' === $order->get_status() ) {
142
+			if ('processing' === $order->get_status() || 'completed' === $order->get_status()) {
143 143
 				return;
144 144
 			}
145 145
 
146
-			if ( 'on-hold' === $order->get_status() && ! $is_pending_receiver ) {
146
+			if ('on-hold' === $order->get_status() && ! $is_pending_receiver) {
147 147
 				return;
148 148
 			}
149 149
 
@@ -151,94 +151,94 @@  discard block
 block discarded – undo
151 151
 			$response = null;
152 152
 
153 153
 			// This will throw exception if not valid.
154
-			$this->validate_minimum_order_amount( $order );
154
+			$this->validate_minimum_order_amount($order);
155 155
 
156
-			WC_Stripe_Logger::log( "Info: (Webhook) Begin processing payment for order $order_id for the amount of {$order->get_total()}" );
156
+			WC_Stripe_Logger::log("Info: (Webhook) Begin processing payment for order $order_id for the amount of {$order->get_total()}");
157 157
 
158 158
 			// Prep source object.
159 159
 			$source_object           = new stdClass();
160 160
 			$source_object->token_id = '';
161
-			$source_object->customer = $this->get_stripe_customer_id( $order );
161
+			$source_object->customer = $this->get_stripe_customer_id($order);
162 162
 			$source_object->source   = $source_id;
163 163
 
164 164
 			// Make the request.
165
-			$response = WC_Stripe_API::request( $this->generate_payment_request( $order, $source_object ), 'charges', 'POST', true );
165
+			$response = WC_Stripe_API::request($this->generate_payment_request($order, $source_object), 'charges', 'POST', true);
166 166
 			$headers  = $response['headers'];
167 167
 			$response = $response['body'];
168 168
 
169
-			if ( ! empty( $response->error ) ) {
169
+			if ( ! empty($response->error)) {
170 170
 				// Customer param wrong? The user may have been deleted on stripe's end. Remove customer_id. Can be retried without.
171
-				if ( $this->is_no_such_customer_error( $response->error ) ) {
172
-					if ( WC_Stripe_Helper::is_pre_30() ) {
173
-						delete_user_meta( $order->customer_user, '_stripe_customer_id' );
174
-						delete_post_meta( $order_id, '_stripe_customer_id' );
171
+				if ($this->is_no_such_customer_error($response->error)) {
172
+					if (WC_Stripe_Helper::is_pre_30()) {
173
+						delete_user_meta($order->customer_user, '_stripe_customer_id');
174
+						delete_post_meta($order_id, '_stripe_customer_id');
175 175
 					} else {
176
-						delete_user_meta( $order->get_customer_id(), '_stripe_customer_id' );
177
-						$order->delete_meta_data( '_stripe_customer_id' );
176
+						delete_user_meta($order->get_customer_id(), '_stripe_customer_id');
177
+						$order->delete_meta_data('_stripe_customer_id');
178 178
 						$order->save();
179 179
 					}
180 180
 				}
181 181
 
182
-				if ( $this->is_no_such_token_error( $response->error ) && $prepared_source->token_id ) {
182
+				if ($this->is_no_such_token_error($response->error) && $prepared_source->token_id) {
183 183
 					// Source param wrong? The CARD may have been deleted on stripe's end. Remove token and show message.
184
-					$wc_token = WC_Payment_Tokens::get( $prepared_source->token_id );
184
+					$wc_token = WC_Payment_Tokens::get($prepared_source->token_id);
185 185
 					$wc_token->delete();
186
-					$localized_message = __( 'This card is no longer available and has been removed.', 'woocommerce-gateway-stripe' );
187
-					$order->add_order_note( $localized_message );
188
-					throw new WC_Stripe_Exception( print_r( $response, true ), $localized_message );
186
+					$localized_message = __('This card is no longer available and has been removed.', 'woocommerce-gateway-stripe');
187
+					$order->add_order_note($localized_message);
188
+					throw new WC_Stripe_Exception(print_r($response, true), $localized_message);
189 189
 				}
190 190
 
191 191
 				// We want to retry.
192
-				if ( $this->is_retryable_error( $response->error ) ) {
193
-					if ( $retry ) {
192
+				if ($this->is_retryable_error($response->error)) {
193
+					if ($retry) {
194 194
 						// Don't do anymore retries after this.
195
-						if ( 5 <= $this->retry_interval ) {
195
+						if (5 <= $this->retry_interval) {
196 196
 
197
-							return $this->process_webhook_payment( $notification, false );
197
+							return $this->process_webhook_payment($notification, false);
198 198
 						}
199 199
 
200
-						sleep( $this->retry_interval );
200
+						sleep($this->retry_interval);
201 201
 
202 202
 						$this->retry_interval++;
203
-						return $this->process_webhook_payment( $notification, true );
203
+						return $this->process_webhook_payment($notification, true);
204 204
 					} else {
205
-						$localized_message = __( 'Sorry, we are unable to process your payment at this time. Please retry later.', 'woocommerce-gateway-stripe' );
206
-						$order->add_order_note( $localized_message );
207
-						throw new WC_Stripe_Exception( print_r( $response, true ), $localized_message );
205
+						$localized_message = __('Sorry, we are unable to process your payment at this time. Please retry later.', 'woocommerce-gateway-stripe');
206
+						$order->add_order_note($localized_message);
207
+						throw new WC_Stripe_Exception(print_r($response, true), $localized_message);
208 208
 					}
209 209
 				}
210 210
 
211 211
 				$localized_messages = WC_Stripe_Helper::get_localized_messages();
212 212
 
213
-				if ( 'card_error' === $response->error->type ) {
214
-					$localized_message = isset( $localized_messages[ $response->error->code ] ) ? $localized_messages[ $response->error->code ] : $response->error->message;
213
+				if ('card_error' === $response->error->type) {
214
+					$localized_message = isset($localized_messages[$response->error->code]) ? $localized_messages[$response->error->code] : $response->error->message;
215 215
 				} else {
216
-					$localized_message = isset( $localized_messages[ $response->error->type ] ) ? $localized_messages[ $response->error->type ] : $response->error->message;
216
+					$localized_message = isset($localized_messages[$response->error->type]) ? $localized_messages[$response->error->type] : $response->error->message;
217 217
 				}
218 218
 
219
-				$order->add_order_note( $localized_message );
219
+				$order->add_order_note($localized_message);
220 220
 
221
-				throw new WC_Stripe_Exception( print_r( $response, true ), $localized_message );
221
+				throw new WC_Stripe_Exception(print_r($response, true), $localized_message);
222 222
 			}
223 223
 
224 224
 			// To prevent double processing the order on WC side.
225
-			if ( ! $this->is_original_request( $headers ) ) {
225
+			if ( ! $this->is_original_request($headers)) {
226 226
 				return;
227 227
 			}
228 228
 
229
-			do_action( 'wc_gateway_stripe_process_webhook_payment', $response, $order );
229
+			do_action('wc_gateway_stripe_process_webhook_payment', $response, $order);
230 230
 
231
-			$this->process_response( $response, $order );
231
+			$this->process_response($response, $order);
232 232
 
233
-		} catch ( WC_Stripe_Exception $e ) {
234
-			WC_Stripe_Logger::log( 'Error: ' . $e->getMessage() );
233
+		} catch (WC_Stripe_Exception $e) {
234
+			WC_Stripe_Logger::log('Error: ' . $e->getMessage());
235 235
 
236
-			do_action( 'wc_gateway_stripe_process_webhook_payment_error', $order, $notification, $e );
236
+			do_action('wc_gateway_stripe_process_webhook_payment_error', $order, $notification, $e);
237 237
 
238
-			$statuses = array( 'pending', 'failed' );
238
+			$statuses = array('pending', 'failed');
239 239
 
240
-			if ( $order->has_status( $statuses ) ) {
241
-				$this->send_failed_order_email( $order_id );
240
+			if ($order->has_status($statuses)) {
241
+				$this->send_failed_order_email($order_id);
242 242
 			}
243 243
 		}
244 244
 	}
@@ -251,21 +251,21 @@  discard block
 block discarded – undo
251 251
 	 * @since 4.0.0
252 252
 	 * @param object $notification
253 253
 	 */
254
-	public function process_webhook_dispute( $notification ) {
255
-		$order = WC_Stripe_Helper::get_order_by_charge_id( $notification->data->object->charge );
254
+	public function process_webhook_dispute($notification) {
255
+		$order = WC_Stripe_Helper::get_order_by_charge_id($notification->data->object->charge);
256 256
 
257
-		if ( ! $order ) {
258
-			WC_Stripe_Logger::log( 'Could not find order via charge ID: ' . $notification->data->object->charge );
257
+		if ( ! $order) {
258
+			WC_Stripe_Logger::log('Could not find order via charge ID: ' . $notification->data->object->charge);
259 259
 			return;
260 260
 		}
261 261
 
262 262
 		/* translators: 1) The URL to the order. */
263
-		$order->update_status( 'on-hold', sprintf( __( 'A dispute was created for this order. Response is needed. Please go to your <a href="%s" title="Stripe Dashboard" target="_blank">Stripe Dashboard</a> to review this dispute.', 'woocommerce-gateway-stripe' ), $this->get_transaction_url( $order ) ) );
263
+		$order->update_status('on-hold', sprintf(__('A dispute was created for this order. Response is needed. Please go to your <a href="%s" title="Stripe Dashboard" target="_blank">Stripe Dashboard</a> to review this dispute.', 'woocommerce-gateway-stripe'), $this->get_transaction_url($order)));
264 264
 
265
-		do_action( 'wc_gateway_stripe_process_webhook_payment_error', $order, $notification );
265
+		do_action('wc_gateway_stripe_process_webhook_payment_error', $order, $notification);
266 266
 
267 267
 		$order_id = WC_Stripe_Helper::is_pre_30() ? $order->id : $order->get_id();
268
-		$this->send_failed_order_email( $order_id );
268
+		$this->send_failed_order_email($order_id);
269 269
 	}
270 270
 
271 271
 	/**
@@ -276,43 +276,43 @@  discard block
 block discarded – undo
276 276
 	 * @version 4.0.0
277 277
 	 * @param object $notification
278 278
 	 */
279
-	public function process_webhook_capture( $notification ) {
280
-		$order = WC_Stripe_Helper::get_order_by_charge_id( $notification->data->object->id );
279
+	public function process_webhook_capture($notification) {
280
+		$order = WC_Stripe_Helper::get_order_by_charge_id($notification->data->object->id);
281 281
 
282
-		if ( ! $order ) {
283
-			WC_Stripe_Logger::log( 'Could not find order via charge ID: ' . $notification->data->object->id );
282
+		if ( ! $order) {
283
+			WC_Stripe_Logger::log('Could not find order via charge ID: ' . $notification->data->object->id);
284 284
 			return;
285 285
 		}
286 286
 
287 287
 		$order_id = WC_Stripe_Helper::is_pre_30() ? $order->id : $order->get_id();
288 288
 
289
-		if ( 'stripe' === ( WC_Stripe_Helper::is_pre_30() ? $order->payment_method : $order->get_payment_method() ) ) {
290
-			$charge   = WC_Stripe_Helper::is_pre_30() ? get_post_meta( $order_id, '_transaction_id', true ) : $order->get_transaction_id();
291
-			$captured = WC_Stripe_Helper::is_pre_30() ? get_post_meta( $order_id, '_stripe_charge_captured', true ) : $order->get_meta( '_stripe_charge_captured', true );
289
+		if ('stripe' === (WC_Stripe_Helper::is_pre_30() ? $order->payment_method : $order->get_payment_method())) {
290
+			$charge   = WC_Stripe_Helper::is_pre_30() ? get_post_meta($order_id, '_transaction_id', true) : $order->get_transaction_id();
291
+			$captured = WC_Stripe_Helper::is_pre_30() ? get_post_meta($order_id, '_stripe_charge_captured', true) : $order->get_meta('_stripe_charge_captured', true);
292 292
 
293
-			if ( $charge && 'no' === $captured ) {
294
-				WC_Stripe_Helper::is_pre_30() ? update_post_meta( $order_id, '_stripe_charge_captured', 'yes' ) : $order->update_meta_data( '_stripe_charge_captured', 'yes' );
293
+			if ($charge && 'no' === $captured) {
294
+				WC_Stripe_Helper::is_pre_30() ? update_post_meta($order_id, '_stripe_charge_captured', 'yes') : $order->update_meta_data('_stripe_charge_captured', 'yes');
295 295
 
296 296
 				// Store other data such as fees
297
-				WC_Stripe_Helper::is_pre_30() ? update_post_meta( $order_id, '_transaction_id', $notification->data->object->id ) : $order->set_transaction_id( $notification->data->object->id );
297
+				WC_Stripe_Helper::is_pre_30() ? update_post_meta($order_id, '_transaction_id', $notification->data->object->id) : $order->set_transaction_id($notification->data->object->id);
298 298
 
299
-				if ( isset( $notification->data->object->balance_transaction ) ) {
300
-					$this->update_fees( $order, $notification->data->object->balance_transaction );
299
+				if (isset($notification->data->object->balance_transaction)) {
300
+					$this->update_fees($order, $notification->data->object->balance_transaction);
301 301
 				}
302 302
 
303 303
 				// Check and see if capture is partial.
304
-				if ( $this->is_partial_capture( $notification ) ) {
305
-					$partial_amount = $this->get_partial_amount_to_charge( $notification );
306
-					$order->set_total( $partial_amount );
307
-					$order->add_order_note( sprintf( __( 'This charge was partially captured via Stripe Dashboard in the amount of: %s', 'woocommerce-gateway-stripe' ), $partial_amount ) );
304
+				if ($this->is_partial_capture($notification)) {
305
+					$partial_amount = $this->get_partial_amount_to_charge($notification);
306
+					$order->set_total($partial_amount);
307
+					$order->add_order_note(sprintf(__('This charge was partially captured via Stripe Dashboard in the amount of: %s', 'woocommerce-gateway-stripe'), $partial_amount));
308 308
 				} else {
309
-					$order->payment_complete( $notification->data->object->id );
309
+					$order->payment_complete($notification->data->object->id);
310 310
 
311 311
 					/* translators: transaction id */
312
-					$order->add_order_note( sprintf( __( 'Stripe charge complete (Charge ID: %s)', 'woocommerce-gateway-stripe' ), $notification->data->object->id ) );
312
+					$order->add_order_note(sprintf(__('Stripe charge complete (Charge ID: %s)', 'woocommerce-gateway-stripe'), $notification->data->object->id));
313 313
 				}
314 314
 
315
-				if ( is_callable( array( $order, 'save' ) ) ) {
315
+				if (is_callable(array($order, 'save'))) {
316 316
 					$order->save();
317 317
 				}
318 318
 			}
@@ -327,38 +327,38 @@  discard block
 block discarded – undo
327 327
 	 * @version 4.0.0
328 328
 	 * @param object $notification
329 329
 	 */
330
-	public function process_webhook_charge_succeeded( $notification ) {
330
+	public function process_webhook_charge_succeeded($notification) {
331 331
 		// The following payment methods are synchronous so does not need to be handle via webhook.
332
-		if ( ( isset( $notification->data->object->source->type ) && 'card' === $notification->data->object->source->type ) || ( isset( $notification->data->object->source->type ) && 'three_d_secure' === $notification->data->object->source->type ) ) {
332
+		if ((isset($notification->data->object->source->type) && 'card' === $notification->data->object->source->type) || (isset($notification->data->object->source->type) && 'three_d_secure' === $notification->data->object->source->type)) {
333 333
 			return;
334 334
 		}
335 335
 
336
-		$order = WC_Stripe_Helper::get_order_by_charge_id( $notification->data->object->id );
336
+		$order = WC_Stripe_Helper::get_order_by_charge_id($notification->data->object->id);
337 337
 
338
-		if ( ! $order ) {
339
-			WC_Stripe_Logger::log( 'Could not find order via charge ID: ' . $notification->data->object->id );
338
+		if ( ! $order) {
339
+			WC_Stripe_Logger::log('Could not find order via charge ID: ' . $notification->data->object->id);
340 340
 			return;
341 341
 		}
342 342
 
343 343
 		$order_id = WC_Stripe_Helper::is_pre_30() ? $order->id : $order->get_id();
344 344
 
345
-		if ( 'on-hold' !== $order->get_status() ) {
345
+		if ('on-hold' !== $order->get_status()) {
346 346
 			return;
347 347
 		}
348 348
 
349 349
 		// Store other data such as fees
350
-		WC_Stripe_Helper::is_pre_30() ? update_post_meta( $order_id, '_transaction_id', $notification->data->object->id ) : $order->set_transaction_id( $notification->data->object->id );
350
+		WC_Stripe_Helper::is_pre_30() ? update_post_meta($order_id, '_transaction_id', $notification->data->object->id) : $order->set_transaction_id($notification->data->object->id);
351 351
 
352
-		if ( isset( $notification->data->object->balance_transaction ) ) {
353
-			$this->update_fees( $order, $notification->data->object->balance_transaction );
352
+		if (isset($notification->data->object->balance_transaction)) {
353
+			$this->update_fees($order, $notification->data->object->balance_transaction);
354 354
 		}
355 355
 
356
-		$order->payment_complete( $notification->data->object->id );
356
+		$order->payment_complete($notification->data->object->id);
357 357
 
358 358
 		/* translators: transaction id */
359
-		$order->add_order_note( sprintf( __( 'Stripe charge complete (Charge ID: %s)', 'woocommerce-gateway-stripe' ), $notification->data->object->id ) );
359
+		$order->add_order_note(sprintf(__('Stripe charge complete (Charge ID: %s)', 'woocommerce-gateway-stripe'), $notification->data->object->id));
360 360
 
361
-		if ( is_callable( array( $order, 'save' ) ) ) {
361
+		if (is_callable(array($order, 'save'))) {
362 362
 			$order->save();
363 363
 		}
364 364
 	}
@@ -371,23 +371,23 @@  discard block
 block discarded – undo
371 371
 	 * @version 4.0.0
372 372
 	 * @param object $notification
373 373
 	 */
374
-	public function process_webhook_charge_failed( $notification ) {
375
-		$order = WC_Stripe_Helper::get_order_by_charge_id( $notification->data->object->id );
374
+	public function process_webhook_charge_failed($notification) {
375
+		$order = WC_Stripe_Helper::get_order_by_charge_id($notification->data->object->id);
376 376
 
377
-		if ( ! $order ) {
378
-			WC_Stripe_Logger::log( 'Could not find order via charge ID: ' . $notification->data->object->id );
377
+		if ( ! $order) {
378
+			WC_Stripe_Logger::log('Could not find order via charge ID: ' . $notification->data->object->id);
379 379
 			return;
380 380
 		}
381 381
 
382 382
 		$order_id = WC_Stripe_Helper::is_pre_30() ? $order->id : $order->get_id();
383 383
 
384
-		if ( 'on-hold' !== $order->get_status() ) {
384
+		if ('on-hold' !== $order->get_status()) {
385 385
 			return;
386 386
 		}
387 387
 
388
-		$order->update_status( 'failed', __( 'This payment failed to clear.', 'woocommerce-gateway-stripe' ) );
388
+		$order->update_status('failed', __('This payment failed to clear.', 'woocommerce-gateway-stripe'));
389 389
 
390
-		do_action( 'wc_gateway_stripe_process_webhook_payment_error', $order, $notification );
390
+		do_action('wc_gateway_stripe_process_webhook_payment_error', $order, $notification);
391 391
 	}
392 392
 
393 393
 	/**
@@ -398,23 +398,23 @@  discard block
 block discarded – undo
398 398
 	 * @version 4.0.0
399 399
 	 * @param object $notification
400 400
 	 */
401
-	public function process_webhook_source_canceled( $notification ) {
402
-		$order = WC_Stripe_Helper::get_order_by_charge_id( $notification->data->object->id );
401
+	public function process_webhook_source_canceled($notification) {
402
+		$order = WC_Stripe_Helper::get_order_by_charge_id($notification->data->object->id);
403 403
 
404
-		if ( ! $order ) {
405
-			WC_Stripe_Logger::log( 'Could not find order via charge ID: ' . $notification->data->object->id );
404
+		if ( ! $order) {
405
+			WC_Stripe_Logger::log('Could not find order via charge ID: ' . $notification->data->object->id);
406 406
 			return;
407 407
 		}
408 408
 
409 409
 		$order_id = WC_Stripe_Helper::is_pre_30() ? $order->id : $order->get_id();
410 410
 
411
-		if ( 'on-hold' !== $order->get_status() || 'cancelled' !== $order->get_status() ) {
411
+		if ('on-hold' !== $order->get_status() || 'cancelled' !== $order->get_status()) {
412 412
 			return;
413 413
 		}
414 414
 
415
-		$order->update_status( 'cancelled', __( 'This payment has cancelled.', 'woocommerce-gateway-stripe' ) );
415
+		$order->update_status('cancelled', __('This payment has cancelled.', 'woocommerce-gateway-stripe'));
416 416
 
417
-		do_action( 'wc_gateway_stripe_process_webhook_payment_error', $order, $notification );
417
+		do_action('wc_gateway_stripe_process_webhook_payment_error', $order, $notification);
418 418
 	}
419 419
 
420 420
 	/**
@@ -424,57 +424,57 @@  discard block
 block discarded – undo
424 424
 	 * @version 4.0.0
425 425
 	 * @param object $notification
426 426
 	 */
427
-	public function process_webhook_refund( $notification ) {
428
-		$order = WC_Stripe_Helper::get_order_by_charge_id( $notification->data->object->id );
427
+	public function process_webhook_refund($notification) {
428
+		$order = WC_Stripe_Helper::get_order_by_charge_id($notification->data->object->id);
429 429
 
430
-		if ( ! $order ) {
431
-			WC_Stripe_Logger::log( 'Could not find order via charge ID: ' . $notification->data->object->id );
430
+		if ( ! $order) {
431
+			WC_Stripe_Logger::log('Could not find order via charge ID: ' . $notification->data->object->id);
432 432
 			return;
433 433
 		}
434 434
 
435 435
 		$order_id = WC_Stripe_Helper::is_pre_30() ? $order->id : $order->get_id();
436 436
 
437
-		if ( 'stripe' === ( WC_Stripe_Helper::is_pre_30() ? $order->payment_method : $order->get_payment_method() ) ) {
438
-			$charge    = WC_Stripe_Helper::is_pre_30() ? get_post_meta( $order_id, '_transaction_id', true ) : $order->get_transaction_id();
439
-			$captured  = WC_Stripe_Helper::is_pre_30() ? get_post_meta( $order_id, '_stripe_charge_captured', true ) : $order->get_meta( '_stripe_charge_captured', true );
440
-			$refund_id = WC_Stripe_Helper::is_pre_30() ? get_post_meta( $order_id, '_stripe_refund_id', true ) : $order->get_meta( '_stripe_refund_id', true );
437
+		if ('stripe' === (WC_Stripe_Helper::is_pre_30() ? $order->payment_method : $order->get_payment_method())) {
438
+			$charge    = WC_Stripe_Helper::is_pre_30() ? get_post_meta($order_id, '_transaction_id', true) : $order->get_transaction_id();
439
+			$captured  = WC_Stripe_Helper::is_pre_30() ? get_post_meta($order_id, '_stripe_charge_captured', true) : $order->get_meta('_stripe_charge_captured', true);
440
+			$refund_id = WC_Stripe_Helper::is_pre_30() ? get_post_meta($order_id, '_stripe_refund_id', true) : $order->get_meta('_stripe_refund_id', true);
441 441
 
442 442
 			// If the refund ID matches, don't continue to prevent double refunding.
443
-			if ( $notification->data->object->refunds->data[0]->id === $refund_id ) {
443
+			if ($notification->data->object->refunds->data[0]->id === $refund_id) {
444 444
 				return;
445 445
 			}
446 446
 
447 447
 			// Only refund captured charge.
448
-			if ( $charge ) {
449
-				$reason = ( isset( $captured ) && 'yes' === $captured ) ? __( 'Refunded via Stripe Dashboard', 'woocommerce-gateway-stripe' ) : __( 'Pre-Authorization Released via Stripe Dashboard', 'woocommerce-gateway-stripe' );
448
+			if ($charge) {
449
+				$reason = (isset($captured) && 'yes' === $captured) ? __('Refunded via Stripe Dashboard', 'woocommerce-gateway-stripe') : __('Pre-Authorization Released via Stripe Dashboard', 'woocommerce-gateway-stripe');
450 450
 
451 451
 				// Create the refund.
452
-				$refund = wc_create_refund( array(
452
+				$refund = wc_create_refund(array(
453 453
 					'order_id' => $order_id,
454
-					'amount'   => $this->get_refund_amount( $notification ),
454
+					'amount'   => $this->get_refund_amount($notification),
455 455
 					'reason'   => $reason,
456
-				) );
456
+				));
457 457
 
458
-				if ( is_wp_error( $refund ) ) {
459
-					WC_Stripe_Logger::log( $refund->get_error_message() );
458
+				if (is_wp_error($refund)) {
459
+					WC_Stripe_Logger::log($refund->get_error_message());
460 460
 				}
461 461
 
462
-				WC_Stripe_Helper::is_pre_30() ? update_post_meta( $order_id, '_stripe_refund_id', $notification->data->object->refunds->data[0]->id ) : $order->update_meta_data( '_stripe_refund_id', $notification->data->object->refunds->data[0]->id );
462
+				WC_Stripe_Helper::is_pre_30() ? update_post_meta($order_id, '_stripe_refund_id', $notification->data->object->refunds->data[0]->id) : $order->update_meta_data('_stripe_refund_id', $notification->data->object->refunds->data[0]->id);
463 463
 
464
-				$amount = wc_price( $notification->data->object->refunds->data[0]->amount / 100 );
464
+				$amount = wc_price($notification->data->object->refunds->data[0]->amount / 100);
465 465
 
466
-				if ( in_array( strtolower( $order->get_currency() ), WC_Stripe_Helper::no_decimal_currencies() ) ) {
467
-					$amount = wc_price( $notification->data->object->refunds->data[0]->amount );
466
+				if (in_array(strtolower($order->get_currency()), WC_Stripe_Helper::no_decimal_currencies())) {
467
+					$amount = wc_price($notification->data->object->refunds->data[0]->amount);
468 468
 				}
469 469
 
470
-				if ( isset( $notification->data->object->refunds->data[0]->balance_transaction ) ) {
471
-					$this->update_fees( $order, $notification->data->object->refunds->data[0]->balance_transaction );
470
+				if (isset($notification->data->object->refunds->data[0]->balance_transaction)) {
471
+					$this->update_fees($order, $notification->data->object->refunds->data[0]->balance_transaction);
472 472
 				}
473 473
 
474 474
 				/* translators: 1) dollar amount 2) transaction id 3) refund message */
475
-				$refund_message = ( isset( $captured ) && 'yes' === $captured ) ? sprintf( __( 'Refunded %1$s - Refund ID: %2$s - %3$s', 'woocommerce-gateway-stripe' ), $amount, $notification->data->object->refunds->data[0]->id, $reason ) : __( 'Pre-Authorization Released via Stripe Dashboard', 'woocommerce-gateway-stripe' );
475
+				$refund_message = (isset($captured) && 'yes' === $captured) ? sprintf(__('Refunded %1$s - Refund ID: %2$s - %3$s', 'woocommerce-gateway-stripe'), $amount, $notification->data->object->refunds->data[0]->id, $reason) : __('Pre-Authorization Released via Stripe Dashboard', 'woocommerce-gateway-stripe');
476 476
 
477
-				$order->add_order_note( $refund_message );
477
+				$order->add_order_note($refund_message);
478 478
 			}
479 479
 		}
480 480
 	}
@@ -485,21 +485,21 @@  discard block
 block discarded – undo
485 485
 	 * @since 4.0.6
486 486
 	 * @param object $notification
487 487
 	 */
488
-	public function process_review_opened( $notification ) {
489
-		$order = WC_Stripe_Helper::get_order_by_charge_id( $notification->data->object->charge );
488
+	public function process_review_opened($notification) {
489
+		$order = WC_Stripe_Helper::get_order_by_charge_id($notification->data->object->charge);
490 490
 
491
-		if ( ! $order ) {
492
-			WC_Stripe_Logger::log( 'Could not find order via charge ID: ' . $notification->data->object->charge );
491
+		if ( ! $order) {
492
+			WC_Stripe_Logger::log('Could not find order via charge ID: ' . $notification->data->object->charge);
493 493
 			return;
494 494
 		}
495 495
 
496 496
 		/* translators: 1) The URL to the order. 2) The reason type. */
497
-		$message = sprintf( __( 'A review has been opened for this order. Action is needed. Please go to your <a href="%1$s" title="Stripe Dashboard" target="_blank">Stripe Dashboard</a> to review the issue. Reason: (%2$s)', 'woocommerce-gateway-stripe' ), $this->get_transaction_url( $order ), $notification->data->object->reason );
497
+		$message = sprintf(__('A review has been opened for this order. Action is needed. Please go to your <a href="%1$s" title="Stripe Dashboard" target="_blank">Stripe Dashboard</a> to review the issue. Reason: (%2$s)', 'woocommerce-gateway-stripe'), $this->get_transaction_url($order), $notification->data->object->reason);
498 498
 
499
-		if ( apply_filters( 'wc_stripe_webhook_review_change_order_status', true, $order, $notification ) ) {
500
-			$order->update_status( 'on-hold', $message );
499
+		if (apply_filters('wc_stripe_webhook_review_change_order_status', true, $order, $notification)) {
500
+			$order->update_status('on-hold', $message);
501 501
 		} else {
502
-			$order->add_order_note( $message );
502
+			$order->add_order_note($message);
503 503
 		}
504 504
 	}
505 505
 
@@ -509,25 +509,25 @@  discard block
 block discarded – undo
509 509
 	 * @since 4.0.6
510 510
 	 * @param object $notification
511 511
 	 */
512
-	public function process_review_closed( $notification ) {
513
-		$order = WC_Stripe_Helper::get_order_by_charge_id( $notification->data->object->charge );
512
+	public function process_review_closed($notification) {
513
+		$order = WC_Stripe_Helper::get_order_by_charge_id($notification->data->object->charge);
514 514
 
515
-		if ( ! $order ) {
516
-			WC_Stripe_Logger::log( 'Could not find order via charge ID: ' . $notification->data->object->charge );
515
+		if ( ! $order) {
516
+			WC_Stripe_Logger::log('Could not find order via charge ID: ' . $notification->data->object->charge);
517 517
 			return;
518 518
 		}
519 519
 
520 520
 		/* translators: 1) The reason type. */
521
-		$message = sprintf( __( 'The opened review for this order is now closed. Reason: (%s)', 'woocommerce-gateway-stripe' ), $notification->data->object->reason );
521
+		$message = sprintf(__('The opened review for this order is now closed. Reason: (%s)', 'woocommerce-gateway-stripe'), $notification->data->object->reason);
522 522
 
523
-		if ( 'on-hold' === $order->get_status() ) {
524
-			if ( apply_filters( 'wc_stripe_webhook_review_change_order_status', true, $order, $notification ) ) {
525
-				$order->update_status( 'processing', $message );
523
+		if ('on-hold' === $order->get_status()) {
524
+			if (apply_filters('wc_stripe_webhook_review_change_order_status', true, $order, $notification)) {
525
+				$order->update_status('processing', $message);
526 526
 			} else {
527
-				$order->add_order_note( $message );
527
+				$order->add_order_note($message);
528 528
 			}
529 529
 		} else {
530
-			$order->add_order_note( $message );
530
+			$order->add_order_note($message);
531 531
 		}
532 532
 	}
533 533
 
@@ -538,7 +538,7 @@  discard block
 block discarded – undo
538 538
 	 * @version 4.0.0
539 539
 	 * @param object $notification
540 540
 	 */
541
-	public function is_partial_capture( $notification ) {
541
+	public function is_partial_capture($notification) {
542 542
 		return 0 < $notification->data->object->amount_refunded;
543 543
 	}
544 544
 
@@ -549,11 +549,11 @@  discard block
 block discarded – undo
549 549
 	 * @version 4.0.0
550 550
 	 * @param object $notification
551 551
 	 */
552
-	public function get_refund_amount( $notification ) {
553
-		if ( $this->is_partial_capture( $notification ) ) {
552
+	public function get_refund_amount($notification) {
553
+		if ($this->is_partial_capture($notification)) {
554 554
 			$amount = $notification->data->object->refunds->data[0]->amount / 100;
555 555
 
556
-			if ( in_array( strtolower( $notification->data->object->currency ), WC_Stripe_Helper::no_decimal_currencies() ) ) {
556
+			if (in_array(strtolower($notification->data->object->currency), WC_Stripe_Helper::no_decimal_currencies())) {
557 557
 				$amount = $notification->data->object->refunds->data[0]->amount;
558 558
 			}
559 559
 
@@ -570,12 +570,12 @@  discard block
 block discarded – undo
570 570
 	 * @version 4.0.0
571 571
 	 * @param object $notification
572 572
 	 */
573
-	public function get_partial_amount_to_charge( $notification ) {
574
-		if ( $this->is_partial_capture( $notification ) ) {
575
-			$amount = ( $notification->data->object->amount - $notification->data->object->amount_refunded ) / 100;
573
+	public function get_partial_amount_to_charge($notification) {
574
+		if ($this->is_partial_capture($notification)) {
575
+			$amount = ($notification->data->object->amount - $notification->data->object->amount_refunded) / 100;
576 576
 
577
-			if ( in_array( strtolower( $notification->data->object->currency ), WC_Stripe_Helper::no_decimal_currencies() ) ) {
578
-				$amount = ( $notification->data->object->amount - $notification->data->object->amount_refunded );
577
+			if (in_array(strtolower($notification->data->object->currency), WC_Stripe_Helper::no_decimal_currencies())) {
578
+				$amount = ($notification->data->object->amount - $notification->data->object->amount_refunded);
579 579
 			}
580 580
 
581 581
 			return $amount;
@@ -591,44 +591,44 @@  discard block
 block discarded – undo
591 591
 	 * @version 4.0.0
592 592
 	 * @param string $request_body
593 593
 	 */
594
-	public function process_webhook( $request_body ) {
595
-		$notification = json_decode( $request_body );
594
+	public function process_webhook($request_body) {
595
+		$notification = json_decode($request_body);
596 596
 
597
-		switch ( $notification->type ) {
597
+		switch ($notification->type) {
598 598
 			case 'source.chargeable':
599
-				$this->process_webhook_payment( $notification );
599
+				$this->process_webhook_payment($notification);
600 600
 				break;
601 601
 
602 602
 			case 'source.canceled':
603
-				$this->process_webhook_source_canceled( $notification );
603
+				$this->process_webhook_source_canceled($notification);
604 604
 				break;
605 605
 
606 606
 			case 'charge.succeeded':
607
-				$this->process_webhook_charge_succeeded( $notification );
607
+				$this->process_webhook_charge_succeeded($notification);
608 608
 				break;
609 609
 
610 610
 			case 'charge.failed':
611
-				$this->process_webhook_charge_failed( $notification );
611
+				$this->process_webhook_charge_failed($notification);
612 612
 				break;
613 613
 
614 614
 			case 'charge.captured':
615
-				$this->process_webhook_capture( $notification );
615
+				$this->process_webhook_capture($notification);
616 616
 				break;
617 617
 
618 618
 			case 'charge.dispute.created':
619
-				$this->process_webhook_dispute( $notification );
619
+				$this->process_webhook_dispute($notification);
620 620
 				break;
621 621
 
622 622
 			case 'charge.refunded':
623
-				$this->process_webhook_refund( $notification );
623
+				$this->process_webhook_refund($notification);
624 624
 				break;
625 625
 
626 626
 			case 'review.opened':
627
-				$this->process_review_opened( $notification );
627
+				$this->process_review_opened($notification);
628 628
 				break;
629 629
 
630 630
 			case 'review.closed':
631
-				$this->process_review_closed( $notification );
631
+				$this->process_review_closed($notification);
632 632
 				break;
633 633
 
634 634
 		}
Please login to merge, or discard this patch.
includes/compat/class-wc-stripe-sepa-subs-compat.php 1 patch
Spacing   +138 added lines, -138 removed lines patch added patch discarded remove patch
@@ -1,5 +1,5 @@  discard block
 block discarded – undo
1 1
 <?php
2
-if ( ! defined( 'ABSPATH' ) ) {
2
+if ( ! defined('ABSPATH')) {
3 3
 	exit;
4 4
 }
5 5
 
@@ -15,19 +15,19 @@  discard block
 block discarded – undo
15 15
 	public function __construct() {
16 16
 		parent::__construct();
17 17
 
18
-		if ( class_exists( 'WC_Subscriptions_Order' ) ) {
19
-			add_action( 'woocommerce_scheduled_subscription_payment_' . $this->id, array( $this, 'scheduled_subscription_payment' ), 10, 2 );
20
-			add_action( 'wcs_resubscribe_order_created', array( $this, 'delete_resubscribe_meta' ), 10 );
21
-			add_action( 'wcs_renewal_order_created', array( $this, 'delete_renewal_meta' ), 10 );
22
-			add_action( 'woocommerce_subscription_failing_payment_method_updated_stripe', array( $this, 'update_failing_payment_method' ), 10, 2 );
18
+		if (class_exists('WC_Subscriptions_Order')) {
19
+			add_action('woocommerce_scheduled_subscription_payment_' . $this->id, array($this, 'scheduled_subscription_payment'), 10, 2);
20
+			add_action('wcs_resubscribe_order_created', array($this, 'delete_resubscribe_meta'), 10);
21
+			add_action('wcs_renewal_order_created', array($this, 'delete_renewal_meta'), 10);
22
+			add_action('woocommerce_subscription_failing_payment_method_updated_stripe', array($this, 'update_failing_payment_method'), 10, 2);
23 23
 
24 24
 			// Display the credit card used for a subscription in the "My Subscriptions" table.
25
-			add_filter( 'woocommerce_my_subscriptions_payment_method', array( $this, 'maybe_render_subscription_payment_method' ), 10, 2 );
25
+			add_filter('woocommerce_my_subscriptions_payment_method', array($this, 'maybe_render_subscription_payment_method'), 10, 2);
26 26
 
27 27
 			// Allow store managers to manually set Stripe as the payment method on a subscription.
28
-			add_filter( 'woocommerce_subscription_payment_meta', array( $this, 'add_subscription_payment_meta' ), 10, 2 );
29
-			add_filter( 'woocommerce_subscription_validate_payment_meta', array( $this, 'validate_subscription_payment_meta' ), 10, 2 );
30
-			add_filter( 'wc_stripe_display_save_payment_method_checkbox', array( $this, 'maybe_hide_save_checkbox' ) );
28
+			add_filter('woocommerce_subscription_payment_meta', array($this, 'add_subscription_payment_meta'), 10, 2);
29
+			add_filter('woocommerce_subscription_validate_payment_meta', array($this, 'validate_subscription_payment_meta'), 10, 2);
30
+			add_filter('wc_stripe_display_save_payment_method_checkbox', array($this, 'maybe_hide_save_checkbox'));
31 31
 		}
32 32
 	}
33 33
 
@@ -47,8 +47,8 @@  discard block
 block discarded – undo
47 47
 	 * @since 4.0.0
48 48
 	 * @version 4.0.0
49 49
 	 */
50
-	public function maybe_hide_save_checkbox( $display_tokenization ) {
51
-		if ( WC_Subscriptions_Cart::cart_contains_subscription() ) {
50
+	public function maybe_hide_save_checkbox($display_tokenization) {
51
+		if (WC_Subscriptions_Cart::cart_contains_subscription()) {
52 52
 			return false;
53 53
 		}
54 54
 
@@ -60,8 +60,8 @@  discard block
 block discarded – undo
60 60
 	 * @param  int  $order_id
61 61
 	 * @return boolean
62 62
 	 */
63
-	public function has_subscription( $order_id ) {
64
-		return ( function_exists( 'wcs_order_contains_subscription' ) && ( wcs_order_contains_subscription( $order_id ) || wcs_is_subscription( $order_id ) || wcs_order_contains_renewal( $order_id ) ) );
63
+	public function has_subscription($order_id) {
64
+		return (function_exists('wcs_order_contains_subscription') && (wcs_order_contains_subscription($order_id) || wcs_is_subscription($order_id) || wcs_order_contains_renewal($order_id)));
65 65
 	}
66 66
 
67 67
 	/**
@@ -71,7 +71,7 @@  discard block
 block discarded – undo
71 71
 	 * @return bool
72 72
 	 */
73 73
 	public function is_subs_change_payment() {
74
-		return ( isset( $_GET['pay_for_order'] ) && isset( $_GET['change_payment_method'] ) );
74
+		return (isset($_GET['pay_for_order']) && isset($_GET['change_payment_method']));
75 75
 	}
76 76
 
77 77
 	/**
@@ -80,24 +80,24 @@  discard block
 block discarded – undo
80 80
 	 * @since 3.1.0
81 81
 	 * @version 4.0.0
82 82
 	 */
83
-	public function save_source_to_order( $order, $source ) {
84
-		parent::save_source_to_order( $order, $source );
83
+	public function save_source_to_order($order, $source) {
84
+		parent::save_source_to_order($order, $source);
85 85
 
86
-		$order_id  = WC_Stripe_Helper::is_pre_30() ? $order->id : $order->get_id();
86
+		$order_id = WC_Stripe_Helper::is_pre_30() ? $order->id : $order->get_id();
87 87
 
88 88
 		// Also store it on the subscriptions being purchased or paid for in the order.
89
-		if ( function_exists( 'wcs_order_contains_subscription' ) && wcs_order_contains_subscription( $order_id ) ) {
90
-			$subscriptions = wcs_get_subscriptions_for_order( $order_id );
91
-		} elseif ( function_exists( 'wcs_order_contains_renewal' ) && wcs_order_contains_renewal( $order_id ) ) {
92
-			$subscriptions = wcs_get_subscriptions_for_renewal_order( $order_id );
89
+		if (function_exists('wcs_order_contains_subscription') && wcs_order_contains_subscription($order_id)) {
90
+			$subscriptions = wcs_get_subscriptions_for_order($order_id);
91
+		} elseif (function_exists('wcs_order_contains_renewal') && wcs_order_contains_renewal($order_id)) {
92
+			$subscriptions = wcs_get_subscriptions_for_renewal_order($order_id);
93 93
 		} else {
94 94
 			$subscriptions = array();
95 95
 		}
96 96
 
97
-		foreach ( $subscriptions as $subscription ) {
97
+		foreach ($subscriptions as $subscription) {
98 98
 			$subscription_id = WC_Stripe_Helper::is_pre_30() ? $subscription->id : $subscription->get_id();
99
-			update_post_meta( $subscription_id, '_stripe_customer_id', $source->customer );
100
-			update_post_meta( $subscription_id, '_stripe_source_id', $source->source );
99
+			update_post_meta($subscription_id, '_stripe_customer_id', $source->customer);
100
+			update_post_meta($subscription_id, '_stripe_source_id', $source->source);
101 101
 		}
102 102
 	}
103 103
 
@@ -106,16 +106,16 @@  discard block
 block discarded – undo
106 106
 	 * @param  int $order_id
107 107
 	 * @return array
108 108
 	 */
109
-	public function process_payment( $order_id, $retry = true, $force_save_source = false, $previous_error = false ) {
110
-		if ( $this->has_subscription( $order_id ) ) {
111
-			if ( $this->is_subs_change_payment() ) {
112
-				return $this->change_subs_payment_method( $order_id );
109
+	public function process_payment($order_id, $retry = true, $force_save_source = false, $previous_error = false) {
110
+		if ($this->has_subscription($order_id)) {
111
+			if ($this->is_subs_change_payment()) {
112
+				return $this->change_subs_payment_method($order_id);
113 113
 			}
114 114
 
115 115
 			// Regular payment with force customer enabled
116
-			return parent::process_payment( $order_id, $retry, true, $previous_error );
116
+			return parent::process_payment($order_id, $retry, true, $previous_error);
117 117
 		} else {
118
-			return parent::process_payment( $order_id, $retry, $force_save_source, $previous_error );
118
+			return parent::process_payment($order_id, $retry, $force_save_source, $previous_error);
119 119
 		}
120 120
 	}
121 121
 
@@ -125,25 +125,25 @@  discard block
 block discarded – undo
125 125
 	 * @since 4.0.4
126 126
 	 * @param int $order_id
127 127
 	 */
128
-	public function change_subs_payment_method( $order_id ) {
128
+	public function change_subs_payment_method($order_id) {
129 129
 		try {
130
-			$subscription    = wc_get_order( $order_id );
131
-			$prepared_source = $this->prepare_source( get_current_user_id(), true );
130
+			$subscription    = wc_get_order($order_id);
131
+			$prepared_source = $this->prepare_source(get_current_user_id(), true);
132 132
 
133
-			if ( empty( $prepared_source->source ) ) {
134
-				$localized_message = __( 'Payment processing failed. Please retry.', 'woocommerce-gateway-stripe' );
135
-				throw new WC_Stripe_Exception( print_r( $prepared_source, true ), $localized_message );
133
+			if (empty($prepared_source->source)) {
134
+				$localized_message = __('Payment processing failed. Please retry.', 'woocommerce-gateway-stripe');
135
+				throw new WC_Stripe_Exception(print_r($prepared_source, true), $localized_message);
136 136
 			}
137 137
 
138
-			$this->save_source_to_order( $subscription, $prepared_source );
138
+			$this->save_source_to_order($subscription, $prepared_source);
139 139
 
140 140
 			return array(
141 141
 				'result'   => 'success',
142
-				'redirect' => $this->get_return_url( $subscription ),
142
+				'redirect' => $this->get_return_url($subscription),
143 143
 			);
144
-		} catch ( WC_Stripe_Exception $e ) {
145
-			wc_add_notice( $e->getLocalizedMessage(), 'error' );
146
-			WC_Stripe_Logger::log( 'Error: ' . $e->getMessage() );
144
+		} catch (WC_Stripe_Exception $e) {
145
+			wc_add_notice($e->getLocalizedMessage(), 'error');
146
+			WC_Stripe_Logger::log('Error: ' . $e->getMessage());
147 147
 		}
148 148
 	}
149 149
 
@@ -153,8 +153,8 @@  discard block
 block discarded – undo
153 153
 	 * @param $amount_to_charge float The amount to charge.
154 154
 	 * @param $renewal_order WC_Order A WC_Order object created to record the renewal payment.
155 155
 	 */
156
-	public function scheduled_subscription_payment( $amount_to_charge, $renewal_order ) {
157
-		$this->process_subscription_payment( $amount_to_charge, $renewal_order, true, false );
156
+	public function scheduled_subscription_payment($amount_to_charge, $renewal_order) {
157
+		$this->process_subscription_payment($amount_to_charge, $renewal_order, true, false);
158 158
 	}
159 159
 
160 160
 	/**
@@ -168,89 +168,89 @@  discard block
 block discarded – undo
168 168
 	 * @param bool $retry Should we retry the process?
169 169
 	 * @param object $previous_error
170 170
 	 */
171
-	public function process_subscription_payment( $amount = 0.0, $renewal_order, $retry = true, $previous_error ) {
171
+	public function process_subscription_payment($amount = 0.0, $renewal_order, $retry = true, $previous_error) {
172 172
 		try {
173
-			if ( $amount * 100 < WC_Stripe_Helper::get_minimum_amount() ) {
173
+			if ($amount * 100 < WC_Stripe_Helper::get_minimum_amount()) {
174 174
 				/* translators: minimum amount */
175
-				return new WP_Error( 'stripe_error', sprintf( __( 'Sorry, the minimum allowed order total is %1$s to use this payment method.', 'woocommerce-gateway-stripe' ), wc_price( WC_Stripe_Helper::get_minimum_amount() / 100 ) ) );
175
+				return new WP_Error('stripe_error', sprintf(__('Sorry, the minimum allowed order total is %1$s to use this payment method.', 'woocommerce-gateway-stripe'), wc_price(WC_Stripe_Helper::get_minimum_amount() / 100)));
176 176
 			}
177 177
 
178 178
 			$order_id = WC_Stripe_Helper::is_pre_30() ? $renewal_order->id : $renewal_order->get_id();
179 179
 
180 180
 			// Get source from order
181
-			$prepared_source = $this->prepare_order_source( $renewal_order );
181
+			$prepared_source = $this->prepare_order_source($renewal_order);
182 182
 			$source_object   = $prepared_source->source_object;
183 183
 
184
-			if ( ! $prepared_source->customer ) {
185
-				return new WP_Error( 'stripe_error', __( 'Customer not found', 'woocommerce-gateway-stripe' ) );
184
+			if ( ! $prepared_source->customer) {
185
+				return new WP_Error('stripe_error', __('Customer not found', 'woocommerce-gateway-stripe'));
186 186
 			}
187 187
 
188
-			WC_Stripe_Logger::log( "Info: Begin processing subscription payment for order {$order_id} for the amount of {$amount}" );
188
+			WC_Stripe_Logger::log("Info: Begin processing subscription payment for order {$order_id} for the amount of {$amount}");
189 189
 
190 190
 			/* If we're doing a retry and source is chargeable, we need to pass
191 191
 			 * a different idempotency key and retry for success.
192 192
 			 */
193
-			if ( is_object( $source_object ) && empty( $source_object->error ) && $this->need_update_idempotency_key( $source_object, $previous_error ) ) {
194
-				add_filter( 'wc_stripe_idempotency_key', array( $this, 'change_idempotency_key' ), 10, 2 );
193
+			if (is_object($source_object) && empty($source_object->error) && $this->need_update_idempotency_key($source_object, $previous_error)) {
194
+				add_filter('wc_stripe_idempotency_key', array($this, 'change_idempotency_key'), 10, 2);
195 195
 			}
196 196
 
197
-			if ( ( $this->is_no_such_source_error( $previous_error ) || $this->is_no_linked_source_error( $previous_error ) ) && apply_filters( 'wc_stripe_use_default_customer_source', true ) ) {
197
+			if (($this->is_no_such_source_error($previous_error) || $this->is_no_linked_source_error($previous_error)) && apply_filters('wc_stripe_use_default_customer_source', true)) {
198 198
 				// Passing empty source will charge customer default.
199 199
 				$prepared_source->source = '';
200 200
 			}
201 201
 
202
-			$request            = $this->generate_payment_request( $renewal_order, $prepared_source );
202
+			$request            = $this->generate_payment_request($renewal_order, $prepared_source);
203 203
 			$request['capture'] = 'true';
204
-			$request['amount']  = WC_Stripe_Helper::get_stripe_amount( $amount, $request['currency'] );
205
-			$response           = WC_Stripe_API::request( $request );
204
+			$request['amount']  = WC_Stripe_Helper::get_stripe_amount($amount, $request['currency']);
205
+			$response           = WC_Stripe_API::request($request);
206 206
 
207
-			if ( ! empty( $response->error ) ) {
207
+			if ( ! empty($response->error)) {
208 208
 				// We want to retry.
209
-				if ( $this->is_retryable_error( $response->error ) ) {
210
-					if ( $retry ) {
209
+				if ($this->is_retryable_error($response->error)) {
210
+					if ($retry) {
211 211
 						// Don't do anymore retries after this.
212
-						if ( 5 <= $this->retry_interval ) {
213
-							return $this->process_subscription_payment( $amount, $renewal_order, false, $response->error );
212
+						if (5 <= $this->retry_interval) {
213
+							return $this->process_subscription_payment($amount, $renewal_order, false, $response->error);
214 214
 						}
215 215
 
216
-						sleep( $this->retry_interval );
216
+						sleep($this->retry_interval);
217 217
 
218 218
 						$this->retry_interval++;
219 219
 
220
-						return $this->process_subscription_payment( $amount, $renewal_order, true, $response->error );
220
+						return $this->process_subscription_payment($amount, $renewal_order, true, $response->error);
221 221
 					} else {
222
-						$localized_message = __( 'Sorry, we are unable to process your payment at this time. Please retry later.', 'woocommerce-gateway-stripe' );
223
-						$renewal_order->add_order_note( $localized_message );
224
-						throw new WC_Stripe_Exception( print_r( $response, true ), $localized_message );
222
+						$localized_message = __('Sorry, we are unable to process your payment at this time. Please retry later.', 'woocommerce-gateway-stripe');
223
+						$renewal_order->add_order_note($localized_message);
224
+						throw new WC_Stripe_Exception(print_r($response, true), $localized_message);
225 225
 					}
226 226
 				}
227 227
 
228 228
 				$localized_messages = WC_Stripe_Helper::get_localized_messages();
229 229
 
230
-				if ( 'card_error' === $response->error->type ) {
231
-					$localized_message = isset( $localized_messages[ $response->error->code ] ) ? $localized_messages[ $response->error->code ] : $response->error->message;
230
+				if ('card_error' === $response->error->type) {
231
+					$localized_message = isset($localized_messages[$response->error->code]) ? $localized_messages[$response->error->code] : $response->error->message;
232 232
 				} else {
233
-					$localized_message = isset( $localized_messages[ $response->error->type ] ) ? $localized_messages[ $response->error->type ] : $response->error->message;
233
+					$localized_message = isset($localized_messages[$response->error->type]) ? $localized_messages[$response->error->type] : $response->error->message;
234 234
 				}
235 235
 
236
-				$renewal_order->add_order_note( $localized_message );
236
+				$renewal_order->add_order_note($localized_message);
237 237
 
238
-				throw new WC_Stripe_Exception( print_r( $response, true ), $localized_message );
238
+				throw new WC_Stripe_Exception(print_r($response, true), $localized_message);
239 239
 			}
240 240
 
241
-			do_action( 'wc_gateway_stripe_process_payment', $response, $renewal_order );
241
+			do_action('wc_gateway_stripe_process_payment', $response, $renewal_order);
242 242
 
243
-			$this->process_response( $response, $renewal_order );
244
-		} catch ( WC_Stripe_Exception $e ) {
245
-			WC_Stripe_Logger::log( 'Error: ' . $e->getMessage() );
243
+			$this->process_response($response, $renewal_order);
244
+		} catch (WC_Stripe_Exception $e) {
245
+			WC_Stripe_Logger::log('Error: ' . $e->getMessage());
246 246
 
247
-			do_action( 'wc_gateway_stripe_process_payment_error', $e, $renewal_order );
247
+			do_action('wc_gateway_stripe_process_payment_error', $e, $renewal_order);
248 248
 
249 249
 			/* translators: error message */
250
-			$renewal_order->update_status( 'failed' );
250
+			$renewal_order->update_status('failed');
251 251
 
252
-			if ( $renewal_order->has_status( array( 'pending', 'failed' ) ) ) {
253
-				$this->send_failed_order_email( $order_id );
252
+			if ($renewal_order->has_status(array('pending', 'failed'))) {
253
+				$this->send_failed_order_email($order_id);
254 254
 			}
255 255
 		}
256 256
 	}
@@ -259,21 +259,21 @@  discard block
 block discarded – undo
259 259
 	 * Don't transfer Stripe customer/token meta to resubscribe orders.
260 260
 	 * @param int $resubscribe_order The order created for the customer to resubscribe to the old expired/cancelled subscription
261 261
 	 */
262
-	public function delete_resubscribe_meta( $resubscribe_order ) {
263
-		delete_post_meta( ( WC_Stripe_Helper::is_pre_30() ? $resubscribe_order->id : $resubscribe_order->get_id() ), '_stripe_customer_id' );
264
-		delete_post_meta( ( WC_Stripe_Helper::is_pre_30() ? $resubscribe_order->id : $resubscribe_order->get_id() ), '_stripe_source_id' );
262
+	public function delete_resubscribe_meta($resubscribe_order) {
263
+		delete_post_meta((WC_Stripe_Helper::is_pre_30() ? $resubscribe_order->id : $resubscribe_order->get_id()), '_stripe_customer_id');
264
+		delete_post_meta((WC_Stripe_Helper::is_pre_30() ? $resubscribe_order->id : $resubscribe_order->get_id()), '_stripe_source_id');
265 265
 		// For BW compat will remove in future
266
-		delete_post_meta( ( WC_Stripe_Helper::is_pre_30() ? $resubscribe_order->id : $resubscribe_order->get_id() ), '_stripe_card_id' );
267
-		$this->delete_renewal_meta( $resubscribe_order );
266
+		delete_post_meta((WC_Stripe_Helper::is_pre_30() ? $resubscribe_order->id : $resubscribe_order->get_id()), '_stripe_card_id');
267
+		$this->delete_renewal_meta($resubscribe_order);
268 268
 	}
269 269
 
270 270
 	/**
271 271
 	 * Don't transfer Stripe fee/ID meta to renewal orders.
272 272
 	 * @param int $resubscribe_order The order created for the customer to resubscribe to the old expired/cancelled subscription
273 273
 	 */
274
-	public function delete_renewal_meta( $renewal_order ) {
275
-		WC_Stripe_Helper::delete_stripe_fee( $renewal_order );
276
-		WC_Stripe_Helper::delete_stripe_net( $renewal_order );
274
+	public function delete_renewal_meta($renewal_order) {
275
+		WC_Stripe_Helper::delete_stripe_fee($renewal_order);
276
+		WC_Stripe_Helper::delete_stripe_net($renewal_order);
277 277
 
278 278
 		return $renewal_order;
279 279
 	}
@@ -287,14 +287,14 @@  discard block
 block discarded – undo
287 287
 	 * @param WC_Order $renewal_order The order which recorded the successful payment (to make up for the failed automatic payment).
288 288
 	 * @return void
289 289
 	 */
290
-	public function update_failing_payment_method( $subscription, $renewal_order ) {
291
-		if ( WC_Stripe_Helper::is_pre_30() ) {
292
-			update_post_meta( $subscription->id, '_stripe_customer_id', $renewal_order->stripe_customer_id );
293
-			update_post_meta( $subscription->id, '_stripe_source_id', $renewal_order->stripe_source_id );
290
+	public function update_failing_payment_method($subscription, $renewal_order) {
291
+		if (WC_Stripe_Helper::is_pre_30()) {
292
+			update_post_meta($subscription->id, '_stripe_customer_id', $renewal_order->stripe_customer_id);
293
+			update_post_meta($subscription->id, '_stripe_source_id', $renewal_order->stripe_source_id);
294 294
 
295 295
 		} else {
296
-			update_post_meta( $subscription->get_id(), '_stripe_customer_id', $renewal_order->get_meta( '_stripe_customer_id', true ) );
297
-			update_post_meta( $subscription->get_id(), '_stripe_source_id', $renewal_order->get_meta( '_stripe_source_id', true ) );
296
+			update_post_meta($subscription->get_id(), '_stripe_customer_id', $renewal_order->get_meta('_stripe_customer_id', true));
297
+			update_post_meta($subscription->get_id(), '_stripe_source_id', $renewal_order->get_meta('_stripe_source_id', true));
298 298
 		}
299 299
 	}
300 300
 
@@ -307,21 +307,21 @@  discard block
 block discarded – undo
307 307
 	 * @param WC_Subscription $subscription An instance of a subscription object
308 308
 	 * @return array
309 309
 	 */
310
-	public function add_subscription_payment_meta( $payment_meta, $subscription ) {
311
-		$source_id = get_post_meta( ( WC_Stripe_Helper::is_pre_30() ? $subscription->id : $subscription->get_id() ), '_stripe_source_id', true );
310
+	public function add_subscription_payment_meta($payment_meta, $subscription) {
311
+		$source_id = get_post_meta((WC_Stripe_Helper::is_pre_30() ? $subscription->id : $subscription->get_id()), '_stripe_source_id', true);
312 312
 
313 313
 		// For BW compat will remove in future.
314
-		if ( empty( $source_id ) ) {
315
-			$source_id = get_post_meta( ( WC_Stripe_Helper::is_pre_30() ? $subscription->id : $subscription->get_id() ), '_stripe_card_id', true );
314
+		if (empty($source_id)) {
315
+			$source_id = get_post_meta((WC_Stripe_Helper::is_pre_30() ? $subscription->id : $subscription->get_id()), '_stripe_card_id', true);
316 316
 
317 317
 			// Take this opportunity to update the key name.
318
-			WC_Stripe_Helper::is_pre_30() ? update_post_meta( $subscription->id, '_stripe_source_id', $source_id ) : update_post_meta( $subscription->get_id(), '_stripe_source_id', $source_id );
318
+			WC_Stripe_Helper::is_pre_30() ? update_post_meta($subscription->id, '_stripe_source_id', $source_id) : update_post_meta($subscription->get_id(), '_stripe_source_id', $source_id);
319 319
 		}
320 320
 
321
-		$payment_meta[ $this->id ] = array(
321
+		$payment_meta[$this->id] = array(
322 322
 			'post_meta' => array(
323 323
 				'_stripe_customer_id' => array(
324
-					'value' => get_post_meta( ( WC_Stripe_Helper::is_pre_30() ? $subscription->id : $subscription->get_id() ), '_stripe_customer_id', true ),
324
+					'value' => get_post_meta((WC_Stripe_Helper::is_pre_30() ? $subscription->id : $subscription->get_id()), '_stripe_customer_id', true),
325 325
 					'label' => 'Stripe Customer ID',
326 326
 				),
327 327
 				'_stripe_source_id' => array(
@@ -342,22 +342,22 @@  discard block
 block discarded – undo
342 342
 	 * @param array $payment_meta associative array of meta data required for automatic payments
343 343
 	 * @return array
344 344
 	 */
345
-	public function validate_subscription_payment_meta( $payment_method_id, $payment_meta ) {
346
-		if ( $this->id === $payment_method_id ) {
345
+	public function validate_subscription_payment_meta($payment_method_id, $payment_meta) {
346
+		if ($this->id === $payment_method_id) {
347 347
 
348
-			if ( ! isset( $payment_meta['post_meta']['_stripe_customer_id']['value'] ) || empty( $payment_meta['post_meta']['_stripe_customer_id']['value'] ) ) {
349
-				throw new Exception( __( 'A "Stripe Customer ID" value is required.', 'woocommerce-gateway-stripe' ) );
350
-			} elseif ( 0 !== strpos( $payment_meta['post_meta']['_stripe_customer_id']['value'], 'cus_' ) ) {
351
-				throw new Exception( __( 'Invalid customer ID. A valid "Stripe Customer ID" must begin with "cus_".', 'woocommerce-gateway-stripe' ) );
348
+			if ( ! isset($payment_meta['post_meta']['_stripe_customer_id']['value']) || empty($payment_meta['post_meta']['_stripe_customer_id']['value'])) {
349
+				throw new Exception(__('A "Stripe Customer ID" value is required.', 'woocommerce-gateway-stripe'));
350
+			} elseif (0 !== strpos($payment_meta['post_meta']['_stripe_customer_id']['value'], 'cus_')) {
351
+				throw new Exception(__('Invalid customer ID. A valid "Stripe Customer ID" must begin with "cus_".', 'woocommerce-gateway-stripe'));
352 352
 			}
353 353
 
354 354
 			if (
355
-				( ! empty( $payment_meta['post_meta']['_stripe_source_id']['value'] )
356
-				&& 0 !== strpos( $payment_meta['post_meta']['_stripe_source_id']['value'], 'card_' ) )
357
-				&& ( ! empty( $payment_meta['post_meta']['_stripe_source_id']['value'] )
358
-				&& 0 !== strpos( $payment_meta['post_meta']['_stripe_source_id']['value'], 'src_' ) ) ) {
355
+				( ! empty($payment_meta['post_meta']['_stripe_source_id']['value'])
356
+				&& 0 !== strpos($payment_meta['post_meta']['_stripe_source_id']['value'], 'card_'))
357
+				&& ( ! empty($payment_meta['post_meta']['_stripe_source_id']['value'])
358
+				&& 0 !== strpos($payment_meta['post_meta']['_stripe_source_id']['value'], 'src_')) ) {
359 359
 
360
-				throw new Exception( __( 'Invalid source ID. A valid source "Stripe Source ID" must begin with "src_" or "card_".', 'woocommerce-gateway-stripe' ) );
360
+				throw new Exception(__('Invalid source ID. A valid source "Stripe Source ID" must begin with "src_" or "card_".', 'woocommerce-gateway-stripe'));
361 361
 			}
362 362
 		}
363 363
 	}
@@ -370,67 +370,67 @@  discard block
 block discarded – undo
370 370
 	 * @param WC_Subscription $subscription the subscription details
371 371
 	 * @return string the subscription payment method
372 372
 	 */
373
-	public function maybe_render_subscription_payment_method( $payment_method_to_display, $subscription ) {
373
+	public function maybe_render_subscription_payment_method($payment_method_to_display, $subscription) {
374 374
 		$customer_user = WC_Stripe_Helper::is_pre_30() ? $subscription->customer_user : $subscription->get_customer_id();
375 375
 
376 376
 		// bail for other payment methods
377
-		if ( ( WC_Stripe_Helper::is_pre_30() ? $subscription->payment_method : $subscription->get_payment_method() ) !== $this->id || ! $customer_user ) {
377
+		if ((WC_Stripe_Helper::is_pre_30() ? $subscription->payment_method : $subscription->get_payment_method()) !== $this->id || ! $customer_user) {
378 378
 			return $payment_method_to_display;
379 379
 		}
380 380
 
381
-		$stripe_source_id = get_post_meta( ( WC_Stripe_Helper::is_pre_30() ? $subscription->id : $subscription->get_id() ), '_stripe_source_id', true );
381
+		$stripe_source_id = get_post_meta((WC_Stripe_Helper::is_pre_30() ? $subscription->id : $subscription->get_id()), '_stripe_source_id', true);
382 382
 
383 383
 		// For BW compat will remove in future.
384
-		if ( empty( $stripe_source_id ) ) {
385
-			$stripe_source_id = get_post_meta( ( WC_Stripe_Helper::is_pre_30() ? $subscription->id : $subscription->get_id() ), '_stripe_card_id', true );
384
+		if (empty($stripe_source_id)) {
385
+			$stripe_source_id = get_post_meta((WC_Stripe_Helper::is_pre_30() ? $subscription->id : $subscription->get_id()), '_stripe_card_id', true);
386 386
 
387 387
 			// Take this opportunity to update the key name.
388
-			WC_Stripe_Helper::is_pre_30() ? update_post_meta( $subscription->id, '_stripe_source_id', $stripe_source_id ) : update_post_meta( $subscription->get_id(), '_stripe_source_id', $stripe_source_id );
388
+			WC_Stripe_Helper::is_pre_30() ? update_post_meta($subscription->id, '_stripe_source_id', $stripe_source_id) : update_post_meta($subscription->get_id(), '_stripe_source_id', $stripe_source_id);
389 389
 		}
390 390
 
391 391
 		$stripe_customer    = new WC_Stripe_Customer();
392
-		$stripe_customer_id = get_post_meta( ( WC_Stripe_Helper::is_pre_30() ? $subscription->id : $subscription->get_id() ), '_stripe_customer_id', true );
392
+		$stripe_customer_id = get_post_meta((WC_Stripe_Helper::is_pre_30() ? $subscription->id : $subscription->get_id()), '_stripe_customer_id', true);
393 393
 
394 394
 		// If we couldn't find a Stripe customer linked to the subscription, fallback to the user meta data.
395
-		if ( ! $stripe_customer_id || ! is_string( $stripe_customer_id ) ) {
395
+		if ( ! $stripe_customer_id || ! is_string($stripe_customer_id)) {
396 396
 			$user_id            = $customer_user;
397
-			$stripe_customer_id = get_user_meta( $user_id, '_stripe_customer_id', true );
398
-			$stripe_source_id   = get_user_meta( $user_id, '_stripe_source_id', true );
397
+			$stripe_customer_id = get_user_meta($user_id, '_stripe_customer_id', true);
398
+			$stripe_source_id   = get_user_meta($user_id, '_stripe_source_id', true);
399 399
 
400 400
 			// For BW compat will remove in future.
401
-			if ( empty( $stripe_source_id ) ) {
402
-				$stripe_source_id = get_user_meta( $user_id, '_stripe_card_id', true );
401
+			if (empty($stripe_source_id)) {
402
+				$stripe_source_id = get_user_meta($user_id, '_stripe_card_id', true);
403 403
 
404 404
 				// Take this opportunity to update the key name.
405
-				update_user_meta( $user_id, '_stripe_source_id', $stripe_source_id );
405
+				update_user_meta($user_id, '_stripe_source_id', $stripe_source_id);
406 406
 			}
407 407
 		}
408 408
 
409 409
 		// If we couldn't find a Stripe customer linked to the account, fallback to the order meta data.
410
-		if ( ( ! $stripe_customer_id || ! is_string( $stripe_customer_id ) ) && false !== $subscription->order ) {
411
-			$stripe_customer_id = get_post_meta( ( WC_Stripe_Helper::is_pre_30() ? $subscription->order->id : $subscription->get_parent_id() ), '_stripe_customer_id', true );
412
-			$stripe_source_id   = get_post_meta( ( WC_Stripe_Helper::is_pre_30() ? $subscription->order->id : $subscription->get_parent_id() ), '_stripe_source_id', true );
410
+		if (( ! $stripe_customer_id || ! is_string($stripe_customer_id)) && false !== $subscription->order) {
411
+			$stripe_customer_id = get_post_meta((WC_Stripe_Helper::is_pre_30() ? $subscription->order->id : $subscription->get_parent_id()), '_stripe_customer_id', true);
412
+			$stripe_source_id   = get_post_meta((WC_Stripe_Helper::is_pre_30() ? $subscription->order->id : $subscription->get_parent_id()), '_stripe_source_id', true);
413 413
 
414 414
 			// For BW compat will remove in future.
415
-			if ( empty( $stripe_source_id ) ) {
416
-				$stripe_source_id = get_post_meta( ( WC_Stripe_Helper::is_pre_30() ? $subscription->order->id : $subscription->get_parent_id() ), '_stripe_card_id', true );
415
+			if (empty($stripe_source_id)) {
416
+				$stripe_source_id = get_post_meta((WC_Stripe_Helper::is_pre_30() ? $subscription->order->id : $subscription->get_parent_id()), '_stripe_card_id', true);
417 417
 
418 418
 				// Take this opportunity to update the key name.
419
-				WC_Stripe_Helper::is_pre_30() ? update_post_meta( $subscription->order->id, '_stripe_source_id', $stripe_source_id ) : update_post_meta( $subscription->get_parent_id(), '_stripe_source_id', $stripe_source_id );
419
+				WC_Stripe_Helper::is_pre_30() ? update_post_meta($subscription->order->id, '_stripe_source_id', $stripe_source_id) : update_post_meta($subscription->get_parent_id(), '_stripe_source_id', $stripe_source_id);
420 420
 			}
421 421
 		}
422 422
 
423
-		$stripe_customer->set_id( $stripe_customer_id );
423
+		$stripe_customer->set_id($stripe_customer_id);
424 424
 		$sources = $stripe_customer->get_sources();
425 425
 
426
-		if ( $sources ) {
427
-			foreach ( $sources as $source ) {
428
-				if ( $source->id === $stripe_source_id ) {
429
-					if ( $source->sepa_debit ) {
426
+		if ($sources) {
427
+			foreach ($sources as $source) {
428
+				if ($source->id === $stripe_source_id) {
429
+					if ($source->sepa_debit) {
430 430
 						/* translators: 1) last 4 digits of SEPA Direct Debit */
431
-						$payment_method_to_display = sprintf( __( 'Via SEPA Direct Debit ending in %1$s', 'woocommerce-gateway-stripe' ), $source->sepa_debit->last4 );
431
+						$payment_method_to_display = sprintf(__('Via SEPA Direct Debit ending in %1$s', 'woocommerce-gateway-stripe'), $source->sepa_debit->last4);
432 432
 					} else {
433
-						$payment_method_to_display = __( 'N/A', 'woocommerce-gateway-stripe' );
433
+						$payment_method_to_display = __('N/A', 'woocommerce-gateway-stripe');
434 434
 					}
435 435
 					break;
436 436
 				}
Please login to merge, or discard this patch.
includes/class-wc-stripe-logger.php 1 patch
Spacing   +13 added lines, -13 removed lines patch added patch discarded remove patch
@@ -1,5 +1,5 @@  discard block
 block discarded – undo
1 1
 <?php
2
-if ( ! defined( 'ABSPATH' ) ) {
2
+if ( ! defined('ABSPATH')) {
3 3
 	exit; // Exit if accessed directly
4 4
 }
5 5
 
@@ -20,28 +20,28 @@  discard block
 block discarded – undo
20 20
 	 * @since 4.0.0
21 21
 	 * @version 4.0.0
22 22
 	 */
23
-	public static function log( $message, $start_time = null, $end_time = null ) {
24
-		if ( ! class_exists( 'WC_Logger' ) ) {
23
+	public static function log($message, $start_time = null, $end_time = null) {
24
+		if ( ! class_exists('WC_Logger')) {
25 25
 			return;
26 26
 		}
27 27
 
28
-		if ( apply_filters( 'wc_stripe_logging', true, $message ) ) {
29
-			if ( empty( self::$logger ) ) {
28
+		if (apply_filters('wc_stripe_logging', true, $message)) {
29
+			if (empty(self::$logger)) {
30 30
 				self::$logger = new WC_Logger();
31 31
 			}
32 32
 
33
-			$settings = get_option( 'woocommerce_stripe_settings' );
33
+			$settings = get_option('woocommerce_stripe_settings');
34 34
 
35
-			if ( empty( $settings ) || isset( $settings['logging'] ) && 'yes' !== $settings['logging'] ) {
35
+			if (empty($settings) || isset($settings['logging']) && 'yes' !== $settings['logging']) {
36 36
 				return;
37 37
 			}
38 38
 
39
-			if ( ! is_null( $start_time ) ) {
39
+			if ( ! is_null($start_time)) {
40 40
 
41
-				$formatted_start_time = date_i18n( get_option( 'date_format' ) . ' g:ia', $start_time );
42
-				$end_time             = is_null( $end_time ) ? current_time( 'timestamp' ) : $end_time;
43
-				$formatted_end_time   = date_i18n( get_option( 'date_format' ) . ' g:ia', $end_time );
44
-				$elapsed_time         = round( abs( $end_time - $start_time ) / 60, 2 );
41
+				$formatted_start_time = date_i18n(get_option('date_format') . ' g:ia', $start_time);
42
+				$end_time             = is_null($end_time) ? current_time('timestamp') : $end_time;
43
+				$formatted_end_time   = date_i18n(get_option('date_format') . ' g:ia', $end_time);
44
+				$elapsed_time         = round(abs($end_time - $start_time) / 60, 2);
45 45
 
46 46
 				$log_entry = "\n" . '====Stripe Version: ' . WC_STRIPE_VERSION . '====' . "\n";
47 47
 				$log_entry .= '====Start Log ' . $formatted_start_time . '====' . "\n" . $message . "\n";
@@ -53,7 +53,7 @@  discard block
 block discarded – undo
53 53
 
54 54
 			}
55 55
 
56
-			self::$logger->add( self::WC_LOG_FILENAME, $log_entry );
56
+			self::$logger->add(self::WC_LOG_FILENAME, $log_entry);
57 57
 		}
58 58
 	}
59 59
 }
Please login to merge, or discard this patch.