Files
grzanieplus.pl/apps/frontend/modules/stPayment/templates/_showPayment.php
2025-03-12 17:06:23 +01:00

5 lines
213 B
PHP

<?php
$smarty->assign("show_payment", st_get_component($paymentType.'Frontend', 'showPayment', array('order' => $order)));
$smarty->assign("payment_name", $paymentTypeName);
$smarty->display("payment_show.html");