WPIntell

Source evidence

Redirect Issue

Flip For Business · support · 2025-05-06T04:40:00+00:00

neutralsentiment
highseverity
0.69relevance
2replies
Evidence onlycommercial context

Proof Health

Open evidence

Commercial opportunities need traceable source links before they are treated as build-worthy.

1 / 1 rows with source links

100.0% of this page's analysis has direct source links.

0 build-decision rows missing links

0 rows here require auditable proof before promotion.

0 rows with no attached evidence

0 rows have source counts but still need direct links.

Conversation

support
Whello Indonesia resolved
Hi, I found a bug in this plugin. I’m not sure if it’s just happening on my end, but it seems there’s an issue with the redirect during checkout. It looks like the link_url response is missing the 'https://' prefix, so instead of redirecting to the correct page at flip.id/<merchant-name> , the checkout process redirects to /checkout/flip.id/ instead. For now, I’ve added a few lines of PHP code to the class-flip-gateway-api.php file as a temporary fix. (line 204). Looking forward for the new update. Thank you if (isset($response->link_url)) { $url = $response->link_url; if (strpos($url, 'https://') !== 0) { $url = 'https://'.$url; } $response->link_url = $url; } Hi @whellodev yes this acknowledge issue and currently is ongoing to fix. We will update this soon. Thank You Hi @whellodev the issue has been solved with a new version 1.0.1. Thank you for reaching out to us

Comments

2 shown
Flip for Business 2025-05-06T06:04:00+00:00

Hi @whellodev yes this acknowledge issue and currently is ongoing to fix. We will update this soon. Thank You

Flip for Business 2025-05-09T07:14:00+00:00

Hi @whellodev the issue has been solved with a new version 1.0.1. Thank you for reaching out to us