Hi introfini,
I was wondering what's the status on the credit card payments module. I've been testing and I'm bumping into some issues.
- On the test I was getting a cancel message every time I tried to pay (valid payments or invalid). I've replaced the errorURL from cancel_url to return_url were the logic is implemented and works ok, as far as I could test it.
$data = [
'orderId' => $payment->getOrderId(),
'amount' => $payment->getAmount()->getNumber(),
'successUrl' => $form['#return_url'],
'errorUrl' => $form['#return_url'] . '?status=error',
'cancelUrl' => $form['#cancel_url'],
];
- On live I'm getting a 403 denied error when redirecting to the payment url. After getting the 403 if I refresh, the payment page loads, so the url is apparently correct. I've changed REDIRECT_POST To REDIRECT_GET and the payment page loads but immediately redirects to the error url. So it's still a no go.
I've also notice that the hash security key verification is also not implemented.
I'm in desperade need of this module so I'm here to help push it for it to work. I can do the SK verification. What other things am I missing that needs atention?
Cheers and thanks for the module
Active
2.0
Code
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.
No activities found.