Skip to content

Commit e2e813b

Browse files
committed
Merge pull request #27 from academe/master
Include omnipay_transaction_id in hidden fields for the DPM form.
2 parents 391c1f3 + 23fbedc commit e2e813b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/Message/DPMResponse.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,9 @@ class DPMResponse extends AbstractResponse implements RedirectResponseInterface
5959
'x_email_customer',
6060

6161
'x_delim_data',
62+
63+
// Custom omnipay field.
64+
'omnipay_transaction_id',
6265
);
6366

6467
/**

0 commit comments

Comments
 (0)