We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1f6e416 commit 482b2b9Copy full SHA for 482b2b9
src/PayoneBundle/Ecommerce/PaymentManager/BsPayone.php
@@ -661,6 +661,7 @@ public function getInitPaymentRedirectUrl($config)
661
} else if($paymentType == self::METHOD_CCARD && empty($result['redirecturl'])){
662
$result['redirecturl'] = $config['successURL'];
663
$redirectURL = $result['redirecturl'];
664
+ $result['status'] = 'REDIRECT';
665
}
666
667
0 commit comments