Differences From Artifact [e1e5a92158]:
- Executable file gluon/contrib/AuthorizeNet.py — part of check-in [eba4a35a21] at 2011-08-08 04:53:38 on branch develop — Added web2py 1.98.2 (user: spiffy, size: 10545) [annotate] [blame] [check-ins using]
To Artifact [d3aed38008]:
- Executable file gluon/contrib/AuthorizeNet.py — part of check-in [5e6e1e2c0a] at 2011-11-20 05:28:20 on branch feature/web2py_auth — Upgraded to web2py 1.99.2 (user: spiffy, size: 10546) [annotate] [blame] [check-ins using] [more...]
︙ | ︙ | |||
253 254 255 256 257 258 259 260 | print 'An error occured' print 'approved',payment.isApproved() print 'declined',payment.isDeclined() print 'error',payment.isError() if __name__=='__main__': test() | > | 253 254 255 256 257 258 259 260 261 | print 'An error occured' print 'approved',payment.isApproved() print 'declined',payment.isDeclined() print 'error',payment.isError() if __name__=='__main__': test() |