Skip to content

Commit

Permalink
Merge pull request #27 from academe/master
Browse files Browse the repository at this point in the history
Include omnipay_transaction_id in hidden fields for the DPM form.
  • Loading branch information
judgej committed Mar 10, 2016
2 parents 391c1f3 + 23fbedc commit e2e813b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/Message/DPMResponse.php
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,9 @@ class DPMResponse extends AbstractResponse implements RedirectResponseInterface
'x_email_customer',

'x_delim_data',

// Custom omnipay field.
'omnipay_transaction_id',
);

/**
Expand Down

0 comments on commit e2e813b

Please sign in to comment.