Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 06/21/18 in all areas

  1. Your team didn't respond very fast to be honest. It took hours for them to acknowledge that there was a problem. There has been very limited communication and so far I have been denied an official reason for outage including steps on how you plan to prevent this in the future. Your team is downplaying the problem by using words as 'reduced availability' and 'degradation' for a major problem which I can't really appreciate. Your team also claims that service was restored at 12:30 UTC. We were still experiencing issues at 14:30 UTC. We already had a ticket open about the issue and it took 5 hours to respond with a standard answer. We're all working in IT so we know that things can go wrong. When it does, you need to solve the issue and communicate. You didn't, and still don't, communicate very well. My biggest problem is the fact that you were entirely off the grid when the problem occurred and didn't communicate out in the open when the issue was found. The communication of WHMCS has been very, very poor to say the least and the fact that your team denies to give a proper public explanation feels wrong. Sorry, I'm not impressed.
    1 point
  2. Seems WorldPay doesn't support CloudFlare's SNI method of their free SSL. Either have to upgrade to a paid certificate or switch the callback to HTTP.
    1 point
  3. Hi I need your help to creat a costum gateway module so i provide you information détails <script id="amanpay-js" src=“https://app-demo.amanpay.net:8443/widget.js” data-lang=“fr” data-mode="button" data-merchant_id="" data-access_key="" data-order_id="" data-order_desc="" data-products_ids="" data-amount="" data-currency="MAD" data-hmac="" data-redirect_url=""> </script> $hmac = hash_hmac("sha1", "$merchant_id:$order_id:$amount:$currency", $my_secret_key); hmac = hmac.new(my_secret_key, merchant_id+':'+order_id+':'+amount+':'+currency, hashlib.sha1).hexdigest() hmac = OpenSSL::HMAC.hexdigest('sha1', my_secret_key, '{merchant_id}:{order_id}:{amount}:{currency}') String hmac = hmacDigest(merchant_id+':'+order_id+':'+amount+':'+currency, my_secret_key, "HmacSHA1"); var hmac = new HMACToken().CreateToken(merchant_id+':'+order_id+':'+amount+':'+currency, my_secret_key) Thank you in advance Regards
    1 point
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use & Guidelines and understand your posts will initially be pre-moderated