Completed
Pull Request — master (#1398)
by
unknown
02:05
created
includes/admin/stripe-alipay-settings.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;
4 4
 }
5 5
 
@@ -7,40 +7,40 @@  discard block
 block discarded – undo
7 7
 	'wc_stripe_alipay_settings',
8 8
 	array(
9 9
 		'geo_target'  => array(
10
-			'description' => __( 'Customer Geography: China', 'woocommerce-gateway-stripe' ),
10
+			'description' => __('Customer Geography: China', 'woocommerce-gateway-stripe'),
11 11
 			'type'        => 'title',
12 12
 		),
13 13
 		'guide'       => array(
14
-			'description' => __( '<a href="https://stripe.com/payments/payment-methods-guide#alipay" target="_blank">Payment Method Guide</a>', 'woocommerce-gateway-stripe' ),
14
+			'description' => __('<a href="https://stripe.com/payments/payment-methods-guide#alipay" target="_blank">Payment Method Guide</a>', 'woocommerce-gateway-stripe'),
15 15
 			'type'        => 'title',
16 16
 		),
17 17
 		'activation'  => array(
18
-			'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
+			'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'),
19 19
 			'type'        => 'title',
20 20
 		),
21 21
 		'enabled'     => array(
22
-			'title'       => __( 'Enable/Disable', 'woocommerce-gateway-stripe' ),
23
-			'label'       => __( 'Enable Stripe Alipay', 'woocommerce-gateway-stripe' ),
22
+			'title'       => __('Enable/Disable', 'woocommerce-gateway-stripe'),
23
+			'label'       => __('Enable Stripe Alipay', 'woocommerce-gateway-stripe'),
24 24
 			'type'        => 'checkbox',
25 25
 			'description' => '',
26 26
 			'default'     => 'no',
27 27
 		),
28 28
 		'title'       => array(
29
-			'title'       => __( 'Title', 'woocommerce-gateway-stripe' ),
29
+			'title'       => __('Title', 'woocommerce-gateway-stripe'),
30 30
 			'type'        => 'text',
31
-			'description' => __( 'This controls the title which the user sees during checkout.', 'woocommerce-gateway-stripe' ),
32
-			'default'     => __( 'Alipay', 'woocommerce-gateway-stripe' ),
31
+			'description' => __('This controls the title which the user sees during checkout.', 'woocommerce-gateway-stripe'),
32
+			'default'     => __('Alipay', 'woocommerce-gateway-stripe'),
33 33
 			'desc_tip'    => true,
34 34
 		),
35 35
 		'description' => array(
36
-			'title'       => __( 'Description', 'woocommerce-gateway-stripe' ),
36
+			'title'       => __('Description', 'woocommerce-gateway-stripe'),
37 37
 			'type'        => 'text',
38
-			'description' => __( 'This controls the description which the user sees during checkout.', 'woocommerce-gateway-stripe' ),
39
-			'default'     => __( 'You will be redirected to Alipay.', 'woocommerce-gateway-stripe' ),
38
+			'description' => __('This controls the description which the user sees during checkout.', 'woocommerce-gateway-stripe'),
39
+			'default'     => __('You will be redirected to Alipay.', 'woocommerce-gateway-stripe'),
40 40
 			'desc_tip'    => true,
41 41
 		),
42 42
 		'webhook'     => array(
43
-			'title'       => __( 'Webhook Endpoints', 'woocommerce-gateway-stripe' ),
43
+			'title'       => __('Webhook Endpoints', 'woocommerce-gateway-stripe'),
44 44
 			'type'        => 'title',
45 45
 			/* translators: webhook URL */
46 46
 			'description' => $this->display_admin_settings_webhook_description(),
Please login to merge, or discard this patch.
includes/admin/stripe-sepa-settings.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;
4 4
 }
5 5
 
@@ -7,40 +7,40 @@  discard block
 block discarded – undo
7 7
 	'wc_stripe_sepa_settings',
8 8
 	array(
9 9
 		'geo_target'  => array(
10
-			'description' => __( 'Customer Geography: France, Germany, Spain, Belgium, Netherlands, Luxembourg, Italy, Portugal, Austria, Ireland', 'woocommerce-gateway-stripe' ),
10
+			'description' => __('Customer Geography: France, Germany, Spain, Belgium, Netherlands, Luxembourg, Italy, Portugal, Austria, Ireland', 'woocommerce-gateway-stripe'),
11 11
 			'type'        => 'title',
12 12
 		),
13 13
 		'guide'       => array(
14
-			'description' => __( '<a href="https://stripe.com/payments/payment-methods-guide#sepa-direct-debit" target="_blank">Payment Method Guide</a>', 'woocommerce-gateway-stripe' ),
14
+			'description' => __('<a href="https://stripe.com/payments/payment-methods-guide#sepa-direct-debit" target="_blank">Payment Method Guide</a>', 'woocommerce-gateway-stripe'),
15 15
 			'type'        => 'title',
16 16
 		),
17 17
 		'activation'  => array(
18
-			'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
+			'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'),
19 19
 			'type'        => 'title',
20 20
 		),
21 21
 		'enabled'     => array(
22
-			'title'       => __( 'Enable/Disable', 'woocommerce-gateway-stripe' ),
23
-			'label'       => __( 'Enable Stripe SEPA Direct Debit', 'woocommerce-gateway-stripe' ),
22
+			'title'       => __('Enable/Disable', 'woocommerce-gateway-stripe'),
23
+			'label'       => __('Enable Stripe SEPA Direct Debit', 'woocommerce-gateway-stripe'),
24 24
 			'type'        => 'checkbox',
25 25
 			'description' => '',
26 26
 			'default'     => 'no',
27 27
 		),
28 28
 		'title'       => array(
29
-			'title'       => __( 'Title', 'woocommerce-gateway-stripe' ),
29
+			'title'       => __('Title', 'woocommerce-gateway-stripe'),
30 30
 			'type'        => 'text',
31
-			'description' => __( 'This controls the title which the user sees during checkout.', 'woocommerce-gateway-stripe' ),
32
-			'default'     => __( 'SEPA Direct Debit', 'woocommerce-gateway-stripe' ),
31
+			'description' => __('This controls the title which the user sees during checkout.', 'woocommerce-gateway-stripe'),
32
+			'default'     => __('SEPA Direct Debit', 'woocommerce-gateway-stripe'),
33 33
 			'desc_tip'    => true,
34 34
 		),
35 35
 		'description' => array(
36
-			'title'       => __( 'Description', 'woocommerce-gateway-stripe' ),
36
+			'title'       => __('Description', 'woocommerce-gateway-stripe'),
37 37
 			'type'        => 'text',
38
-			'description' => __( 'This controls the description which the user sees during checkout.', 'woocommerce-gateway-stripe' ),
39
-			'default'     => __( 'Mandate Information.', 'woocommerce-gateway-stripe' ),
38
+			'description' => __('This controls the description which the user sees during checkout.', 'woocommerce-gateway-stripe'),
39
+			'default'     => __('Mandate Information.', 'woocommerce-gateway-stripe'),
40 40
 			'desc_tip'    => true,
41 41
 		),
42 42
 		'webhook'     => array(
43
-			'title'       => __( 'Webhook Endpoints', 'woocommerce-gateway-stripe' ),
43
+			'title'       => __('Webhook Endpoints', 'woocommerce-gateway-stripe'),
44 44
 			'type'        => 'title',
45 45
 			/* translators: webhook URL */
46 46
 			'description' => $this->display_admin_settings_webhook_description(),
Please login to merge, or discard this patch.
includes/admin/stripe-multibanco-settings.php 1 patch
Spacing   +12 added lines, -12 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
 
@@ -7,36 +7,36 @@  discard block
 block discarded – undo
7 7
 	'wc_stripe_multibanco_settings',
8 8
 	array(
9 9
 		'geo_target'  => array(
10
-			'description' => __( 'Customer Geography: Portugal', 'woocommerce-gateway-stripe' ),
10
+			'description' => __('Customer Geography: Portugal', 'woocommerce-gateway-stripe'),
11 11
 			'type'        => 'title',
12 12
 		),
13 13
 		'activation'  => array(
14
-			'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' ),
14
+			'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'),
15 15
 			'type'        => 'title',
16 16
 		),
