payengineco/payengine-php-sdk

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

This package is not auto-updated.

Last update: 2024-09-24 15:03:21 UTC


README

如何使用

当应用程序启动时,调用此API

PayEngine\PayEngine::enableEmulator($mode);

可用的 $mode

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

停止

PayEngine\PayEngine::disableEmulator();