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 923d34d commit c3f0eeeCopy full SHA for c3f0eee
README.md
@@ -39,9 +39,9 @@ try {
39
40
// call WS for master payment status
41
$response = $this->webpayWS->call(
42
- $webserviceMethod, // WS action name
+ $webserviceMethod, // WS action name (see WS docs)
43
[
44
- // getMasterPaymentStatus params (see WS docs)
+ // request params (see WS docs)
45
]
46
);
47
$response_params = $response->getParams(); // gets response parameters
0 commit comments