From 3b747e4b44cd2490a109f96f2a8257287b886cc6 Mon Sep 17 00:00:00 2001 From: Hafiz Ramadhan <39754741+rmdhfz@users.noreply.github.com> Date: Tue, 4 Apr 2023 11:52:34 +0700 Subject: [PATCH] Update README.md Fix typo notificarion to notification --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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);