Skip to content

Commit

Permalink
Docs update to go with PR on cardReference (#630)
Browse files Browse the repository at this point in the history
  • Loading branch information
eileenmcnaughton authored Jun 1, 2021
1 parent 73262a3 commit 62f6440
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 @@ -470,6 +470,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 62f6440

Please sign in to comment.