updated downloader
This commit is contained in:
@@ -939,7 +939,7 @@
|
||||
hiddenDetails.setAttribute("name", "filename");
|
||||
// hiddenDetails.setAttribute("value", "{{ $order_item_array[0]->ProductName . "
|
||||
// _ " . $order_item_array[0]->Size }}");
|
||||
hiddenDetails.setAttribute("value", "{{ $order_item_array[0]->ProductName }} _ {{ $order_item_array[0]->Size }}" );
|
||||
hiddenDetails.setAttribute("value", "{{ $order_item_array[0]->ProductName }}_{{ $order_item_array[0]->Size }}" );
|
||||
|
||||
|
||||
form.appendChild(hiddenSVGField);
|
||||
|
||||
Reference in New Issue
Block a user