Paybox can return many data about the transaction and the module currently allows to ask what to return using hook_commerce_paybox_offsite_params_alter and modify PBX_RETOUR. However there is no way to exploit the return data. It could be stored either in $txn->data or $txn->payload. Both are not currently used. I think $txn->payload is better. Patch coming.

CommentFileSizeAuthor
#2 2848432-paybox-payload.patch651 bytesjcisio

Comments

jcisio created an issue. See original summary.

jcisio’s picture

Status: Active » Needs review
StatusFileSize
new651 bytes
jcisio’s picture

Status: Needs review » Fixed

Committed and pushed #2.

  • jcisio committed f7eb152 on 7.x-1.x
    Issue #2848432 by jcisio: Store extra data in the transaction
    

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.