as the title said, I want to add a note to a payment. Use this code below doesn't work:
payment.setNote(note); orderConnector.updatePayment(orderId, payment);
it returns a permission issue even payment permission has been set READ and WRITE already.
any help would be appreciated.