<?xml version='1.0' encoding="ISO-8859-1"?>
<jtlshop3plugin>
<Name>Simple Payment-Plugin</Name>
<Description>Simple Payment-Plugin for JTL-Shop</Description>
<Author>Your Name</Author>
<URL>http://your-website.com</URL>
<XMLVersion>100</XMLVersion>
<Shop4Version>406</Shop4Version>
<PluginID>your_plugin_id</PluginID>
<Install>
<Version nr="100">
<CreateDate>2019-11-11</CreateDate>
</Version>
<PaymentMethod>
<Method>
<Name>Simple Payment</Name>
<PictureURL />
<Sort>1</Sort>
<SendMail>1</SendMail>
<Provider>Simple Paymentprovider</Provider>
<TSCode>OTHER</TSCode>
<PreOrder>1</PreOrder>
<Soap>0</Soap>
<Curl>0</Curl>
<Sockets>0</Sockets>
<ClassFile>class/SimplePayment.class.php</ClassFile>
<TemplateFile>template/simplepayment.tpl</TemplateFile>
<ClassName>SimplePayment</ClassName>
<MethodLanguage iso="GER">
<Name>Simple Payment</Name>
<ChargeName>Simple Payment</ChargeName>
<InfoText>Simple Payment for JTL-Shop</InfoText>
</MethodLanguage>
</Method>
</PaymentMethod>
</Install>
</jtlshop3plugin>