Skip to content

markguinn/silvershop-braintree

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SilverShop Braintree Support Module

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)