Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

This is why we are building an extension to the main plugin, that is compatible with the new library.

Table of Contents

Features covered in this documentation, why's and effects

  • getPaymentMethods synchronization
    This feature is mainly used for synchronization of payment methods used by the simplified shop flow and MAPI. This should be safely done as each API handles their own calls. During initial tests, you may want to keep the soap payment methods visible as the "SOAP method" can be different to the "MAPI method" (I.E. You normally can't create payments with MAPI based payment methods in the SOAP interface).
  • getPayment information
    This feature is used over several points of the parent plugin, so it is important that for example "aftershop" (payment management) is still running intact requests.  You can use the 

First step - Creating the loader and configuration

...