J
jquerijero
Guest
[quote user="DenDuze"]I'm not sure I completely understand but what I do not understand is why I can not call that HandlePayment function directly. [/quote] You should be able to if you can get the extension instance. The problem you are facing, as I understand it, is that the extensions are loading dynamically. My suggestion is actually iterating through the dynamic instances and then check the instance type. You can save the dynamically created extension instances to a temp-table or a generic collection. While iterating, if the instance type matches iPaymentHandleExtension using TYPE-OF, then you can certainly just call HandlePayment directly using CAST.
Continue reading...
Continue reading...