17 17
 		'enabled'     => array(
18
-			'title'       => __( 'Enable/Disable', 'woocommerce-gateway-stripe' ),
19
-			'label'       => __( 'Enable Stripe Multibanco', 'woocommerce-gateway-stripe' ),
18
+			'title'       => __('Enable/Disable', 'woocommerce-gateway-stripe'),
19
+			'label'       => __('Enable Stripe Multibanco', 'woocommerce-gateway-stripe'),
20 20
 			'type'        => 'checkbox',
21 21
 			'description' => '',
22 22
 			'default'     => 'no',
23 23
 		),
24 24
 		'title'       => array(
25
-			'title'       => __( 'Title', 'woocommerce-gateway-stripe' ),
25
+			'title'       => __('Title', 'woocommerce-gateway-stripe'),
26 26
 			'type'        => 'text',
27
-			'description' => __( 'This controls the title which the user sees during checkout.', 'woocommerce-gateway-stripe' ),
28
-			'default'     => __( 'Multibanco', 'woocommerce-gateway-stripe' ),
27
+			'description' => __('This controls the title which the user sees during checkout.', 'woocommerce-gateway-stripe'),
28
+			'default'     => __('Multibanco', 'woocommerce-gateway-stripe'),
29 29
 			'desc_tip'    => true,
30 30
 		),
31 31
 		'description' => array(
32
-			'title'       => __( 'Description', 'woocommerce-gateway-stripe' ),
32
+			'title'       => __('Description', 'woocommerce-gateway-stripe'),
33 33
 			'type'        => 'text',
34
-			'description' => __( 'This controls the description which the user sees during checkout.', 'woocommerce-gateway-stripe' ),
35
-			'default'     => __( 'You will be redirected to Multibanco.', 'woocommerce-gateway-stripe' ),
34
+			'description' => __('This controls the description which the user sees during checkout.', 'woocommerce-gateway-stripe'),
35
+			'default'     => __('You will be redirected to Multibanco.', 'woocommerce-gateway-stripe'),
36 36
 			'desc_tip'    => true,
37 37
 		),
38 38
 		'webhook'     => array(
39
-			'title'       => __( 'Webhook Endpoints', 'woocommerce-gateway-stripe' ),
39
+			'title'       => __('Webhook Endpoints', 'woocommerce-gateway-stripe'),
40 40
 			'type'        => 'title',
41 41
 			/* translators: webhook URL */
42 42
 			'description' => $this->display_admin_settings_webhook_description(),
Please login to merge, or discard this patch.
includes/admin/stripe-p24-settings.php 1 patch
Spacing   +12 added lines, -12 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
 
@@ -7,36 +7,36 @@  discard block
 block discarded – undo
7 7
 	'wc_stripe_p24_settings',
8 8
 	array(
9 9
 		'geo_target'  => array(
10
-			'description' => __( 'Customer Geography: Poland', 'woocommerce-gateway-stripe' ),
10
+			'description' => __('Customer Geography: Poland', 'woocommerce-gateway-stripe'),
11 11
 			'type'        => 'title',
12 12
 		),
13 13
 		'activation'  => array(
14
-			'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' ),
14
+			'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'),
15 15
 			'type'        => 'title',
16 16
 		),
17 17
 		'enabled'     => array(
18
-			'title'       => __( 'Enable/Disable', 'woocommerce-gateway-stripe' ),
19
-			'label'       => __( 'Enable Stripe P24', 'woocommerce-gateway-stripe' ),
18
+			'title'       => __('Enable/Disable', 'woocommerce-gateway-stripe'),
19
+			'label'       => __('Enable Stripe P24', 'woocommerce-gateway-stripe'),
20 20
 			'type'        => 'checkbox',
21 21
 			'description' => '',
22 22
 			'default'     => 'no',
23 23
 		),
24 24
 		'title'       => array(
25
-			'title'       => __( 'Title', 'woocommerce-gateway-stripe' ),
25
+			'title'       => __('Title', 'woocommerce-gateway-stripe'),
26 26
 			'type'        => 'text',
27
-			'description' => __( 'This controls the title which the user sees during checkout.', 'woocommerce-gateway-stripe' ),
28
-			'default'     => __( 'Przelewy24 (P24)', 'woocommerce-gateway-stripe' ),
27
+			'description' => __('This controls the title which the user sees during checkout.', 'woocommerce-gateway-stripe'),
28
+			'default'     => __('Przelewy24 (P24)', 'woocommerce-gateway-stripe'),
29 29
 			'desc_tip'    => true,
30 30
 		),
31 31
 		'description' => array(
32
-			'title'       => __( 'Description', 'woocommerce-gateway-stripe' ),
32
+			'title'       => __('Description', 'woocommerce-gateway-stripe'),
33 33
 			'type'        => 'text',
34
-			'description' => __( 'This controls the description which the user sees during checkout.', 'woocommerce-gateway-stripe' ),
35
-			'default'     => __( 'You will be redirected to P24.', 'woocommerce-gateway-stripe' ),
34
+			'description' => __('This controls the description which the user sees during checkout.', 'woocommerce-gateway-stripe'),
35
+			'default'     => __('You will be redirected to P24.', 'woocommerce-gateway-stripe'),
36 36
 			'desc_tip'    => true,
37 37
 		),
38 38
 		'webhook'     => array(
39
-			'title'       => __( 'Webhook Endpoints', 'woocommerce-gateway-stripe' ),
39
+			'title'       => __('Webhook Endpoints', 'woocommerce-gateway-stripe'),
40 40
 			'type'        => 'title',
41 41
 			/* translators: webhook URL */
42 42
 			'description' => $this->display_admin_settings_webhook_description(),
Please login to merge, or discard this patch.
includes/admin/stripe-sofort-settings.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;
4 4
 }
5 5
 
@@ -7,40 +7,40 @@  discard block
 block discarded – undo
7 7
 	'wc_stripe_sofort_settings',
8 8
 	array(
9 9
 		'geo_target'  => array(
10
-			'description' => __( 'Customer Geography: Germany, Austria', 'woocommerce-gateway-stripe' ),
10
+			'description' => __('Customer Geography: Germany, Austria', 'woocommerce-gateway-stripe'),
11 11
 			'type'        => 'title',
12 12
 		),
13 13
 		'guide'       => array(
14
-			'description' => __( '<a href="https://stripe.com/payments/payment-methods-guide#sofort" target="_blank">Payment Method Guide</a>', 'woocommerce-gateway-stripe' ),
14
+			'description' => __('<a href="https://stripe.com/payments/payment-methods-guide#sofort" target="_blank">Payment Method Guide</a>', 'woocommerce-gateway-stripe'),
15 15
 			'type'        => 'title',
16 16
 		),
17 17
 		'activation'  => array(
18
-			'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
+			'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'),
19 19
 			'type'        => 'title',
20 20
 		),
21 21
 		'enabled'     => array(
22
-			'title'       => __( 'Enable/Disable', 'woocommerce-gateway-stripe' ),
23
-			'label'       => __( 'Enable Stripe SOFORT', 'woocommerce-gateway-stripe' ),
22
+			'title'       => __('Enable/Disable', 'woocommerce-gateway-stripe'),
23
+			'label'       => __('Enable Stripe SOFORT', 'woocommerce-gateway-stripe'),
24 24
 			'type'        => 'checkbox',
25 25
 			'description' => '',
26 26
 			'default'     => 'no',
27 27
 		),
28 28
 		'title'       => array(
29
-			'title'       => __( 'Title', 'woocommerce-gateway-stripe' ),
29
+			'title'       => __('Title', 'woocommerce-gateway-stripe'),
30 30
 			'type'        => 'text',
31
-			'description' => __( 'This controls the title which the user sees during checkout.', 'woocommerce-gateway-stripe' ),
32
-			'default'     => __( 'SOFORT', 'woocommerce-gateway-stripe' ),
31
+			'description' => __('This controls the title which the user sees during checkout.', 'woocommerce-gateway-stripe'),
32
+			'default'     => __('SOFORT', 'woocommerce-gateway-stripe'),
33 33
 			'desc_tip'    => true,
34 34
 		),
