From e9c996949d66de6e7eccae6f3d8be27d925492d0 Mon Sep 17 00:00:00 2001 From: Nathan Coad Date: Fri, 22 Jul 2016 11:42:23 +1000 Subject: [PATCH] stripe library check debug --- booking.module | 1 + 1 file changed, 1 insertion(+) diff --git a/booking.module b/booking.module index 7945809..277ae83 100644 --- a/booking.module +++ b/booking.module @@ -942,6 +942,7 @@ function booking_requirements($phase) { //check that the stripe library is present if (($library = libraries_detect('stripe')) && !empty($library['installed'])) { // The library is installed. Awesome! + watchdog('booking_debug', "
Stripe library check\n@info
", array('@info' => print_r(libraries_info('stripe'), true))); $requirements['booking_stripe_library'] = array( 'title' => $t('Booking Module Libraries'), 'description' => $t('Ensure that the stripe module is installed.'),