Passed
Pull Request — v3.0 (#491)
by
unknown
01:56
created
src/Traits/PayPalAPI/Subscriptions/Helpers.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -59,7 +59,7 @@
 block discarded – undo
59 59
             ],
60 60
         ];
61 61
 
62
-        if($this->return_url && $this->cancel_url) {
62
+        if ($this->return_url && $this->cancel_url) {
63 63
             $body['application_context'] = [
64 64
                 'return_url' => $this->return_url,
65 65
                 'cancel_url' => $this->cancel_url,
Please login to merge, or discard this patch.