payengineco/payengine-php-sdk

dev-master 2023-02-14 07:28 UTC

This package is not auto-updated.

Last update: 2024-12-31 16:11:31 UTC


README

How to use

When application is starting, call this API

PayEngine\PayEngine::enableEmulator($mode);

Available $mode

  • PayEngine\EmulatorMode::PAYRIX
  • PayEngine\EmulatorMode::STRIPE
  • PayEngine\EmulatorMode::BOTH

Stop:

PayEngine\PayEngine::disableEmulator();