From 7631106ea9b88e151f2d7b1236cb17efa57dbca2 Mon Sep 17 00:00:00 2001
From: Matthew Wire <mjw@mjwconsult.co.uk>
Date: Tue, 7 Jan 2020 22:27:15 +0000
Subject: [PATCH] another typo

---
 docs/financial/orderAPI.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/financial/orderAPI.md b/docs/financial/orderAPI.md
index 7272050e..6b89b8ef 100644
--- a/docs/financial/orderAPI.md
+++ b/docs/financial/orderAPI.md
@@ -371,7 +371,7 @@ try {
     'payment_processor_id' => $params['payment_processor_id'],
     ]);
 }
-catch  {
+catch (Exception $e) {
   // it failed
 }
 ```
-- 
GitLab