View Single Post
  #7  
Old 07-08-2016, 11:15 AM
 
Ed B. Ed B. is offline
 

X-Adept
  
Join Date: Apr 2016
Posts: 460
 

Default Re: Creating Custome Payment Module

No error message, the browser kept showing the Step 1 of redeployment.
Run the "Doctrine_Plugin_DocBlock_FakeEntities" plugin... is the last thing that
shows up.


As to $this, I have to admit that I am not familiar with OOP,
so I don't have a very good understanding of what is in the code, so I simply
try to imitate what I found in ready-made modules. So, for example, in the
AuthorizeNetSIM module, we have a class AuthorizeNetSIM extending the
WebBased class, and the function getValue() or the property "transaction" isn't declared inside the class, so I guessed that it must be defined somewhere in parent class, and didn't worry much where it came from since my class also extends WebBased . And, I am having
problems in locating where things get declared, as you can see from the other post of mine that you kindly answered.
__________________
X-cart 5.2.12, php 5.6
Ed from Grenoble, France
Reply With Quote