You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/Templates/NoticeGatewayNotEnabledMonei.php
+12-13Lines changed: 12 additions & 13 deletions
Original file line number
Diff line number
Diff line change
@@ -2,18 +2,17 @@
2
2
3
3
namespaceMonei\Templates;
4
4
5
-
class NoticeGatewayNotEnabledMonei implements TemplateInterface
6
-
{
7
-
publicfunctionrender( $data ): void
8
-
{
9
-
?>
5
+
class NoticeGatewayNotEnabledMonei implements TemplateInterface {
10
6
11
-
<div class="inline error">
12
-
<p>
13
-
<strong><?phpesc_html_e( 'Gateway Disabled', 'monei' ); ?></strong>: <?phpesc_html_e( 'The selected payment method is not active in the MONEI dashboard.', 'monei' ); ?>
14
-
<a href="https://dashboard.monei.com/?action=signIn"><?phpesc_html_e( 'Go to your MONEI Dashboard to activate it', 'monei' ); ?></a>
15
-
</p>
16
-
</div>
17
-
<?php
18
-
}
7
+
publicfunctionrender( $data ): void {
8
+
?>
9
+
10
+
<div class="inline error">
11
+
<p>
12
+
<strong><?phpesc_html_e( 'Gateway Disabled', 'monei' ); ?></strong>: <?phpesc_html_e( 'The selected payment method is not active in the MONEI dashboard.', 'monei' ); ?>
13
+
<a href="https://dashboard.monei.com/?action=signIn"><?phpesc_html_e( 'Go to your MONEI Dashboard to activate it', 'monei' ); ?></a>
0 commit comments