We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 73262a3 commit 62f6440Copy full SHA for 62f6440
README.md
@@ -470,6 +470,8 @@ $response->getMessage(); // a message generated by the payment gateway
470
```
471
472
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
475
476
### Redirect Response
477
0 commit comments