From 6daf55f566ba26c4101e11fca06224e059242aa4 Mon Sep 17 00:00:00 2001 From: Jack Kwakman Date: Mon, 20 Jun 2016 16:36:18 +0200 Subject: [PATCH] Added customer name to the Body class The Buckaroo interface has a Customer Name option in the interface. Added this to the Body class so we can submit it in the SOAP call. --- src/LinkORB/Buckaroo/SOAP/Body.php | 1 + 1 file changed, 1 insertion(+) diff --git a/src/LinkORB/Buckaroo/SOAP/Body.php b/src/LinkORB/Buckaroo/SOAP/Body.php index d892ed9..f0b9d84 100644 --- a/src/LinkORB/Buckaroo/SOAP/Body.php +++ b/src/LinkORB/Buckaroo/SOAP/Body.php @@ -11,6 +11,7 @@ class Body public $Order; public $Description; public $ClientIP; + public $CustomerName; public $ReturnURL; public $ReturnURLCancel; public $ReturnURLError;