Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Misleading comment in the example PayU API returns CANCELED instead CANCELLED.
  • Loading branch information
Emstawicki authored Nov 21, 2016
1 parent 6dc8719 commit 73c852b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -260,7 +260,7 @@ echo $orderFormData
$data = trim($body);

$response = OpenPayU_Order::consumeNotification($data);
$response->getResponse()->order->status; //NEW PENDING CANCELLED REJECTED COMPLETED WAITING_FOR_CONFIRMATION
$response->getResponse()->order->status; //NEW PENDING CANCELED REJECTED COMPLETED WAITING_FOR_CONFIRMATION

header("HTTP/1.1 200 OK");
}
Expand Down

0 comments on commit 73c852b

Please sign in to comment.