Passed
Push — v3.0 ( 0090ad...8a75ab )
by Raza
08:10
created
src/Traits/PayPalAPI/Subscriptions/Helpers.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -80,13 +80,13 @@
 block discarded – undo
80 80
             ],
81 81
         ];
82 82
 
83
-        if($this->has_setup_fee) {
83
+        if ($this->has_setup_fee) {
84 84
             $body['plan'] = [
85 85
                 'payment_preferences' => $this->payment_preferences
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.