From bdae416b54f415256bcb1cef7c1d87021a4746fd Mon Sep 17 00:00:00 2001 From: mohit-dexbytes <53266421+mohit-dexbytes@users.noreply.github.com> Date: Tue, 3 Aug 2021 18:31:06 +0530 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index fb69b65..18497d3 100644 --- a/README.md +++ b/README.md @@ -27,7 +27,7 @@ $workflowid = 2317000001; $isTestAccount = true; try { - $velocityProcessor = new Velocity_Processor($applicationprofileid, $merchantprofileid, $workflowid, $isTestAccount, $identitytoken); + $velocityProcessor = new VelocityProcessor($applicationprofileid, $merchantprofileid, $workflowid, $isTestAccount, $identitytoken); } catch (Exception $e) { echo $e->getMessage(); } @@ -393,4 +393,4 @@ try { } catch(Exception $e) { echo $e->getMessage(); } -``` \ No newline at end of file +```