Skip to content
This repository was archived by the owner on Apr 24, 2023. It is now read-only.

Commit 789432b

Browse files
committed
Fix refund success message.
1 parent 6e27b7d commit 789432b

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

UOL_PagSeguro-2.7.0.tgz

0 Bytes
Binary file not shown.

app/design/adminhtml/default/default/template/uol/pagseguro/refund.phtml

+1-1
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@ limitations under the License.
173173
} else if (xhrResult.status == false) {
174174

175175
jQuery('#refund-table').dataTable().fnClearTable(true);
176-
Modal.message('alert', "Sem resultados para o período solicitado.");
176+
Modal.message('success', '<?php echo $refundSuccess; ?>');
177177
} else {
178178

179179
jQuery('#refund-table').dataTable().fnClearTable(true);

0 commit comments

Comments
 (0)