@@ -219,10 +219,13 @@ |
||
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/> |