Skip to content

Commit 62f6440

Browse files
Docs update to go with PR on cardReference (#630)
thephpleague/omnipay-common#243
1 parent 73262a3 commit 62f6440

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Diff for: README.md

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

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

474476
### Redirect Response
475477

0 commit comments

Comments
 (0)