Il file paymentinfo.xml specifica se il negozio utilizza IBM Payment Manager e, in questo caso, quale tipo di cassetta di pagamento e marchi accetta il negozio. Di seguito è riportato il file paymentinfo.xml per l'archivio negozio di esempio, InFashion.sar, che utilizza IBM Payment Manager. Per ulteriori informazioni sugli elementi obbligatori, consultare la sezione Modifica delle risorse database del negozio.
paymentinfo> <!-- yes if user wants to use Payment Manager --> <!-- no if user does not want to use Payment Manager --> <PaymentManager enable="yes"/> <!-- user can specify more than one type of cassettes,Commerce Models supports OfflineCard --> <Cassette type="OfflineCard"> <!-- The currency has to be 3 character iso code currstr --> <Account currency="USD"> <Brand type="MasterCard"/> <Brand type="VISA"/> <Brand type="American Express"/> </Account> </Cassette> <Cassette type="OfflineCard"> <!-- The currency has to be 3 character iso code currstr --> <Account currency="ESP"> <Brand type="MasterCard"/> <Brand type="VISA"/> <Brand type="American Express"/> </Account> </Cassette> </paymentinfo>
![]() |