Skip to content

Commit c95d0fc

Browse files
committed
Merge branch 'master' of github.com:thephpleague/omnipay-authorizenet into xml-api
Conflicts: src/Message/AIMRefundRequest.php src/Message/AIMResponse.php tests/Message/AIMRefundRequestTest.php tests/Message/AIMResponseTest.php
2 parents b4d3d09 + dde369f commit c95d0fc

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)