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
- 2.8.0
- 2.7.0
- 2.6.0
- 2.5.9
- 2.5.8
- 2.5.7
- 2.5.6
- 2.5.5
- 2.5.4
- 2.5.3
- 2.5.2
- 2.5.1
- 2.5.0
- 2.4.0
- 2.3.1
- 2.3.0
- 2.2.3
- 2.2.2
- 2.2.1
- 2.2.0
- 2.1.4
- 2.1.3
- 2.1.2
- 2.1.1
- 2.1.0
- dev-master / 2.0.x-dev
- 2.0.4
- 2.0.3
- 2.0.2
- 2.0.1
- 2.0.0
- 1.5.1
- 1.5.0
- 1.4.1
- 1.4.0
- 1.3.4
- 1.3.3
- 1.3.2
- 1.3.1
- 1.3.0
- 1.2.0
- 1.1.2
- 1.1.1
- 1.1.0
- 1.0.0
- dev-beta/frw-8430/master-enable-sniffers-for-3rd-party-modules
- dev-beta/app-store/develop
- dev-hotfix/testing-propel
- dev-beta/lazy_table_map_instantiation
- dev-beta/poc-contract-tests
- dev-beta/spryker-mini-api-framework
- dev-beta/glue-backend-prototype
- dev-beta/glue-backend-prototype-v4
- dev-beta/te-9873-backend-glue-application-plagin-context
- dev-beta/te-9901-extend-glue-application-module
- dev-beta/mp-5445-merchant-products-are-no-buyable
This package is auto-updated.
Last update: 2024-11-04 09:24:37 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