markguinn/silvershop-braintree

Braintree payment integration for SilverShop e-commerce

Installs: 15

Dependents: 0

Suggesters: 0

Security: 0

Stars: 2

Watchers: 2

Forks: 1

Type:silverstripe-module

0.1.3 2016-05-10 01:26 UTC

This package is not auto-updated.

Last update: 2024-04-13 16:45:41 UTC


README

Build Status

Braintree uses a little different payment flow than other processors in that you have to do some clientside javascript work to set it up and you get a nonce back instead of credit card processing fields.

This module uses Omnipay's Braintree adapter but overrides SilverShop's default checkout component to inject the right JavaScript. It can handle either their Drop In UI or Hosted Fields UI and should work more or less transparently.

Installation

composer require markguinn/silvershop-braintree

License

Copyright 2016 Mark Guinn, All rights reserved.

See LICENSE file. (MIT)