Re: Litepaid cryptocurrency payment module [SUPPORT]
Since I did not expect non EUR payments to work well with Litepaid I build in basic protection against non EUR payments, and that is what you see now (I assume the selected currency was GPB). But recently I tested the module with a non EUR currency and somehow the amount seemed correct. To be honest I don't yet understand why...
In addition to the above, even if the amounts are correct, I am not sure how this should be handled because Litepaid will pay you in EUR (or the choses digital currency). Would that be acceptable?
(p.s. I will quite busy tomorrow, but hope to be able to look into this closer after that)
Re: Litepaid cryptocurrency payment module [SUPPORT]
Yep no prob .. I've disabled it for now though in case someone does try and use it
Re: Litepaid cryptocurrency payment module [SUPPORT]
New version ready (to be uploaded soon)
v1.0.2:
- Added option to allow other currencies than EUR (beta!).
- LitePaid testmode added.
- Test IP-address added, to be able to hide the module in test phase.
- Updated several texts.
Re: Litepaid cryptocurrency payment module [SUPPORT]
I like the testing bit, will wait for new download
Re: Litepaid cryptocurrency payment module [SUPPORT]
When I find a solution for non EUR as default currency shops, a new version will be uploaded to the add ons section.
Meanwhile version 1.0.2 will be attached to this post and upgrading to version 1.0.2 is recommended but not required. As long as EUR is the default currency, and payment statuses and amounts are checked, there is currently no problem with either using version 1.0.1 or 1.0.2 of this payment module.
Re: Litepaid cryptocurrency payment module [SUPPORT]
Hello,
I have a problem getting the Litepaid module for Zen Cart to work. Everything shows up OK, Litepaid shows up as payment option, I can select it and the order does show up in the Litepaid Transactions but then, when confirming, I get a blank page with nothing but "API CALL FAILED"
I already installed everything twice, first version 1.0.1, then 1.0.2. with the same result. The transaction is not transmitted to litepaid and I don't get the screen to select the coin etc.
I don't know what to do anymore. I entered the API that litepaid gave me, I even have two of them and tried them both. I am simply stuck.
Can you help me?
The Zen Cart store is at http://acoinproject.org/shop/
Hans
Re: Litepaid cryptocurrency payment module [SUPPORT]
Hi Hans,
it looks like they silently updated the API (a currency parameter is added to the API url), but I don't think that's the problem as everything still seems to work fine here.
I guess you have the same problem in test mode?
The "API CALL FAILED" error shows when somehow there is no reply to the API url request I think. Maybe your server blocks the file_get_contents function that is being used for the request?
Re: Litepaid cryptocurrency payment module [SUPPORT]
Quote:
Originally Posted by
Acoin
I already installed everything twice, first version 1.0.1, then 1.0.2.
Please note the latest version is 1.1.0, better use that one only (link to the download in the OP of this thread).
EDIT: I emailed Litepaid this latest version last week, but I see they still supply the old version...
Re: Litepaid cryptocurrency payment module [SUPPORT]
Quote:
Originally Posted by
paulm
The "API CALL FAILED" error shows when somehow there is no reply to the API url request I think. Maybe your server blocks the file_get_contents function that is being used for the request?
If this is the case: is it possible for you to set "allow_url_fopen = On" on the server? (ask your host if unsure). And to prevent issues like this I think the LitePaid API should be updated to use curl in stead of file_get_contents.
Re: Litepaid cryptocurrency payment module [SUPPORT]
Super! It works. I updated the variable in the PHP.INI file and bingo: I get the Litepaid checkout page.
Thanks for the help.