first commit
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
<?php
|
||||
use_helper('stUrl');
|
||||
function online_codes_generate_download_link($order, $file) {
|
||||
return st_url_for('@appOnlineCodesDownload?file='.$file.'&hash='.$order->getHashCode().'&id='.$order->getId(), true, 'frontend');
|
||||
}
|
||||
Reference in New Issue
Block a user