Yourpay module

Posts: 3
Joined: 11/22/2007

Anybody working on a yourpay module? If not, I'll be writing one.

-Pat

Posts: 5617
Joined: 08/07/2007
AdministratorHead Code Monkey - I eat bugs.

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.

Posts: 3
Joined: 11/22/2007

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.

Posts: 971
Joined: 11/05/2007
Bug FinderFAQ ModeratorGetting busy with the Ubercode.

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.

--

<tr>.

Posts: 5617
Joined: 08/07/2007
AdministratorHead Code Monkey - I eat bugs.

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

Posts: 3
Joined: 12/14/2007

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.

Posts: 1
Joined: 03/24/2008

has anybody started the yourpay gateway

Posts: 50
Joined: 06/03/2008

I'm also curious if there is any update on this.

Posts: 13
Joined: 04/01/2008

any news? there a cvs anywhere, i'm willing to help

Posts: 9
Joined: 05/10/2008

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