Skip to content

Commit c3f0eee

Browse files
author
Honza Vejvar
committed
README.md update
1 parent 923d34d commit c3f0eee

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,9 +39,9 @@ try {
3939

4040
// call WS for master payment status
4141
$response = $this->webpayWS->call(
42-
$webserviceMethod, // WS action name
42+
$webserviceMethod, // WS action name (see WS docs)
4343
[
44-
// getMasterPaymentStatus params (see WS docs)
44+
// request params (see WS docs)
4545
]
4646
);
4747
$response_params = $response->getParams(); // gets response parameters

0 commit comments

Comments
 (0)