Completed
Pull Request — master (#5)
by
unknown
03:33
created
src/Message/PurchaseRequest.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -32,9 +32,9 @@
 block discarded – undo
32 32
         $data = parent::getData();
33 33
 
34 34
         //set customer details if set
35
-        if (($customerDetails = $this->getParameter('uppCustomerDetails')) && is_array($customerDetails)){
35
+        if (($customerDetails = $this->getParameter('uppCustomerDetails')) && is_array($customerDetails)) {
36 36
             $data['uppCustomerDetails'] = 'yes';
37
-            foreach ($customerDetails as $key => $value){
37
+            foreach ($customerDetails as $key => $value) {
38 38
                 $data[$key] = $value;
39 39
             }
40 40
         }
Please login to merge, or discard this patch.