Jump to content

Recommended Posts

Posted

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.

Posted

<?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.

Guest
This topic is now closed to further replies.
×
×
  • Create New...