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