35 35
 		'description' => array(
36
-			'title'       => __( 'Description', 'woocommerce-gateway-stripe' ),
36
+			'title'       => __('Description', 'woocommerce-gateway-stripe'),
37 37
 			'type'        => 'text',
38
-			'description' => __( 'This controls the description which the user sees during checkout.', 'woocommerce-gateway-stripe' ),
39
-			'default'     => __( 'You will be redirected to SOFORT.', 'woocommerce-gateway-stripe' ),
38
+			'description' => __('This controls the description which the user sees during checkout.', 'woocommerce-gateway-stripe'),
39
+			'default'     => __('You will be redirected to SOFORT.', 'woocommerce-gateway-stripe'),
40 40
 			'desc_tip'    => true,
41 41
 		),
42 42
 		'webhook'     => array(
43
-			'title'       => __( 'Webhook Endpoints', 'woocommerce-gateway-stripe' ),
43
+			'title'       => __('Webhook Endpoints', 'woocommerce-gateway-stripe'),
44 44
 			'type'        => 'title',
45 45
 			/* translators: webhook URL */
46 46
 			'description' => $this->display_admin_settings_webhook_description(),
Please login to merge, or discard this patch.
includes/admin/stripe-bancontact-settings.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;
4 4
 }
5 5
 
@@ -7,40 +7,40 @@  discard block
 block discarded – undo
7 7
 	'wc_stripe_bancontact_settings',
8 8
 	array(
9 9
 		'geo_target'  => array(
10
-			'description' => __( 'Customer Geography: Belgium', 'woocommerce-gateway-stripe' ),
10
+			'description' => __('Customer Geography: Belgium', 'woocommerce-gateway-stripe'),
11 11
 			'type'        => 'title',
12 12
 		),
13 13
 		'guide'       => array(
14
-			'description' => __( '<a href="https://stripe.com/payments/payment-methods-guide#bancontact" target="_blank">Payment Method Guide</a>', 'woocommerce-gateway-stripe' ),
14
+			'description' => __('<a href="https://stripe.com/payments/payment-methods-guide#bancontact" target="_blank">Payment Method Guide</a>', 'woocommerce-gateway-stripe'),
15 15
 			'type'        => 'title',
16 16
 		),
17 17
 		'activation'  => array(
18
-			'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
+			'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'),
19 19
 			'type'        => 'title',
20 20
 		),
21 21
 		'enabled'     => array(
22
-			'title'       => __( 'Enable/Disable', 'woocommerce-gateway-stripe' ),
23
-			'label'       => __( 'Enable Stripe Bancontact', 'woocommerce-gateway-stripe' ),
22
+			'title'       => __('Enable/Disable', 'woocommerce-gateway-stripe'),
23
+			'label'       => __('Enable Stripe Bancontact', 'woocommerce-gateway-stripe'),
24 24
 			'type'        => 'checkbox',
25 25
 			'description' => '',
26 26
 			'default'     => 'no',
27 27
 		),
28 28
 		'title'       => array(
29
-			'title'       => __( 'Title', 'woocommerce-gateway-stripe' ),
29
+			'title'       => __('Title', 'woocommerce-gateway-stripe'),
30 30
 			'type'        => 'text',
31
-			'description' => __( 'This controls the title which the user sees during checkout.', 'woocommerce-gateway-stripe' ),
32
-			'default'     => __( 'Bancontact', 'woocommerce-gateway-stripe' ),
31
+			'description' => __('This controls the title which the user sees during checkout.', 'woocommerce-gateway-stripe'),
32
+			'default'     => __('Bancontact', 'woocommerce-gateway-stripe'),
33 33
 			'desc_tip'    => true,
34 34
 		),
35 35
 		'description' => array(
36
-			'title'       => __( 'Description', 'woocommerce-gateway-stripe' ),
36
+			'title'       => __('Description', 'woocommerce-gateway-stripe'),
37 37
 			'type'        => 'text',
38
-			'description' => __( 'This controls the description which the user sees during checkout.', 'woocommerce-gateway-stripe' ),
39
-			'default'     => __( 'You will be redirected to Bancontact.', 'woocommerce-gateway-stripe' ),
38
+			'description' => __('This controls the description which the user sees during checkout.', 'woocommerce-gateway-stripe'),
39
+			'default'     => __('You will be redirected to Bancontact.', 'woocommerce-gateway-stripe'),
40 40
 			'desc_tip'    => true,
41 41
 		),
42 42
 		'webhook'     => array(
43
-			'title'       => __( 'Webhook Endpoints', 'woocommerce-gateway-stripe' ),
43
+			'title'       => __('Webhook Endpoints', 'woocommerce-gateway-stripe'),
44 44
 			'type'        => 'title',
45 45
 			/* translators: webhook URL */
46 46
 			'description' => $this->display_admin_settings_webhook_description(),
Please login to merge, or discard this patch.
includes/admin/stripe-ideal-settings.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;
4 4
 }
5 5
 
@@ -7,40 +7,40 @@  discard block
 block discarded – undo
7 7
 	'wc_stripe_ideal_settings',
8 8
 	array(
9 9
 		'geo_target'  => array(
10
-			'description' => __( 'Customer Geography: The Netherlands', 'woocommerce-gateway-stripe' ),
10
+			'description' => __('Customer Geography: The Netherlands', 'woocommerce-gateway-stripe'),
11 11
 			'type'        => 'title',
12 12
 		),
13 13
 		'guide'       => array(
14
-			'description' => __( '<a href="https://stripe.com/payments/payment-methods-guide#ideal" target="_blank">Payment Method Guide</a>', 'woocommerce-gateway-stripe' ),
14
+			'description' => __('<a href="https://stripe.com/payments/payment-methods-guide#ideal" target="_blank">Payment Method Guide</a>', 'woocommerce-gateway-stripe'),
15 15
 			'type'        => 'title',
16 16
 		),
17 17
 		'activation'  => array(
18
-			'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
+			'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'),
19 19
 			'type'        => 'title',
20 20
 		),
21 21
 		'enabled'     => array(
22
-			'title'       => __( 'Enable/Disable', 'woocommerce-gateway-stripe' ),
23
-			'label'       => __( 'Enable Stripe iDeal', 'woocommerce-gateway-stripe' ),
22
+			'title'       => __('Enable/Disable', 'woocommerce-gateway-stripe'),
23
+			'label'       => __('Enable Stripe iDeal', 'woocommerce-gateway-stripe'),
24 24
 			'type'        => 'checkbox',
25 25
 			'description' => '',
26 26
 			'default'     => 'no',
27 27
 		),
28 28
 		'title'       => array(
29
-			'title'       => __( 'Title', 'woocommerce-gateway-stripe' ),
29
+			'title'       => __('Title', 'woocommerce-gateway-stripe'),
30 30
 			'type'        => 'text',
31
-			'description' => __( 'This controls the title which the user sees during checkout.', 'woocommerce-gateway-stripe' ),
32
-			'default'     => __( 'iDeal', 'woocommerce-gateway-stripe' ),
31
+			'description' => __('This controls the title which the user sees during checkout.', 'woocommerce-gateway-stripe'),
32
+			'default'     => __('iDeal', 'woocommerce-gateway-stripe'),
33 33
 			'desc_tip'    => true,
34 34
 		),
35 35
 		'description' => array(
36
-			'title'       => __( 'Description', 'woocommerce-gateway-stripe' ),
36
+			'title'       => __('Description', 'woocommerce-gateway-stripe'),
37 37
 			'type'        => 'text',
38
-			'description' => __( 'This controls the description which the user sees during checkout.', 'woocommerce-gateway-stripe' ),
39
-			'default'     => __( 'You will be redirected to iDeal.', 'woocommerce-gateway-stripe' ),
38
+			'description' => __('This controls the description which the user sees during checkout.', 'woocommerce-gateway-stripe'),
39
+			'default'     => __('You will be redirected to iDeal.', 'woocommerce-gateway-stripe'),
40 40
 			'desc_tip'    => true,
41 41
 		),
