Passed
Push — v3.0 ( 8a75ab...dc36dd )
by Raza
02:06
created
src/Traits/PayPalAPI/Subscriptions/Helpers.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -86,7 +86,7 @@
 block discarded – undo
86 86
             ];
87 87
         }
88 88
 
89
-        if(isset($this->shipping_address)) {
89
+        if (isset($this->shipping_address)) {
90 90
             $body['subscriber']['shipping_address'] = $this->shipping_address;
91 91
         }        
92 92
         
Please login to merge, or discard this patch.