Failed Conditions
Push — develop ( d16b7e...a535bd )
by Reüel
07:00 queued 10s
created
src/Integration.php 1 patch
Braces   +5 added lines, -2 removed lines patch added patch discarded remove patch
@@ -219,10 +219,13 @@
 block discarded – undo
219 219
 
220 220
 				<?php esc_html_e( 'A private key and certificate are required for communication with the payment provider. Enter the organization details from the iDEAL account below to generate these required files.', 'pronamic_ideal' ); ?>
221 221
 
222
-			<?php else : ?>
222
+			<?php else {
223
+	: ?>
223 224
 
224 225
 				<span
225
-					class="dashicons dashicons-yes"></span> <?php esc_html_e( 'A private key and certificate have been configured. The certificate must be uploaded to the payment provider dashboard to complete configuration.', 'pronamic_ideal' ); ?>
226
+					class="dashicons dashicons-yes"></span> <?php esc_html_e( 'A private key and certificate have been configured. The certificate must be uploaded to the payment provider dashboard to complete configuration.', 'pronamic_ideal' );
227
+}
228
+?>
226 229
 				<br/>
227 230
 
228 231
 				<br/>
Please login to merge, or discard this patch.