Skip to content

Commit

Permalink
Docs update to go with PR on cardReference
Browse files Browse the repository at this point in the history
  • Loading branch information
eileenmcnaughton authored Jan 11, 2021
1 parent 84f5b5f commit 98a4716
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -466,6 +466,8 @@ $response->getMessage(); // a message generated by the payment gateway
```

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

### Redirect Response

Expand Down

0 comments on commit 98a4716

Please sign in to comment.