There are a number of .inc files included in the pay module. However, these files are not listed in the module's info file as required for the registry stuff in D7. This ended up giving me errors about being unable to find "pay_method_gateway" class when I tried to extend it in my pay_realex module when the form was submitted on a multistep form (using webform_pay).

It was only after adding these files to the info file and clearing the cache yet again that things started to work as expected.

CommentFileSizeAuthor
pay_includes_registry.patch2.57 KBstella

Comments

stella’s picture

Status: Needs review » Closed (duplicate)

huh, I've 2 issues open on the same problem. Marking this one as a duplicate as the other issue, #1803872: Missing files[] array in the .info file, contains a newer version of the patch.