There's a malformed drupal-5-esque url() call on line 87 of uc_moneris.module which was causing WSOD in my environment. Patch to follow.

CommentFileSizeAuthor
#1 uc_moneris-1048958.patch890 byteszacho

Comments

zacho’s picture

Status: Active » Needs review
StatusFileSize
new890 bytes

Patch against HEAD.

I'm not sure why more people haven't run into this.

IanBezanson’s picture

Nice catch - I'm also seeing different behavior of the module when VBV is enabled, specifically:

1. User is sent back to their cart post-payment
2. It appears as though user is being invoiced twice throughout the process. I see two comments like "Credit card **purchase** amount: $xx.xx" in the order comments

Did you run into similar issues here?