Test Failed
Push — develop ( 5edab0...b80e50 )
by Reüel
06:00
created
src/Integration.php 1 patch
Indentation   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -516,10 +516,10 @@
 block discarded – undo
516 516
 			}
517 517
 
518 518
 			if ( empty( $private_key ) && false !== \strpos( $field['meta_key'], 'apple_pay' ) ) {
519
-			    printf(
520
-				    '<p class="pronamic-pay-description description">%s</p><p>&nbsp;</p>',
521
-				    esc_html__( 'Leave empty to auto fill when uploading an Apple Pay Merchant Identity PKCS#12 certificate file.', 'pronamic_ideal' )
522
-			    );
519
+				printf(
520
+					'<p class="pronamic-pay-description description">%s</p><p>&nbsp;</p>',
521
+					esc_html__( 'Leave empty to auto fill when uploading an Apple Pay Merchant Identity PKCS#12 certificate file.', 'pronamic_ideal' )
522
+				);
523 523
 			}
524 524
 
525 525
 			printf(
Please login to merge, or discard this patch.