Completed
Push — master ( ef3549...30475d )
by
unknown
07:47
created
src/Action/CaptureAction.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -62,7 +62,7 @@
 block discarded – undo
62 62
         $refundToken = $this->tokenFactory->createRefundToken($token->getGatewayName(), $token->getDetails());
63 63
 
64 64
         $details['webhookUrl'] = $notifyToken->getTargetUrl();
65
-        $details['backurl'] =  $token->getAfterUrl();
65
+        $details['backurl'] = $token->getAfterUrl();
66 66
 
67 67
         if (true === $this->mollieApiClient->isRecurringSubscription()) {
68 68
             $cancelToken = $this->tokenFactory->createToken(
Please login to merge, or discard this patch.