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
'<strong>We cannot validate your payment result:</strong><br/>
74
-
Note that your payment may have already been processed.<br/>
75
-
Please contact our support team if you have any questions.',
70
+
Note that your payment may have already been processed.<br/>
71
+
Please contact our support team if you have any questions.',
76
72
'omise'
77
73
);
78
74
@@ -112,7 +108,7 @@ protected function payment_pending() {
112
108
// Card authorized case.
113
109
$message = __(
114
110
'Omise: The payment is being processed.<br/>
115
-
An amount %1$s %2$s has been authorized.',
111
+
An amount %1$s %2$s has been authorized.',
116
112
'omise'
117
113
);
118
114
@@ -138,8 +134,8 @@ protected function payment_pending() {
138
134
// Offsite case.
139
135
$message = __(
140
136
'Omise: The payment is being processed.<br/>
141
-
Depending on the payment provider, this may take some time to process.<br/>
142
-
Please do a manual \'Sync Payment Status\' action from the <strong>Order Actions</strong> panel, or check the payment status directly at the Omise Dashboard later.',
137
+
Depending on the payment provider, this may take some time to process.<br/>
138
+
Please do a manual \'Sync Payment Status\' action from the <strong>Order Actions</strong> panel, or check the payment status directly at the Omise Dashboard later.',
143
139
'omise'
144
140
);
145
141
@@ -156,7 +152,7 @@ protected function payment_pending() {
156
152
* Resolving a case of charge status: failed.
157
153
*/
158
154
protectedfunctionpayment_failed() {
159
-
$message = __( "It seems we've been unable to process your payment properly:<br/>%s", 'omise' );
155
+
$message= __( "It seems we've been unable to process your payment properly:<br/>%s", 'omise' );
0 commit comments