Files
2025-03-12 17:06:23 +01:00

3 lines
148 B
PHP

<?php
$smarty->assign('show_payment', st_get_component('stPayment', 'showPayment', array('order' => $order)));
$smarty->display('payment_pay.html');