Anybody working on a yourpay module? If not, I'll be writing one.
-Pat
|
UbercartOne cart to rule them all... |
|
| Donate | Affiliates | Sponsors | ||
Yourpay module
Submitted by pat on Thu, 11/22/2007 - 10:41
Anybody working on a yourpay module? If not, I'll be writing one. -Pat
Haven't even heard of it before, Pat. If you get it done, let me know and I can add it to the list at http://www.ubercart.org/payment. It is working, hope to have it in production this week. Since yourpay uses xml messages, is there a policy on which way to program it so it will work in most php installations? Right now, I just used php simplexml to do the work on creating and reading the xml documents sent and received. Ubercart modules all seem to use JSimpleXML, which is a port of PHP SimpleXML that works under PHP 4 (while SimpleXML requires PHP 5). JSimpleXML is distributed with Ubercart - it resides in ubercart/uc_store/includes/simplexml.php More about JSimpleXML at http://dev.joomla.org/component/option,com_jd-wiki/Itemid,/id,guidelines... To use the version included with Ubercart you need to do this first: include_once(drupal_get_path('module', 'uc_store') .'/includes/simplexml.php')then you're ready to go. I wouldn't be opposed to modules that only use PHP 5's XML stuff... we just need to make sure folks know what PHP version the module would require. Drupal will be abandoning PHP 4 in a year or so anyways. Any progress on this? I may be in need of a YourPay gateway, and would be willing to help with the code if there is still work to be done. has anybody started the yourpay gateway I'm also curious if there is any update on this. any news? there a cvs anywhere, i'm willing to help I am using YourPay with Ubercart, I used Linkpoint API Payment Module located at http://www.ubercart.org/contrib/903 it can be found the contributions area. Hope this helps, and it works great...
|
|
Joined: 11/22/2007