Zpider eShop v11.0

Description

  • Rebranded as Zpider eShop
  • Moved documentation to https://docs.zpider.io
  • Automatic license updates - no more license files and expired licenses.
  • Set store name and contact information during installation
  • Secure by default. The administrator password is now set during installation, and can no longer be left blank.
  • Automatic restart of Zpider Application Service if connection with Visma Global is lost.
  • Update jQuery to v1.11.3 (Still old, but better)
  • Update Protect.exe to enable drag'n'drop

Breaking changes

There's a couple of DLLs that has been renamed. If you find any reference to Visma in web.config you need to change them to Zpider.

Before

<add verb="*" path="*/psp/bbs/request.aspx" type="Visma.Payment.Terminal.Psp.Bbs.RequestHandler, Payment.Terminal.Base" />
<add verb="*" path="*/psp/bbs/response.aspx" type="Visma.Payment.Terminal.Psp.Bbs.ResponseHandler, Payment.Terminal.Base" />
<add verb="*" path="*/psp/posten/echo.aspx" type="Visma.Payment.Terminal.Psp.Posten.CancelHandler, Payment.Terminal.Base" />
<add verb="*" path="*/psp/posten/cancel.aspx" type="Visma.Payment.Terminal.Psp.Posten.CancelHandler, Payment.Terminal.Base" />
<add verb="*" path="*/psp/posten/request.aspx" type="Visma.Payment.Terminal.Psp.Posten.RequestHandler, Payment.Terminal.Base" />
<add verb="*" path="*/psp/posten/response.aspx" type="Visma.Payment.Terminal.Psp.Posten.ResponseHandler, Payment.Terminal.Base" />

Now

<add verb="*" path="*/psp/bbs/request.aspx" type="Zpider.Payment.Terminal.Psp.Bbs.RequestHandler, Payment.Terminal.Base" />
<add verb="*" path="*/psp/bbs/response.aspx" type="Zpider.Payment.Terminal.Psp.Bbs.ResponseHandler, Payment.Terminal.Base" />
<add verb="*" path="*/psp/posten/echo.aspx" type="Zpider.Payment.Terminal.Psp.Posten.CancelHandler, Payment.Terminal.Base" />
<add verb="*" path="*/psp/posten/cancel.aspx" type="Zpider.Payment.Terminal.Psp.Posten.CancelHandler, Payment.Terminal.Base" />
<add verb="*" path="*/psp/posten/request.aspx" type="Zpider.Payment.Terminal.Psp.Posten.RequestHandler, Payment.Terminal.Base" />
<add verb="*" path="*/psp/posten/response.aspx" type="Zpider.Payment.Terminal.Psp.Posten.ResponseHandler, Payment.Terminal.Base" />

Download

Zpider eShop v11.0