We are implementing suite talk API - When we tryin...
# general
r
We are implementing suite talk API - When we trying to create CustomerRefund object using java code and want to associate CreditNote/Customer Payment with it ( which is already available in Apply section) using CustomeeRefund#setApplyList() method but it doesn't work and displays the error 'should not update apply list'.
b
you might try asking in the less populous #C2K2RJNAC channel
but I believe the answer is that you need to use the initialize operation to prepopulate your customer refund
r
thanks