Needs review
Project:
Pay
Version:
6.x-1.0-alpha5
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
28 Sep 2010 at 16:03 UTC
Updated:
27 Nov 2012 at 23:26 UTC
Jump to comment: Most recent file
Comments
Comment #1
moonray commentedCan we add this to the 7 version?
Comment #2
haleagar commentedI ran into this, and will give it a try to update for D7
It looks like this is a good module for addresses in D7
http://drupal.org/project/addressfield
any others that would be better or should alternatively supported?
Actually to make this field available to a form you need this patch
http://drupal.org/node/970048#comment-6217536
then I have a patch for pay_method_gateway.inc
but what is the format $element['billto'] should be transformed to?
Comment #3
haleagar commentedsorry this patch is against 7.x-1.0-alpha1
should I move this to a new issue so as not to hijack this one, though it's based on the above patch.
Comment #4
haleagar commentedA bit of trial and errors, but this has the values mapping correctly and being submitted to authorize.net successfully.
(using the donate module) http://drupal.org/project/donate
It's probably not viable to consider committing code dependent on a non committed patch in another module.
But maybe we can push along that patch for approval.
If there is a better field provider to use I'll be happy to work on supporting it as well.