Skip to content

Commit 482b2b9

Browse files
author
Fabian Pechstein
committed
[bug-fix] redirect to ccard without 3ds to pending success page
1 parent 1f6e416 commit 482b2b9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/PayoneBundle/Ecommerce/PaymentManager/BsPayone.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -661,6 +661,7 @@ public function getInitPaymentRedirectUrl($config)
661661
} else if($paymentType == self::METHOD_CCARD && empty($result['redirecturl'])){
662662
$result['redirecturl'] = $config['successURL'];
663663
$redirectURL = $result['redirecturl'];
664+
$result['status'] = 'REDIRECT';
664665
}
665666
}
666667

0 commit comments

Comments
 (0)