Completed
Pull Request — master (#149)
by
unknown
26:16
created
src/Entity/CreditCard.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -74,7 +74,7 @@
 block discarded – undo
74 74
         $node->appendChild($document->createElement('ExpirationDate', $this->getExpirationDate()));
75 75
 
76 76
         if ($this->getSecurityCode()) {
77
-           $node->appendChild($document->createElement('SecurityCode', $this->getSecurityCode()));
77
+            $node->appendChild($document->createElement('SecurityCode', $this->getSecurityCode()));
78 78
         }
79 79
 
80 80
         if ($this->getAddress()) {
Please login to merge, or discard this patch.