Completed
Pull Request — master (#857)
by
unknown
16:49
created
includes/class-give-customer.php 1 patch
Braces   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -544,7 +544,7 @@
 block discarded – undo
544 544
 
545 545
         if( $payment_total_diff > 0 ) {
546 546
             $this->increase_value( $payment_total_diff );
547
-        }else{
547
+        } else{
548 548
             // Pass payment total difference as +ve value to decrease amount from user lifetime stat.
549 549
             $this->decrease_value( -$payment_total_diff );
550 550
         }
Please login to merge, or discard this patch.
includes/forms/template.php 1 patch
Braces   +5 added lines, -2 removed lines patch added patch discarded remove patch
@@ -790,8 +790,11 @@
 block discarded – undo
790 790
 					}
791 791
 					?>
792 792
 				</select>
793
-			<?php else : ?>
794
-				<input type="text" size="6" name="card_state" id="card_state" class="card_state give-input" placeholder="<?php esc_html_e( 'State / Province', 'give' ); ?>"/>
793
+			<?php else {
794
+	: ?>
795
+				<input type="text" size="6" name="card_state" id="card_state" class="card_state give-input" placeholder="<?php esc_html_e( 'State / Province', 'give' );
796
+}
797
+?>"/>
795 798
 			<?php endif; ?>
796 799
 		</p>
797 800
 		<?php do_action( 'give_cc_billing_bottom' ); ?>
Please login to merge, or discard this patch.