cdtweb/cybersource-client

1.0.0 2018-04-16 15:59 UTC

This package is auto-updated.

Last update: 2024-05-13 10:50:21 UTC


README

Build Status

A client library for CyberSource's Simple Order API.

Install

composer require cdtweb/cybersource-client

Testing

Copy .env.dist to .env and update it with your test account keys to run transaction tests. Otherwise, transaction tests will be skipped.

Contributing

  1. Fork your own copy of cdtweb/cybersource-client to your account
  2. Create a feature branch
  3. Make changes
  4. Add and run unit tests (phpunit)
  5. Commit changes
  6. Push changes
  7. Create Pull Request