承接 kwreczycki/sylius-przelewy24-bundle 相关项目开发

从需求分析到上线部署,全程专人跟进,保证项目质量与交付效率

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

kwreczycki/sylius-przelewy24-bundle

Composer 安装命令:

composer require kwreczycki/sylius-przelewy24-bundle

包简介

Przelewy24 payment integrations for Sylius e-commerce application.

README 文档

README

Sylius przelewy24 payments integration

Instalation

1. Download bundle

"require": {
    "kwreczycki/sylius-przelewy24-bundle": "*@dev"
}

2. Register Bundle

<?php
// app/AppKernel.php

public function registerBundles()
{
    $bundles = array(
        // ...
        new \KW\Bundle\SyliusPrzelewy24Bundle\SyliusPrzelewy24Bundle()
    );
}

3. Configure application

// app/config/parameters.yml

przelewy24.api.sandbox: true # false on production
przelewy24.api.gateway_id: EDITME
przelewy24.api.crc_key: EDITME
przelewy24.api.return_url_domain: http://localhost:8000 # your service domain
payum:
    payments:
        przelewy24:
            przelewy24:
              api:
                sandbox: %przelewy24.api.sandbox%
                gateway_id: %przelewy24.api.gateway_id%
                crc_key: %przelewy24.api.crc_key%
                return_url_domain: %przelewy24.api.return_url_domain%
              apis:
                - sylius.payment.payum.przelewy24.api
              actions:
                - sylius.payment.payum.przelewy24.notify
                - sylius.payment.payum.przelewy24.capture
                - sylius.payment.payum.przelewy24.capture_offsite
                - sylius.payment.payum.przelewy24.status

4. Add payment method to database

Execute php app/console doctrine:fixtures:load

统计信息

  • 总下载量: 28
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 9
  • 点击次数: 0
  • 依赖项目数: 0
  • 推荐数: 0

GitHub 信息

  • Stars: 8
  • Watchers: 3
  • Forks: 6
  • 开发语言: PHP

其他信息

  • 授权协议: MIT
  • 更新时间: 2015-06-21