Minor extension point documentation fix.
This commit is contained in:
parent
9cb417eeaf
commit
91e5cd345b
|
@ -83,7 +83,19 @@
|
|||
<meta.section type="examples"/>
|
||||
</appinfo>
|
||||
<documentation>
|
||||
[Enter extension point usage example here.]
|
||||
<pre>
|
||||
<extension
|
||||
id="org.compiere.model.PP_Authorize"
|
||||
name="Authorize.net"
|
||||
point="org.compiere.model.PaymentProcessor">
|
||||
<processor
|
||||
class="org.compiere.model.PP_Authorize"
|
||||
priority="0">
|
||||
</processor>
|
||||
</extension>
|
||||
|
||||
C_PaymentProcessor.PayProcessorClass="org.compiere.model.PP_Authorize"
|
||||
</pre>
|
||||
</documentation>
|
||||
</annotation>
|
||||
|
||||
|
|
Loading…
Reference in New Issue