We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 84f5b5f commit 98a4716Copy full SHA for 98a4716
README.md
@@ -466,6 +466,8 @@ $response->getMessage(); // a message generated by the payment gateway
466
```
467
468
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
471
472
### Redirect Response
473
0 commit comments