commence adding stripe integration

This commit is contained in:
Nathan Coad
2016-07-21 08:12:14 +10:00
parent bc881f3abb
commit ec6b7399e4
4 changed files with 20 additions and 3 deletions

7
booking.stripe.inc Normal file
View File

@@ -0,0 +1,7 @@
<?php
/**
* @file
* Functions for stripe payment integration
* @see https://github.com/ericthelast/drupal-stripe-form and https://www.webomelette.com/drupal-stripe-integration
*/