| /[drupal]/contributions/modules/uc_protx_vsp_direct/uc_protx_vsp_direct.module |
Parent Directory
|
Revision Log
|
Revision Graph
| Links to HEAD: | (view) (download) (as text) (annotate) |
| Sticky Tag: |
#627632 by kingandy: Allow other modules to modify transaction details.
Use number_format to ensure prices alwayshave two decimal places.
Use number_format to ensure prices always have two decimal places.
Send billing address as delivery address if the delivery checkout pane is disabled.
Send billing address as delivery address if the delivery checkout pane is disabled.
An indentation
Order ID in more watchdog error messages
Order in more watchdog error messages
#469920 by andreiashu, longwave. More meaningful VendorTxCode
#469920 by andreiashu, longwave. More meaningful VendorTxCode
round(x,2) instead of sprintf('%01.2f', x) as the latter was not rounding at all leading to a possible 0.01 difference in what's reported in the site and what's being charged
round(x,2) instead of sprintf('%01.2f', x) as the latter was not rounding at all leading to a possible 0.01 difference in what's reported in the site and what's being charged
#493936 by kingandy. typo
#493936 by kingandy. typo
Removing CustomerName (not needed in 2.23) #468214 by andreiashu, longwave. DeliveryFields filled with Billing if order is not shippable.
Removing CustomerName (not needed in 2.23) #468214 by andreiashu, longwave. DeliveryFields filled with Billing if order is not shippable.
Support for USA states and a constant for the send data setting (set it to TRUE as default) Ported the Drupal5 feature of setting 3dSecure by using conditional actions
Small fixes backported from D6 branch. Support for USA states and a constant for the send data setting (and also set it to TRUE as default)
workflow-ng support for 3D-Secure events and actions so that can be changed by store admin plus a few bugfixes
better positioning of sagepay logo
better positioning of sagepay logo
Sagepay branding name change on most labels/texts/images Fix when storing comments on authorizations TX and handle REGISTERED properly Better Iframe styles
Sagepay branding name change on most labels/texts/images Fix when storing comments on authorizations TX and handle REGISTERED properly Better Iframe styles
Drupal 6 port.
Copy latest DRUPAL-5 to HEAD.
#453344: Update server URLs to reflect service change to SagePay
#392080: Upgrade to protocol 2.23.
Function comment
code cleanup and coding standards
Status messages for ubercart
Accidentally I declared uc_protx_vsp_direct_auth that is a reserved hook for drupal (hook_auth). Renamed to uc_protx_vsp_direct_auth_page
a php error was thrown if no comments are available for an order
* Order_pane hook. entry point for authenticate logic * A function that retrieves protx info from comments store vendortxcode in order comments auth first draft of logic protocol in a constant * Authorize logic * Fix a typo on curl error messages watchdog messages are now typed by the module name authorize logic almost complete * I moved some cachable menu items and moved cachable menu items to the proper place * .install so there's an entry for module updates, the current update is for rebuilding the internal drupal menu
accept authenticated as an 'OK' response and log a proper string to the log configuration option for AUTHENTICATE transaction type
configuration option for AUTHENTICATE transaction type
*** empty log message ***
This form allows you to request diffs between any two revisions of this file. For each of the two "sides" of the diff, select a symbolic revision name using the selection box, or choose 'Use Text Field' and enter a numeric revision.
| ViewVC Help | |
| Powered by ViewVC 1.1.2 |