Skip to content

Commit 98a4716

Browse files
Docs update to go with PR on cardReference
thephpleague/omnipay-common#243
1 parent 84f5b5f commit 98a4716

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

+2
Original file line numberDiff line numberDiff line change
@@ -466,6 +466,8 @@ $response->getMessage(); // a message generated by the payment gateway
466466
```
467467

468468
In addition, most gateways will override the response object, and provide access to any extra fields returned by the gateway.
469+
If the payment authorization is re-usable the gateway will implement ```$response->getCardReference();```. This
470+
method is always available (but may return NULL) from 3.1.1
469471

470472
### Redirect Response
471473

0 commit comments

Comments
 (0)