HenryO Posted July 14, 2013 Posted July 14, 2013 (edited) I'm proposing that HelioHost the wepay module for PHP, Ruby, Python, C#, and maybe Java. They SDK is free and Open Source and I think would make a great addition to the hosting service. https://www.wepay.com/developer/resources/sdks PLease consider this. UPDATE: This module might also need the web module for python. http://webpy.org/install Edited July 14, 2013 by HenryO
Ice IT Support Posted July 16, 2013 Posted July 16, 2013 Since you are the only user who has requested this to be installed so far, we probably won't install it unless your development language doesn't support including the module any other way. In PHP, you should be fine with including the wepay.php file at the top of your scripts. I don't know about other languages though.
Krydos Posted July 17, 2013 Posted July 17, 2013 <?php require './wepay.php'; WePay::useProduction('YOUR CLIENT ID', 'YOUR CLIENT SECRET'); Just download the wepay.php file from their site and use the code above to include it.
Recommended Posts