42 42
 		'webhook'     => array(
43
-			'title'       => __( 'Webhook Endpoints', 'woocommerce-gateway-stripe' ),
43
+			'title'       => __('Webhook Endpoints', 'woocommerce-gateway-stripe'),
44 44
 			'type'        => 'title',
45 45
 			/* translators: webhook URL */
46 46
 			'description' => $this->display_admin_settings_webhook_description(),
Please login to merge, or discard this patch.
includes/admin/stripe-eps-settings.php 1 patch
Spacing   +12 added lines, -12 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
 
@@ -7,36 +7,36 @@  discard block
 block discarded – undo
7 7
 	'wc_stripe_eps_settings',
8 8
 	array(
9 9
 		'geo_target'  => array(
10
-			'description' => __( 'Customer Geography: Austria', 'woocommerce-gateway-stripe' ),
10
+			'description' => __('Customer Geography: Austria', 'woocommerce-gateway-stripe'),
11 11
 			'type'        => 'title',
12 12
 		),
13 13
 		'activation'  => array(
14
-			'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' ),
14
+			'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'),
15 15
 			'type'        => 'title',
16 16
 		),
17 17
 		'enabled'     => array(
18
-			'title'       => __( 'Enable/Disable', 'woocommerce-gateway-stripe' ),
19
-			'label'       => __( 'Enable Stripe EPS', 'woocommerce-gateway-stripe' ),
18
+			'title'       => __('Enable/Disable', 'woocommerce-gateway-stripe'),
19
+			'label'       => __('Enable Stripe EPS', 'woocommerce-gateway-stripe'),
20 20
 			'type'        => 'checkbox',
21 21
 			'description' => '',
22 22
 			'default'     => 'no',
23 23
 		),
24 24
 		'title'       => array(
25
-			'title'       => __( 'Title', 'woocommerce-gateway-stripe' ),
25
+			'title'       => __('Title', 'woocommerce-gateway-stripe'),
26 26
 			'type'        => 'text',
27
-			'description' => __( 'This controls the title which the user sees during checkout.', 'woocommerce-gateway-stripe' ),
28
-			'default'     => __( 'EPS', 'woocommerce-gateway-stripe' ),
27
+			'description' => __('This controls the title which the user sees during checkout.', 'woocommerce-gateway-stripe'),
28
+			'default'     => __('EPS', 'woocommerce-gateway-stripe'),
29 29
 			'desc_tip'    => true,
30 30
 		),
31 31
 		'description' => array(
32
-			'title'       => __( 'Description', 'woocommerce-gateway-stripe' ),
32
+			'title'       => __('Description', 'woocommerce-gateway-stripe'),
33 33
 			'type'        => 'text',
34
-			'description' => __( 'This controls the description which the user sees during checkout.', 'woocommerce-gateway-stripe' ),
35
-			'default'     => __( 'You will be redirected to EPS.', 'woocommerce-gateway-stripe' ),
34
+			'description' => __('This controls the description which the user sees during checkout.', 'woocommerce-gateway-stripe'),
35
+			'default'     => __('You will be redirected to EPS.', 'woocommerce-gateway-stripe'),
36 36
 			'desc_tip'    => true,
37 37
 		),
38 38
 		'webhook'     => array(
39
-			'title'       => __( 'Webhook Endpoints', 'woocommerce-gateway-stripe' ),
39
+			'title'       => __('Webhook Endpoints', 'woocommerce-gateway-stripe'),
40 40
 			'type'        => 'title',
41 41
 			/* translators: webhook URL */
42 42
 			'description' => $this->display_admin_settings_webhook_description(),
Please login to merge, or discard this patch.
includes/compat/class-wc-stripe-sepa-subs-compat.php 2 patches
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -321,7 +321,7 @@
 block discarded – undo
321 321
 
322 322
 	/**
323 323
 	 * Don't transfer Stripe fee/ID meta to renewal orders.
324
-	 * @param int $resubscribe_order The order created for the customer to resubscribe to the old expired/cancelled subscription
324
+	 * @param integer $renewal_order
325 325
 	 */
326 326
 	public function delete_renewal_meta( $renewal_order ) {
327 327
 		WC_Stripe_Helper::delete_stripe_fee( $renewal_order );
Please login to merge, or discard this patch.
Spacing   +152 added lines, -152 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,21 +15,21 @@  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 );
23
-			add_action( 'wc_stripe_sepa_payment_fields', array( $this, 'display_update_subs_payment_checkout' ) );
24
-			add_action( 'wc_stripe_add_payment_method_' . $this->id . '_success', array( $this, 'handle_add_payment_method_success' ), 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
+			add_action('wc_stripe_sepa_payment_fields', array($this, 'display_update_subs_payment_checkout'));
24
+			add_action('wc_stripe_add_payment_method_' . $this->id . '_success', array($this, 'handle_add_payment_method_success'), 10, 2);
25 25
 
26 26
 			// Display the credit card used for a subscription in the "My Subscriptions" table.
27
-			add_filter( 'woocommerce_my_subscriptions_payment_method', array( $this, 'maybe_render_subscription_payment_method' ), 10, 2 );
27
+			add_filter('woocommerce_my_subscriptions_payment_method', array($this, 'maybe_render_subscription_payment_method'), 10, 2);
28 28
 
29 29
 			// Allow store managers to manually set Stripe as the payment method on a subscription.
30
-			add_filter( 'woocommerce_subscription_payment_meta', array( $this, 'add_subscription_payment_meta' ), 10, 2 );
31
-			add_filter( 'woocommerce_subscription_validate_payment_meta', array( $this, 'validate_subscription_payment_meta' ), 10, 2 );
32
-			add_filter( 'wc_stripe_display_save_payment_method_checkbox', array( $this, 'maybe_hide_save_checkbox' ) );
30
+			add_filter('woocommerce_subscription_payment_meta', array($this, 'add_subscription_payment_meta'), 10, 2);
31
+			add_filter('woocommerce_subscription_validate_payment_meta', array($this, 'validate_subscription_payment_meta'), 10, 2);
32
+			add_filter('wc_stripe_display_save_payment_method_checkbox', array($this, 'maybe_hide_save_checkbox'));
33 33
 		}
34 34
 	}
35 35
 
@@ -40,8 +40,8 @@  discard block
 block discarded – undo
40 40
 	 * @since 4.0.0
41 41
 	 * @version 4.0.0
42 42
 	 */
