Skip to content

Commit bad34ca

Browse files
thephpleague#261 declare transactionId
In conjunction with thephpleague#261 & thephpleague/omnipay-common#41
1 parent 8a8ade4 commit bad34ca

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -326,6 +326,7 @@ $response = $gateway->purchase(['amount' => '10.00', 'card' => $card])->send();
326326
$response->isSuccessful(); // is the response successful?
327327
$response->isRedirect(); // is the response a redirect?
328328
$response->getTransactionReference(); // a reference generated by the payment gateway
329+
$response->getTransactionId(); // the reference set by the originating website if available.
329330
$response->getMessage(); // a message generated by the payment gateway
330331
```
331332

0 commit comments

Comments
 (0)