Open andrii-kovalenko-ct opened 6 years ago
If returned payment from PayPal service request contains paymentInstruction - the CTP payment custom field reference will be overridden: https://github.com/commercetools/commercetools-paypal-plus-integration/blob/cbfd648cddc38ef65e373fc3bf8d4ec103a7142c/src/main/java/com/commercetools/pspadapter/paymentHandler/impl/PaymentHandler.java#L336
paymentInstruction
reference
BUT this field is set by front-end and is a mandatory reference to an order, so must be untouched!
Pls, fix it ASAP. Guess we have to introduce new optional custom filed smth like paymentInstructionReferenceNumber for this purpose.
paymentInstructionReferenceNumber
@lojzatran Any notes on the issue?
No comment from me.
If returned payment from PayPal service request contains
paymentInstruction
- the CTP payment custom fieldreference
will be overridden: https://github.com/commercetools/commercetools-paypal-plus-integration/blob/cbfd648cddc38ef65e373fc3bf8d4ec103a7142c/src/main/java/com/commercetools/pspadapter/paymentHandler/impl/PaymentHandler.java#L336BUT this field is set by front-end and is a mandatory reference to an order, so must be untouched!
Pls, fix it ASAP. Guess we have to introduce new optional custom filed smth like
paymentInstructionReferenceNumber
for this purpose.