43
-	public function maybe_hide_save_checkbox( $display_tokenization ) {
44
-		if ( WC_Subscriptions_Cart::cart_contains_subscription() ) {
43
+	public function maybe_hide_save_checkbox($display_tokenization) {
44
+		if (WC_Subscriptions_Cart::cart_contains_subscription()) {
45 45
 			return false;
46 46
 		}
47 47
 
@@ -53,8 +53,8 @@  discard block
 block discarded – undo
53 53
 	 * @param  int  $order_id
54 54
 	 * @return boolean
55 55
 	 */
56
-	public function has_subscription( $order_id ) {
57
-		return ( function_exists( 'wcs_order_contains_subscription' ) && ( wcs_order_contains_subscription( $order_id ) || wcs_is_subscription( $order_id ) || wcs_order_contains_renewal( $order_id ) ) );
56
+	public function has_subscription($order_id) {
57
+		return (function_exists('wcs_order_contains_subscription') && (wcs_order_contains_subscription($order_id) || wcs_is_subscription($order_id) || wcs_order_contains_renewal($order_id)));
58 58
 	}
59 59
 
60 60
 	/**
@@ -64,7 +64,7 @@  discard block
 block discarded – undo
64 64
 	 * @return bool
65 65
 	 */
66 66
 	public function is_subs_change_payment() {
67
-		return ( isset( $_GET['pay_for_order'] ) && isset( $_GET['change_payment_method'] ) );
67
+		return (isset($_GET['pay_for_order']) && isset($_GET['change_payment_method']));
68 68
 	}
69 69
 
70 70
 	/**
@@ -74,20 +74,20 @@  discard block
 block discarded – undo
74 74
 	 * @since 4.1.11
75 75
 	 */
76 76
 	public function display_update_subs_payment_checkout() {
77
-		$subs_statuses = apply_filters( 'wc_stripe_update_subs_payment_method_card_statuses', array( 'active' ) );
77
+		$subs_statuses = apply_filters('wc_stripe_update_subs_payment_method_card_statuses', array('active'));
78 78
 		if (
79
-			apply_filters( 'wc_stripe_display_update_subs_payment_method_card_checkbox', true ) &&
80
-			wcs_user_has_subscription( get_current_user_id(), '', $subs_statuses ) &&
79
+			apply_filters('wc_stripe_display_update_subs_payment_method_card_checkbox', true) &&
80
+			wcs_user_has_subscription(get_current_user_id(), '', $subs_statuses) &&
81 81
 			is_add_payment_method_page()
82 82
 		) {
83
-			$label = esc_html( apply_filters( 'wc_stripe_save_to_subs_text', __( 'Update the Payment Method used for all of my active subscriptions.', 'woocommerce-gateway-stripe' ) ) );
84
-			$id    = sprintf( 'wc-%1$s-update-subs-payment-method-card', $this->id );
83
+			$label = esc_html(apply_filters('wc_stripe_save_to_subs_text', __('Update the Payment Method used for all of my active subscriptions.', 'woocommerce-gateway-stripe')));
84
+			$id    = sprintf('wc-%1$s-update-subs-payment-method-card', $this->id);
85 85
 			woocommerce_form_field(
86 86
 				$id,
87 87
 				array(
88 88
 					'type'    => 'checkbox',
89 89
 					'label'   => $label,
90
-					'default' => apply_filters( 'wc_stripe_save_to_subs_checked', false ),
90
+					'default' => apply_filters('wc_stripe_save_to_subs_checked', false),
91 91
 				)
92 92
 			);
93 93
 		}
@@ -100,22 +100,22 @@  discard block
 block discarded – undo
100 100
 	 * @param string $source_id
101 101
 	 * @param object $source_object
102 102
 	 */
103
-	public function handle_add_payment_method_success( $source_id, $source_object ) {
104
-		if ( isset( $_POST[ 'wc-' . $this->id . '-update-subs-payment-method-card' ] ) ) {
103
+	public function handle_add_payment_method_success($source_id, $source_object) {
104
+		if (isset($_POST['wc-' . $this->id . '-update-subs-payment-method-card'])) {
105 105
 			$all_subs        = wcs_get_users_subscriptions();
106
-			$subs_statuses   = apply_filters( 'wc_stripe_update_subs_payment_method_card_statuses', array( 'active' ) );
107
-			$stripe_customer = new WC_Stripe_Customer( get_current_user_id() );
106
+			$subs_statuses   = apply_filters('wc_stripe_update_subs_payment_method_card_statuses', array('active'));
107
+			$stripe_customer = new WC_Stripe_Customer(get_current_user_id());
108 108
 
109
-			if ( ! empty( $all_subs ) ) {
110
-				foreach ( $all_subs as $sub ) {
111
-					if ( $sub->has_status( $subs_statuses ) ) {
109
+			if ( ! empty($all_subs)) {
110
+				foreach ($all_subs as $sub) {
111
+					if ($sub->has_status($subs_statuses)) {
112 112
 						WC_Subscriptions_Change_Payment_Gateway::update_payment_method(
113 113
 							$sub,
114 114
 							$this->id,
115 115
 							array(
116 116
 								'post_meta' => array(
117
-									'_stripe_source_id' => array( 'value' => $source_id ),
118
-									'_stripe_customer_id' => array( 'value' => $stripe_customer->get_id() ),
117
+									'_stripe_source_id' => array('value' => $source_id),
118
+									'_stripe_customer_id' => array('value' => $stripe_customer->get_id()),
119 119
 								),
120 120
 							)
121 121
 						);
@@ -131,24 +131,24 @@  discard block
 block discarded – undo
131 131
 	 * @since 3.1.0
132 132
 	 * @version 4.0.0
133 133
 	 */
134
-	public function save_source_to_order( $order, $source ) {
135
-		parent::save_source_to_order( $order, $source );
134
+	public function save_source_to_order($order, $source) {
135
+		parent::save_source_to_order($order, $source);
136 136
 
137 137
 		$order_id = $order->get_id();
138 138
 
139 139
 		// Also store it on the subscriptions being purchased or paid for in the order.
140
-		if ( function_exists( 'wcs_order_contains_subscription' ) && wcs_order_contains_subscription( $order_id ) ) {
141
-			$subscriptions = wcs_get_subscriptions_for_order( $order_id );
142
-		} elseif ( function_exists( 'wcs_order_contains_renewal' ) && wcs_order_contains_renewal( $order_id ) ) {
143
-			$subscriptions = wcs_get_subscriptions_for_renewal_order( $order_id );
140
+		if (function_exists('wcs_order_contains_subscription') && wcs_order_contains_subscription($order_id)) {
141
+			$subscriptions = wcs_get_subscriptions_for_order($order_id);
142
+		} elseif (function_exists('wcs_order_contains_renewal') && wcs_order_contains_renewal($order_id)) {
143
+			$subscriptions = wcs_get_subscriptions_for_renewal_order($order_id);
144 144
 		} else {
145 145
 			$subscriptions = array();
146 146
 		}
147 147
 
148
-		foreach ( $subscriptions as $subscription ) {
148
+		foreach ($subscriptions as $subscription) {
149 149
 			$subscription_id = $subscription->get_id();
150
-			update_post_meta( $subscription_id, '_stripe_customer_id', $source->customer );
151
-			update_post_meta( $subscription_id, '_stripe_source_id', $source->source );
150
+			update_post_meta($subscription_id, '_stripe_customer_id', $source->customer);
151
+			update_post_meta($subscription_id, '_stripe_source_id', $source->source);
152 152
 		}
153 153
 	}
154 154
 
@@ -157,16 +157,16 @@  discard block
 block discarded – undo
157 157
 	 * @param  int $order_id
158 158
 	 * @return array
159 159
 	 */
160
-	public function process_payment( $order_id, $retry = true, $force_save_source = false, $previous_error = false ) {
161
-		if ( $this->has_subscription( $order_id ) ) {
162
-			if ( $this->is_subs_change_payment() ) {
163
-				return $this->change_subs_payment_method( $order_id );
160
+	public function process_payment($order_id, $retry = true, $force_save_source = false, $previous_error = false) {
161
+		if ($this->has_subscription($order_id)) {
162
+			if ($this->is_subs_change_payment()) {
163
+				return $this->change_subs_payment_method($order_id);
164 164
 			}
165 165
 
166 166
 			// Regular payment with force customer enabled
167
-			return parent::process_payment( $order_id, $retry, true, $previous_error );
167
+			return parent::process_payment($order_id, $retry, true, $previous_error);
168 168
 		} else {
169
-			return parent::process_payment( $order_id, $retry, $force_save_source, $previous_error );
169
+			return parent::process_payment($order_id, $retry, $force_save_source, $previous_error);
170 170
 		}
171 171
 	}
172 172
 
@@ -176,27 +176,27 @@  discard block
 block discarded – undo
176 176
 	 * @since 4.0.4
177 177
 	 * @param int $order_id
178 178
 	 */
179
-	public function change_subs_payment_method( $order_id ) {
179
+	public function change_subs_payment_method($order_id) {
180 180
 		try {
181
-			$subscription    = wc_get_order( $order_id );
182
-			$prepared_source = $this->prepare_source( get_current_user_id(), true );
181
+			$subscription    = wc_get_order($order_id);
182
+			$prepared_source = $this->prepare_source(get_current_user_id(), true);
183 183
 
184
-			if ( empty( $prepared_source->source ) ) {
185
-				$localized_message = __( 'Payment processing failed. Please retry.', 'woocommerce-gateway-stripe' );
186
-				throw new WC_Stripe_Exception( print_r( $prepared_source, true ), $localized_message );
184
+			if (empty($prepared_source->source)) {
185
+				$localized_message = __('Payment processing failed. Please retry.', 'woocommerce-gateway-stripe');
186
+				throw new WC_Stripe_Exception(print_r($prepared_source, true), $localized_message);
187 187
 			}
188 188
 
189
-			$this->save_source_to_order( $subscription, $prepared_source );
189
+			$this->save_source_to_order($subscription, $prepared_source);
190 190
 
191
-			do_action( 'wc_stripe_change_subs_payment_method_success', $prepared_source->source, $prepared_source );
191
+			do_action('wc_stripe_change_subs_payment_method_success', $prepared_source->source, $prepared_source);
192 192
 
193 193
 			return array(
194 194
 				'result'   => 'success',
195
-				'redirect' => $this->get_return_url( $subscription ),
195
+				'redirect' => $this->get_return_url($subscription),
196 196
 			);
197
-		} catch ( WC_Stripe_Exception $e ) {
198
-			wc_add_notice( $e->getLocalizedMessage(), 'error' );
199
-			WC_Stripe_Logger::log( 'Error: ' . $e->getMessage() );
197
+		} catch (WC_Stripe_Exception $e) {
198
+			wc_add_notice($e->getLocalizedMessage(), 'error');
199
+			WC_Stripe_Logger::log('Error: ' . $e->getMessage());
200 200
 		}
201 201
 	}
202 202
 
@@ -206,8 +206,8 @@  discard block
 block discarded – undo
206 206
 	 * @param $amount_to_charge float The amount to charge.
207 207
 	 * @param $renewal_order WC_Order A WC_Order object created to record the renewal payment.
208 208
 	 */
209
-	public function scheduled_subscription_payment( $amount_to_charge, $renewal_order ) {
210
-		$this->process_subscription_payment( $amount_to_charge, $renewal_order, true, false );
209
+	public function scheduled_subscription_payment($amount_to_charge, $renewal_order) {
210
+		$this->process_subscription_payment($amount_to_charge, $renewal_order, true, false);
211 211
 	}
212 212
 
213 213
 	/**
@@ -221,11 +221,11 @@  discard block
 block discarded – undo
221 221
 	 * @param bool $retry Should we retry the process?
222 222
 	 * @param object $previous_error
223 223
 	 */
224
-	public function process_subscription_payment( $amount, $renewal_order, $retry = true, $previous_error = false ) {
224
+	public function process_subscription_payment($amount, $renewal_order, $retry = true, $previous_error = false) {
225 225
 		try {
226
-			if ( $amount * 100 < WC_Stripe_Helper::get_minimum_amount() ) {
226
+			if ($amount * 100 < WC_Stripe_Helper::get_minimum_amount()) {
227 227
 				/* translators: minimum amount */
228
-				$message = 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 ) );
228
+				$message = 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));
229 229
 				throw new WC_Stripe_Exception(
230 230
 					'Error while processing renewal order ' . $renewal_order->get_id() . ' : ' . $message,
231 231
 					$message
@@ -234,82 +234,82 @@  discard block
 block discarded – undo
234 234
 
235 235
 			$order_id = $renewal_order->get_id();
236 236
 
237
-			$this->ensure_subscription_has_customer_id( $order_id );
237
+			$this->ensure_subscription_has_customer_id($order_id);
238 238
 
239 239
 			// Get source from order
240
-			$prepared_source = $this->prepare_order_source( $renewal_order );
240
+			$prepared_source = $this->prepare_order_source($renewal_order);
241 241
 			$source_object   = $prepared_source->source_object;
242 242
 
243
-			if ( ! $prepared_source->customer ) {
243
+			if ( ! $prepared_source->customer) {
244 244
 				throw new WC_Stripe_Exception(
245 245
 					'Failed to process renewal for order ' . $renewal_order->get_id() . '. Stripe customer id is missing in the order',
246
-					__( 'Customer not found', 'woocommerce-gateway-stripe' )
246
+					__('Customer not found', 'woocommerce-gateway-stripe')
247 247
 				);
248 248
 			}
249 249
 
250
-			WC_Stripe_Logger::log( "Info: Begin processing subscription payment for order {$order_id} for the amount of {$amount}" );
250
+			WC_Stripe_Logger::log("Info: Begin processing subscription payment for order {$order_id} for the amount of {$amount}");
251 251
 
252 252
 			/* If we're doing a retry and source is chargeable, we need to pass
253 253
 			 * a different idempotency key and retry for success.
254 254
 			 */
255
-			if ( is_object( $source_object ) && empty( $source_object->error ) && $this->need_update_idempotency_key( $source_object, $previous_error ) ) {
256
-				add_filter( 'wc_stripe_idempotency_key', array( $this, 'change_idempotency_key' ), 10, 2 );
255
+			if (is_object($source_object) && empty($source_object->error) && $this->need_update_idempotency_key($source_object, $previous_error)) {
256
+				add_filter('wc_stripe_idempotency_key', array($this, 'change_idempotency_key'), 10, 2);
257 257
 			}
258 258
 
259
-			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 ) ) {
259
+			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)) {
260 260
 				// Passing empty source will charge customer default.
261 261
 				$prepared_source->source = '';
262 262
 			}
263 263
 
264
-			$request            = $this->generate_payment_request( $renewal_order, $prepared_source );
264
+			$request            = $this->generate_payment_request($renewal_order, $prepared_source);
265 265
 			$request['capture'] = 'true';
266
-			$request['amount']  = WC_Stripe_Helper::get_stripe_amount( $amount, $request['currency'] );
267
-			$response           = WC_Stripe_API::request( $request );
266
+			$request['amount']  = WC_Stripe_Helper::get_stripe_amount($amount, $request['currency']);
267
+			$response           = WC_Stripe_API::request($request);
268 268
 
269
-			if ( ! empty( $response->error ) ) {
269
+			if ( ! empty($response->error)) {
270 270
 				// We want to retry.
271
-				if ( $this->is_retryable_error( $response->error ) ) {
272
-					if ( $retry ) {
271
+				if ($this->is_retryable_error($response->error)) {
272
+					if ($retry) {
273 273
 						// Don't do anymore retries after this.
274
-						if ( 5 <= $this->retry_interval ) {
275
-							return $this->process_subscription_payment( $amount, $renewal_order, false, $response->error );
274
+						if (5 <= $this->retry_interval) {
275
+							return $this->process_subscription_payment($amount, $renewal_order, false, $response->error);
276 276
 						}
277 277
 
278
-						sleep( $this->retry_interval );
278
+						sleep($this->retry_interval);
279 279
 
280 280
 						$this->retry_interval++;
281 281
 
282
-						return $this->process_subscription_payment( $amount, $renewal_order, true, $response->error );
282
+						return $this->process_subscription_payment($amount, $renewal_order, true, $response->error);
283 283
 					} else {
284
-						$localized_message = __( 'Sorry, we are unable to process your payment at this time. Please retry later.', 'woocommerce-gateway-stripe' );
285
-						$renewal_order->add_order_note( $localized_message );
286
-						throw new WC_Stripe_Exception( print_r( $response, true ), $localized_message );
284
+						$localized_message = __('Sorry, we are unable to process your payment at this time. Please retry later.', 'woocommerce-gateway-stripe');
285
+						$renewal_order->add_order_note($localized_message);
286
+						throw new WC_Stripe_Exception(print_r($response, true), $localized_message);
287 287
 					}
288 288
 				}
289 289
 
290 290
 				$localized_messages = WC_Stripe_Helper::get_localized_messages();
291 291
 
292
-				if ( 'card_error' === $response->error->type ) {
293
-					$localized_message = isset( $localized_messages[ $response->error->code ] ) ? $localized_messages[ $response->error->code ] : $response->error->message;
292
+				if ('card_error' === $response->error->type) {
293
+					$localized_message = isset($localized_messages[$response->error->code]) ? $localized_messages[$response->error->code] : $response->error->message;
294 294
 				} else {
295
-					$localized_message = isset( $localized_messages[ $response->error->type ] ) ? $localized_messages[ $response->error->type ] : $response->error->message;
295
+					$localized_message = isset($localized_messages[$response->error->type]) ? $localized_messages[$response->error->type] : $response->error->message;
296 296
 				}
297 297
 
298
-				$renewal_order->add_order_note( $localized_message );
298
+				$renewal_order->add_order_note($localized_message);
299 299
 
300
-				throw new WC_Stripe_Exception( print_r( $response, true ), $localized_message );
300
+				throw new WC_Stripe_Exception(print_r($response, true), $localized_message);
301 301
 			}
302 302
 
303
-			do_action( 'wc_gateway_stripe_process_payment', $response, $renewal_order );
303
+			do_action('wc_gateway_stripe_process_payment', $response, $renewal_order);
304 304
 
305
-			$this->process_response( $response, $renewal_order );
306
-		} catch ( WC_Stripe_Exception $e ) {
307
-			WC_Stripe_Logger::log( 'Error: ' . $e->getMessage() );
305
+			$this->process_response($response, $renewal_order);
306
+		} catch (WC_Stripe_Exception $e) {
307
+			WC_Stripe_Logger::log('Error: ' . $e->getMessage());
308 308
 
309
-			do_action( 'wc_gateway_stripe_process_payment_error', $e, $renewal_order );
309
+			do_action('wc_gateway_stripe_process_payment_error', $e, $renewal_order);
310 310
 
311 311
 			/* translators: error message */
312
-			$renewal_order->update_status( 'failed' );
312
+			$renewal_order->update_status('failed');
313 313
 		}
314 314
 	}
315 315
 
@@ -317,21 +317,21 @@  discard block
 block discarded – undo
317 317
 	 * Don't transfer Stripe customer/token meta to resubscribe orders.
318 318
 	 * @param int $resubscribe_order The order created for the customer to resubscribe to the old expired/cancelled subscription
319 319
 	 */
320
-	public function delete_resubscribe_meta( $resubscribe_order ) {
321
-		delete_post_meta( $resubscribe_order->get_id(), '_stripe_customer_id' );
322
-		delete_post_meta( $resubscribe_order->get_id(), '_stripe_source_id' );
320
+	public function delete_resubscribe_meta($resubscribe_order) {
321
+		delete_post_meta($resubscribe_order->get_id(), '_stripe_customer_id');
322
+		delete_post_meta($resubscribe_order->get_id(), '_stripe_source_id');
323 323
 		// For BW compat will remove in future
324
-		delete_post_meta( $resubscribe_order->get_id(), '_stripe_card_id' );
325
-		$this->delete_renewal_meta( $resubscribe_order );
324
+		delete_post_meta($resubscribe_order->get_id(), '_stripe_card_id');
325
+		$this->delete_renewal_meta($resubscribe_order);
326 326
 	}
327 327
 
328 328
 	/**
329 329
 	 * Don't transfer Stripe fee/ID meta to renewal orders.
330 330
 	 * @param int $resubscribe_order The order created for the customer to resubscribe to the old expired/cancelled subscription
331 331
 	 */
332
-	public function delete_renewal_meta( $renewal_order ) {
333
-		WC_Stripe_Helper::delete_stripe_fee( $renewal_order );
334
-		WC_Stripe_Helper::delete_stripe_net( $renewal_order );
332
+	public function delete_renewal_meta($renewal_order) {
333
+		WC_Stripe_Helper::delete_stripe_fee($renewal_order);
334
+		WC_Stripe_Helper::delete_stripe_net($renewal_order);
335 335
 
336 336
 		return $renewal_order;
337 337
 	}
@@ -345,9 +345,9 @@  discard block
 block discarded – undo
345 345
 	 * @param WC_Order $renewal_order The order which recorded the successful payment (to make up for the failed automatic payment).
346 346
 	 * @return void
347 347
 	 */
348
-	public function update_failing_payment_method( $subscription, $renewal_order ) {
349
-		update_post_meta( $subscription->get_id(), '_stripe_customer_id', $renewal_order->get_meta( '_stripe_customer_id', true ) );
350
-		update_post_meta( $subscription->get_id(), '_stripe_source_id', $renewal_order->get_meta( '_stripe_source_id', true ) );
348
+	public function update_failing_payment_method($subscription, $renewal_order) {
349
+		update_post_meta($subscription->get_id(), '_stripe_customer_id', $renewal_order->get_meta('_stripe_customer_id', true));
350
+		update_post_meta($subscription->get_id(), '_stripe_source_id', $renewal_order->get_meta('_stripe_source_id', true));
351 351
 	}
352 352
 
353 353
 	/**
@@ -359,21 +359,21 @@  discard block
 block discarded – undo
359 359
 	 * @param WC_Subscription $subscription An instance of a subscription object
360 360
 	 * @return array
361 361
 	 */
362
-	public function add_subscription_payment_meta( $payment_meta, $subscription ) {
363
-		$source_id = get_post_meta( $subscription->get_id(), '_stripe_source_id', true );
362
+	public function add_subscription_payment_meta($payment_meta, $subscription) {
363
+		$source_id = get_post_meta($subscription->get_id(), '_stripe_source_id', true);
364 364
 
365 365
 		// For BW compat will remove in future.
366
-		if ( empty( $source_id ) ) {
367
-			$source_id = get_post_meta( $subscription->get_id(), '_stripe_card_id', true );
366
+		if (empty($source_id)) {
367
+			$source_id = get_post_meta($subscription->get_id(), '_stripe_card_id', true);
368 368
 
369 369
 			// Take this opportunity to update the key name.
370
-			update_post_meta( $subscription->get_id(), '_stripe_source_id', $source_id );
370
+			update_post_meta($subscription->get_id(), '_stripe_source_id', $source_id);
371 371
 		}
372 372
 
373
-		$payment_meta[ $this->id ] = array(
373
+		$payment_meta[$this->id] = array(
374 374
 			'post_meta' => array(
375 375
 				'_stripe_customer_id' => array(
376
-					'value' => get_post_meta( $subscription->get_id(), '_stripe_customer_id', true ),
376
+					'value' => get_post_meta($subscription->get_id(), '_stripe_customer_id', true),
377 377
 					'label' => 'Stripe Customer ID',
378 378
 				),
379 379
 				'_stripe_source_id'   => array(
@@ -394,26 +394,26 @@  discard block
 block discarded – undo
394 394
 	 * @param array $payment_meta associative array of meta data required for automatic payments
395 395
 	 * @return array
396 396
 	 */
397
-	public function validate_subscription_payment_meta( $payment_method_id, $payment_meta ) {
398
-		if ( $this->id === $payment_method_id ) {
397
+	public function validate_subscription_payment_meta($payment_method_id, $payment_meta) {
398
+		if ($this->id === $payment_method_id) {
399 399
 
400
-			if ( ! isset( $payment_meta['post_meta']['_stripe_customer_id']['value'] ) || empty( $payment_meta['post_meta']['_stripe_customer_id']['value'] ) ) {
400
+			if ( ! isset($payment_meta['post_meta']['_stripe_customer_id']['value']) || empty($payment_meta['post_meta']['_stripe_customer_id']['value'])) {
401 401
 
402 402
 				// Allow empty stripe customer id during subscription renewal. It will be added when processing payment if required.
403
-				if ( ! isset( $_POST['wc_order_action'] ) || 'wcs_process_renewal' !== $_POST['wc_order_action'] ) {
404
-					throw new Exception( __( 'A "Stripe Customer ID" value is required.', 'woocommerce-gateway-stripe' ) );
403
+				if ( ! isset($_POST['wc_order_action']) || 'wcs_process_renewal' !== $_POST['wc_order_action']) {
404
+					throw new Exception(__('A "Stripe Customer ID" value is required.', 'woocommerce-gateway-stripe'));
405 405
 				}
406
-			} elseif ( 0 !== strpos( $payment_meta['post_meta']['_stripe_customer_id']['value'], 'cus_' ) ) {
407
-				throw new Exception( __( 'Invalid customer ID. A valid "Stripe Customer ID" must begin with "cus_".', 'woocommerce-gateway-stripe' ) );
406
+			} elseif (0 !== strpos($payment_meta['post_meta']['_stripe_customer_id']['value'], 'cus_')) {
407
+				throw new Exception(__('Invalid customer ID. A valid "Stripe Customer ID" must begin with "cus_".', 'woocommerce-gateway-stripe'));
408 408
 			}
409 409
 
410 410
 			if (
411
-				( ! empty( $payment_meta['post_meta']['_stripe_source_id']['value'] )
412
-				&& 0 !== strpos( $payment_meta['post_meta']['_stripe_source_id']['value'], 'card_' ) )
413
-				&& ( ! empty( $payment_meta['post_meta']['_stripe_source_id']['value'] )
414
-				&& 0 !== strpos( $payment_meta['post_meta']['_stripe_source_id']['value'], 'src_' ) ) ) {
411
+				( ! empty($payment_meta['post_meta']['_stripe_source_id']['value'])
412
+				&& 0 !== strpos($payment_meta['post_meta']['_stripe_source_id']['value'], 'card_'))
413
+				&& ( ! empty($payment_meta['post_meta']['_stripe_source_id']['value'])
414
+				&& 0 !== strpos($payment_meta['post_meta']['_stripe_source_id']['value'], 'src_')) ) {
415 415
 
416
-				throw new Exception( __( 'Invalid source ID. A valid source "Stripe Source ID" must begin with "src_" or "card_".', 'woocommerce-gateway-stripe' ) );
416
+				throw new Exception(__('Invalid source ID. A valid source "Stripe Source ID" must begin with "src_" or "card_".', 'woocommerce-gateway-stripe'));
417 417
 			}
418 418
 		}
419 419
 	}
@@ -426,67 +426,67 @@  discard block
 block discarded – undo
426 426
 	 * @param WC_Subscription $subscription the subscription details
427 427
 	 * @return string the subscription payment method
428 428
 	 */
429
-	public function maybe_render_subscription_payment_method( $payment_method_to_display, $subscription ) {
429
+	public function maybe_render_subscription_payment_method($payment_method_to_display, $subscription) {
430 430
 		$customer_user = $subscription->get_customer_id();
431 431
 
432 432
 		// bail for other payment methods
433
-		if ( $subscription->get_payment_method() !== $this->id || ! $customer_user ) {
433
+		if ($subscription->get_payment_method() !== $this->id || ! $customer_user) {
434 434
 			return $payment_method_to_display;
435 435
 		}
436 436
 
437
-		$stripe_source_id = get_post_meta( $subscription->get_id(), '_stripe_source_id', true );
437
+		$stripe_source_id = get_post_meta($subscription->get_id(), '_stripe_source_id', true);
438 438
 
439 439
 		// For BW compat will remove in future.
440
-		if ( empty( $stripe_source_id ) ) {
441
-			$stripe_source_id = get_post_meta( $subscription->get_id(), '_stripe_card_id', true );
440
+		if (empty($stripe_source_id)) {
441
+			$stripe_source_id = get_post_meta($subscription->get_id(), '_stripe_card_id', true);
442 442
 
443 443
 			// Take this opportunity to update the key name.
444
-			update_post_meta( $subscription->get_id(), '_stripe_source_id', $stripe_source_id );
444
+			update_post_meta($subscription->get_id(), '_stripe_source_id', $stripe_source_id);
445 445
 		}
446 446
 
447 447
 		$stripe_customer    = new WC_Stripe_Customer();
448
-		$stripe_customer_id = get_post_meta( $subscription->get_id(), '_stripe_customer_id', true );
448
+		$stripe_customer_id = get_post_meta($subscription->get_id(), '_stripe_customer_id', true);
449 449
 
450 450
 		// If we couldn't find a Stripe customer linked to the subscription, fallback to the user meta data.
451
-		if ( ! $stripe_customer_id || ! is_string( $stripe_customer_id ) ) {
451
+		if ( ! $stripe_customer_id || ! is_string($stripe_customer_id)) {
452 452
 			$user_id            = $customer_user;
453
-			$stripe_customer_id = get_user_option( '_stripe_customer_id', $user_id );
454
-			$stripe_source_id   = get_user_option( '_stripe_source_id', $user_id );
453
+			$stripe_customer_id = get_user_option('_stripe_customer_id', $user_id);
454
+			$stripe_source_id   = get_user_option('_stripe_source_id', $user_id);
455 455
 
456 456
 			// For BW compat will remove in future.
457
-			if ( empty( $stripe_source_id ) ) {
458
-				$stripe_source_id = get_user_option( '_stripe_card_id', $user_id );
457
+			if (empty($stripe_source_id)) {
458
+				$stripe_source_id = get_user_option('_stripe_card_id', $user_id);
459 459
 
460 460
 				// Take this opportunity to update the key name.
461
-				update_user_option( $user_id, '_stripe_source_id', $stripe_source_id, false );
461
+				update_user_option($user_id, '_stripe_source_id', $stripe_source_id, false);
462 462
 			}
463 463
 		}
464 464
 
465 465
 		// If we couldn't find a Stripe customer linked to the account, fallback to the order meta data.
466
-		if ( ( ! $stripe_customer_id || ! is_string( $stripe_customer_id ) ) && false !== $subscription->order ) {
467
-			$stripe_customer_id = get_post_meta( $subscription->get_parent_id(), '_stripe_customer_id', true );
468
-			$stripe_source_id   = get_post_meta( $subscription->get_parent_id(), '_stripe_source_id', true );
466
+		if (( ! $stripe_customer_id || ! is_string($stripe_customer_id)) && false !== $subscription->order) {
467
+			$stripe_customer_id = get_post_meta($subscription->get_parent_id(), '_stripe_customer_id', true);
468
+			$stripe_source_id   = get_post_meta($subscription->get_parent_id(), '_stripe_source_id', true);
469 469
 
470 470
 			// For BW compat will remove in future.
471
-			if ( empty( $stripe_source_id ) ) {
472
-				$stripe_source_id = get_post_meta( $subscription->get_parent_id(), '_stripe_card_id', true );
471
+			if (empty($stripe_source_id)) {
472
+				$stripe_source_id = get_post_meta($subscription->get_parent_id(), '_stripe_card_id', true);
473 473
 
474 474
 				// Take this opportunity to update the key name.
475
-				update_post_meta( $subscription->get_parent_id(), '_stripe_source_id', $stripe_source_id );
475
+				update_post_meta($subscription->get_parent_id(), '_stripe_source_id', $stripe_source_id);
476 476
 			}
477 477
 		}
478 478
 
479
-		$stripe_customer->set_id( $stripe_customer_id );
479
+		$stripe_customer->set_id($stripe_customer_id);
480 480
 
481 481
 		$sources                   = $stripe_customer->get_sources();
482
-		$payment_method_to_display = __( 'N/A', 'woocommerce-gateway-stripe' );
482
+		$payment_method_to_display = __('N/A', 'woocommerce-gateway-stripe');
483 483
 
484
-		if ( $sources ) {
485
-			foreach ( $sources as $source ) {
486
-				if ( $source->id === $stripe_source_id ) {
487
-					if ( $source->sepa_debit ) {
484
+		if ($sources) {
485
+			foreach ($sources as $source) {
486
+				if ($source->id === $stripe_source_id) {
487
+					if ($source->sepa_debit) {
488 488
 						/* translators: 1) last 4 digits of SEPA Direct Debit */
489
-						$payment_method_to_display = sprintf( __( 'Via SEPA Direct Debit ending in %1$s', 'woocommerce-gateway-stripe' ), $source->sepa_debit->last4 );
489
+						$payment_method_to_display = sprintf(__('Via SEPA Direct Debit ending in %1$s', 'woocommerce-gateway-stripe'), $source->sepa_debit->last4);
490 490
 					}
491 491
 
492 492
 					break;
Please login to merge, or discard this patch.