benborla / authorize-net-plugin
Authorize.net payment gateway plugin for Sylius applications.
Installs: 39
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
Type:sylius-plugin
Requires
- php: ^7.2
- authorizenet/authorizenet: ^1.8
- payum/authorize-net-aim: ^1.5
- sylius/sylius: ^1.5.0
Requires (Dev)
- behat/behat: ^3.4
- behat/mink: ^1.7@dev
- behat/mink-browserkit-driver: ^1.3
- behat/mink-extension: ^2.2
- behat/mink-selenium2-driver: ^1.3
- friends-of-behat/page-object-extension: ^0.3
- friends-of-behat/suite-settings-extension: ^1.0
- friends-of-behat/symfony-extension: ^2.0
- friends-of-behat/variadic-extension: ^1.1
- lakion/mink-debug-extension: ^1.2.3
- localheinz/composer-normalize: ^1.1
- phpspec/phpspec: ^5.0
- phpstan/phpstan-doctrine: ^0.10
- phpstan/phpstan-shim: ^0.10
- phpstan/phpstan-symfony: ^0.10
- phpstan/phpstan-webmozart-assert: ^0.10
- phpunit/phpunit: ^6.5
- roave/security-advisories: dev-master
- sensiolabs/security-checker: ^5.0
- sylius-labs/coding-standard: ^2.0
- symfony/browser-kit: ^3.4 || ^4.1
- symfony/debug-bundle: ^3.4 || ^4.1
- symfony/dotenv: ^4.2
- symfony/intl: ^3.4 || ^4.1
- symfony/web-profiler-bundle: ^3.4 || ^4.1
- symfony/web-server-bundle: ^3.4 || ^4.1
This package is auto-updated.
Last update: 2024-12-12 20:41:37 UTC
README
[![Latest Version on Packagist][ico-version]][link-packagist] ![Software License][ico-license] [![Build Status][ico-travis]][link-travis] [![Quality Score][ico-code-quality]][link-code-quality]
Authorize.net Payment plugin for Sylius
This plugin adds Authorize.net as a payment option to Sylius.
Installation
1. Install plugin
$ composer require benborla/authorize-net-plugin
2. Make sure the plugin is added to bundles.php
:
# config/bundles.php BenBorla\SyliusAuthorizeNetPlugin\BenBorlaSyliusAuthorizeNetPlugin::class => ['all' => true],
3. Import the config file
# config/packages/_sylius.yaml imports: - { resource: "@BenBorlaSyliusAuthorizeNetPlugin/Resources/config/app/config.yaml" }
4. (Optional) Import fixtures to play in your app
# config/packages/_sylius.yaml imports: - { resource: "@BenBorlaSyliusAuthorizeNetPlugin/Resources/config/app/fixtures.yaml" }
Configuration
Create a new Payment method of the type Authorize.net and fill out the required form fields.
Testing
Automated tests
Run composer tests
Manual testing
- Use credit card numbers from https://developer.authorize.net/hello_world/testing_guide/