Completed
Push — master ( 2e8129...fb568d )
by Cesar
01:31
created
src/Service/PaypalService.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -243,7 +243,7 @@
 block discarded – undo
243 243
 
244 244
     /**
245 245
      * @param string $orderId
246
-     * @return Payment|null
246
+     * @return null|HttpResponse
247 247
      */
248 248
     public function capturePayment(string $orderId): ?HttpResponse
249 249
     {
Please login to merge, or discard this patch.