spryker / dummy-payment
DummyPayment module
2.8.0
2023-09-19 09:07 UTC
Requires
- php: >=8.0
- spryker/checkout: ^3.0.0 || ^4.0.0 || ^6.0.0
- spryker/checkout-extension: ^1.3.0
- spryker/kernel: ^3.31.0
- spryker/manual-order-entry-gui-extension: ^1.0.0
- spryker/oms: ^6.0.0 || ^7.0.0 || ^8.0.0 || ^10.0.0 || ^11.0.0
- spryker/payment: ^3.0.0 || ^4.0.0 || ^5.0.0
- spryker/refund: ^4.0.0 || ^5.0.0
- spryker/sales: ^5.0.0 || ^6.0.0 || ^7.0.0 || ^8.0.0 || ^10.0.0 || ^11.0.0
- spryker/step-engine: ^3.1.0
- spryker/symfony: ^3.0.0
Requires (Dev)
Suggests
This package is auto-updated.
Last update: 2026-06-10 10:09:42 UTC
README
DummyPayment is a sample payment method that demonstrates a simple state machine which has a couple of states, commands and conditions. With that state machine it’s possible to trigger events for order items from Zed’s order detail page. It can be used as a starting point for new payment integrations. DummyPayment can also be used for testing checkout and order placement without actually performing transactions.
Installation
composer require spryker/dummy-payment