Advertisement
Guest User

Untitled

a guest
Apr 20th, 2018
58
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. function invoiceOpenChecker(paymentItemByInvoiceId) {
  2.   (invoiceId) => {
  3.     return !!paymentItemByInvoiceId[invoiceId];
  4.   };
  5. };
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement