IO-1682 Restore customer name for payments.
This commit is contained in:
@@ -136,7 +136,9 @@ const generatePayment = (payment, isThreeTier, twoTierPref) => {
|
|||||||
PaymentMethodRef: {
|
PaymentMethodRef: {
|
||||||
FullName: payment.type,
|
FullName: payment.type,
|
||||||
},
|
},
|
||||||
Memo: `RO ${payment.job.ro_number || ""} ${
|
Memo: `RO ${payment.job.ro_number || ""} OWNER ${
|
||||||
|
payment.job.ownr_fn || ""
|
||||||
|
} ${payment.job.ownr_ln || ""} ${payment.job.ownr_co_nm || ""} ${
|
||||||
payment.stripeid || ""
|
payment.stripeid || ""
|
||||||
} ${payment.payer ? ` PAID BY ${payment.payer}` : ""}`,
|
} ${payment.payer ? ` PAID BY ${payment.payer}` : ""}`,
|
||||||
IsAutoApply: true,
|
IsAutoApply: true,
|
||||||
|
|||||||
Reference in New Issue
Block a user