2017 © Pedro Peláez
 

library payment-giropay

PHPCommerce Giropay Payment

image

phpcommerce/payment-giropay

PHPCommerce Giropay Payment

  • Monday, October 5, 2015
  • by hauptmedia
  • Repository
  • 1 Watchers
  • 0 Stars
  • 359 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 2 % Grown

The README.md

Build Status Coverage Status, (*1)

This plugin implements the Giropay Payment API for the PHPCommerce framework., (*2)

The following giropay services are supported:, (*3)

  • giropay bankstatus
  • giropay checkout (transaction start, transaction status, transaction notifies)

The following giropay services are NOT implemented yet:, (*4)

  • giropay AVS
  • eps
  • credit card
  • direct debit
  • PayPal
  • iDEAL

For more information about the api specification visit http://api.girocheckout.de/, (*5)

Configuration

In order to use this Bundle you need to define the following configuration in your parameters.yml, (*6)

  • phpcommerce.payment.gateway.giropay.configuration.merchantId
  • phpcommerce.payment.gateway.giropay.configuration.projectId
  • phpcommerce.payment.gateway.giropay.configuration.secret

Tests

There are live tests included in the test suites. They're simulating a browser and doing a full giropay checkout. You might want to disable them during local development. Use the --exclude-group liveTest option to phpunit to do that., (*7)

The Versions

05/10 2015

dev-master

9999999-dev

PHPCommerce Giropay Payment

  Sources   Download

Apache-2.0

The Development Requires

by Julian Haupt