Add full stops to code comments

This commit is contained in:
Paul Dechov 2017-12-06 14:53:31 -05:00
parent 28c4dc0fbe
commit f2cc10922a
1 changed files with 2 additions and 2 deletions

View File

@ -1342,11 +1342,11 @@ class WC_Admin_Setup_Wizard {
if ( if (
( (
// Install WooCommerce Services with Stripe to enable deferred account creation // Install WooCommerce Services with Stripe to enable deferred account creation.
! empty( $_POST['wc-wizard-service-stripe-enabled'] ) && ! empty( $_POST['wc-wizard-service-stripe-enabled'] ) &&
! empty( $_POST['stripe_create_account'] ) ! empty( $_POST['stripe_create_account'] )
) || ( ) || (
// Install WooCommerce Services with PayPal EC to enable proxied payments // Install WooCommerce Services with PayPal EC to enable proxied payments.
! empty( $_POST['wc-wizard-service-ppec_paypal-enabled'] ) && ! empty( $_POST['wc-wizard-service-ppec_paypal-enabled'] ) &&
! empty( $_POST['ppec_paypal_reroute_requests'] ) ! empty( $_POST['ppec_paypal_reroute_requests'] )
) )