From 57d8249883bb00a2055a604d6069e888799aa1b5 Mon Sep 17 00:00:00 2001 From: Jelle van Oosterbosch Date: Mon, 3 Jan 2022 13:18:12 +0100 Subject: [PATCH] Moved description which should be in the Fulfillment section --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e377975..4d9ee8f 100755 --- a/README.md +++ b/README.md @@ -101,8 +101,8 @@ $data = [ 'TotalGrossAmountCents' => 1337, 'TotalNetAmountCents' => 1337, ], + 'Description' => '829c7998-6497-402c-a049-51801ba33662', ], - 'Description' => '829c7998-6497-402c-a049-51801ba33662', ]; $request = $gateway->authorize($data);