项目作者: Lendable

项目描述 :
Client library for the GoCardless Pro (former GoCardless Enterprise) API
高级语言: PHP
项目地址: git://github.com/Lendable/gocardless-enterprise.git
创建时间: 2014-08-15T09:50:02Z
项目社区:https://github.com/Lendable/gocardless-enterprise

开源协议:MIT License

下载


ABANDONED

We recommend that the official package from Gocardless is used: https://packagist.org/packages/gocardless/gocardless-pro


Unofficial integration with GoCardless Enterprise API

Client library for the GoCardless Enterprise API

You will need to create a config.php with the configuration settings (a dist file is provided for reference):

  1. <?php
  2. return [
  3. 'baseUrl' => 'https://api-sandbox.gocardless.com/',
  4. 'gocardlessVersion' => '2015-07-06',
  5. 'webhook_secret' => XXXXXXXXXXXXXXXXXXXXXX,
  6. 'creditorId' => XXXXXXXXXXXXXX,
  7. 'token' => XXXXXXXXXXXXXXXXXXXXXXXXXXX,
  8. ];

After adding the configuration, run the unit tests:

  1. $ php vendor/bin/phpunit