From 78995ecff75bfdd391c5a7fa314d42574cca09f7 Mon Sep 17 00:00:00 2001 From: Hafiz Ramadhan <39754741+rmdhfz@users.noreply.github.com> Date: Mon, 22 May 2023 10:06:44 +0700 Subject: [PATCH] Update README.md fix typo 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);