changed description to itemName
This commit is contained in:
parent
c0991727d7
commit
d3c40ce287
1 changed files with 2 additions and 2 deletions
|
|
@ -676,8 +676,8 @@ export default {
|
|||
|
||||
this.payInAdvanceLineItems = lineItems.join('||');
|
||||
},
|
||||
getPayInAdvanceFormattedLineItem(description, price, quantity) {
|
||||
return `${description}|${price}|${quantity}`;
|
||||
getPayInAdvanceFormattedLineItem(itemName, price, quantity) {
|
||||
return `${itemName}|${price}|${quantity}`;
|
||||
},
|
||||
getMockPiaLineItems() {
|
||||
let lineItems = [];
|
||||
|
|
|
|||
Loading…
Reference in a new issue