dotpay / OpenCart

dotpay payment module for OpenCart
6 stars 4 forks source link

OpenCart Dotpay payment module for Opencart 3.x

English version below

Wtyczka dla OpenCart dodająca bramkę płatności Dotpay

Uwaga! Ta wtyczka nie działa z wersją mniejszą niż 3.x !

Instrukcja:

  1. Pobierz wtyczkę dotpay.ocmod.zip (https://github.com/dotpay/OpenCart/releases/download/v3.1.0/dotpay.ocmod.zip)
  2. W panelu OpenCart przejdź do Extension -> Extension Installer, następnie naciśnij Upload by wybrać plik z modułem. Dokończ instalację wybierając Continue.
  3. Wybierz w menu Extension -> Extension List, następnie jako typ rozszerzenia wskaż Payments by odnaleźć moduł płatności Dotpay. Jeśli jeszcze nie jest zainstalowany - zainstaluj a następnie przejdź do jego konfiguracji.

Podczas aktualizacji wtyczki radzimy zlokalizować folder storage/cache i opróżnić jego zawartość.

Starsze wersje OpenCart:


OpenCart plugin adding Dotpay payment gateway

Warning! This plugin doesn't work with version lower than 3.x !

Instructions:

  1. Download the plugin dotpay.ocmod.zip (https://github.com/dotpay/OpenCart/releases/download/v3.1.0/dotpay.ocmod.zip)
  2. In OpenCart panel go to: Extension -> Extension Installer, and click Upload and then Continue it.
  3. Go to: Extension -> Extension List, Choose the extension type Payments, and enable Dotpay payment gateway then edit configuration.

During the plugin update we advice you to find the catalog storage/cache and clear all elements inside it.


last changes:

  • v3.1.0:
  • important: added new addresses to whitelist for notifications!
  • security change: added a new version of the API in the context of calculating the checksum ('chk')
  • an additional setting has been added in the configuration: whether the server uses a proxy. The setting determines how the ip address of notifications received from dotpay will be checked. Disable the options only if you have a problem with receiving notifications.
  • small changes