Completed
Pull Request — master (#173)
by
unknown
01:44
created
src/Resource/CustomerCreditCard.php 1 patch
Indentation   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -259,8 +259,8 @@
 block discarded – undo
259 259
      *
260 260
      * @return boolean
261 261
      */
262
-     public function getStore()
263
-     {
264
-         return $this->data->creditCard->store;
265
-     }
262
+        public function getStore()
263
+        {
264
+            return $this->data->creditCard->store;
265
+        }
266 266
 }
Please login to merge, or discard this patch.