When a customer submits an order and get taken to the first sagepay -> select payment method screen, the site name does not get passed correctly and results in.

Purchase from on 28 October, 2010 - 12:42.

This should read.

Purchase from on October, 2010 - 14:42.

CommentFileSizeAuthor
#1 uc_sagepayserver-955566.patch592 bytesmd2

Comments

md2’s picture

Status: Active » Needs review
StatusFileSize
new592 bytes

Patch attached, the variable_get() was passing the wrong var name.

leo pitt’s picture

Status: Needs review » Fixed

Great thanks.

I have amended the code as per your patch, except using "Drupal" as the default value, e.g.


$site_name = variable_get('site_name', 'Drupal');

Just commited this to HEAD so should be fixed in the next build of the development release.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.