From e06ab69c3413882eda6786ce318cdccac16c56a2 Mon Sep 17 00:00:00 2001
From: Comical DERSKEAL <27731088+derskeal@users.noreply.github.com>
Date: Mon, 23 Apr 2018 17:06:16 +0100
Subject: [PATCH] Removed line that fetches secret key
The payment still works without the line.
---
README.md | 1 -
1 file changed, 1 deletion(-)
diff --git a/README.md b/README.md
index cbc84f1..cf9ceb0 100644
--- a/README.md
+++ b/README.md
@@ -278,7 +278,6 @@ A sample form will look like so:
{{-- For other necessary things you want to add to your payload. it is optional though --}}
{{-- required --}}
- {{-- required --}}
{{ csrf_field() }} {{-- works only when using laravel 5.1, 5.2 --}}
{{-- employ this in place of csrf_field only in laravel 5.0 --}}