| osCommerce: |
| new credit card class to take care of ve... | new database tables for the order transa... |
Show this changeset in changelog Changeset Detail
486
created by hpdl on
18 April 2006, 01:39:28 +0200
(3 years 7 months ago)
(patch)
new sendTransactionToGateway() method that sends the payment information to the selected payment gateway service. this method will automatically fall back on what the server supports from native PHP functions (when OpenSSL has been compiled with PHP), libCurl, and to Curl as a last resort. (right now libCurl is being used forcefully)
the payment module method title is also now returned so that the customer sees "Credit Card" as an option, and not something like "Authorize.net" |