<?php
/*
$url = "googlechrome://test.breadsecret.com/qfpay/payment.php?order_id=".$_GET['order_id']."&amount=".$_GET['amount'];
//header("Location: bsb://bread_secret_app?order_id=".$_REQUEST['id']);
echo "<meta http-equiv='refresh' content='0; url=".$url."'>";
*/
?>
<script>
window.location.href = "intent:https://test.breadsecret.com/qfpay/payment.php?id=2222&amount=0.1";
</script>