wip
This commit is contained in:
5
resources/js/vendor/nova/js/additional.js
vendored
5
resources/js/vendor/nova/js/additional.js
vendored
@@ -30,10 +30,9 @@ async function fetchCardHistory() {
|
|||||||
<ul>
|
<ul>
|
||||||
${Array.from(result.transactions).map(transaction => {
|
${Array.from(result.transactions).map(transaction => {
|
||||||
return `<li>
|
return `<li>
|
||||||
|
<strong>${transaction['actionName']}</strong> <strong>${transaction['opersum']}</strong> <strong>${transaction['currency']}</strong>
|
||||||
|
|
||||||
<p>: <strong>${transaction['trandate']}</strong></p>
|
<p>: <strong>${transaction['trandate']}</strong></p>
|
||||||
<p>: <strong>${transaction['currency']}</strong></p>
|
|
||||||
<p>: <strong>${transaction['opersum']}</strong></p>
|
|
||||||
<p>: <strong>${transaction['actionName']}</strong></p>
|
|
||||||
<p>: <strong>${transaction['opername']}</strong></p>
|
<p>: <strong>${transaction['opername']}</strong></p>
|
||||||
</li>`;
|
</li>`;
|
||||||
})}
|
})}
|
||||||
|
|||||||
Reference in New Issue
Block a user