diff --git a/README.md b/README.md index 2b5d2b0..5a7011a 100644 --- a/README.md +++ b/README.md @@ -232,7 +232,7 @@ public function vtweb_charge() You can see notification handler examples [here](https://github.com/harrypujianto/Veritrans-Codeigniter/blob/master/application/controllers/vtweb.php). ```php //you don't have to use the function name 'notification', it's just an example -public function notificarion() +public function notification() { $json_result = file_get_contents('php://input'); $result = json_decode($json_result);