Closed (fixed)
Project:
uPay
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Reporter:
Created:
20 Jul 2012 at 22:18 UTC
Updated:
13 Aug 2012 at 18:21 UTC
setup admin screens
setup handlers
debug a bit
run through a phing build check (lints, drupalcs..)
test on a test server with test account.
Comments
Comment #1
chriscalip commentedComment #2
chriscalip commentedDelayed at production of module due to touchnet api trouble with client. After successfully passing traffic to upay site; users are not able to pass the test credit card numbers. Currently roadblocked until this matter resolved.
Comment #3
chriscalip commentedwhat is left to do:
@ file includes/handlers/pay_method_direct_upay.inc
@ function direct_response
This is where the module is exposed to the post array returned by touchnet upay. The idea is .. to update the pay object with the returned total amount and update the pay object that it's completed.
a similar idea can be located at
@ module http://drupal.org/project/paypal
@ file includes/handlers/pay_method_direct_paypal.inc
@ function direct_response
Comment #4
chriscalip commentedComment #5
chriscalip commentedSome ahh.. contextual information about this module:
http://drupal.org/node/1698148
Comment #6
chriscalip commentedComment #7
chriscalip commentedComment #8
chriscalip commentedprototype created.