Passed
Pull Request — v3.0 (#541)
by
unknown
09:39
created
src/Traits/PayPalAPI/Subscriptions/Helpers.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -69,13 +69,13 @@
 block discarded – undo
69 69
             ],
70 70
         ];
71 71
 
72
-        if($this->has_setup_fee) {
72
+        if ($this->has_setup_fee) {
73 73
             $body['plan'] = [
74 74
                 'payment_preferences' => $this->payment_preferences
75 75
             ];
76 76
         }
77 77
 
78
-        if(isset($this->shipping_address)) {
78
+        if (isset($this->shipping_address)) {
79 79
             $body['subscriber']['shipping_address'] = $this->shipping_address;
80 80
         }
81 81
 
Please login to merge, or discard this patch.