stripe library check debug

This commit is contained in:
Nathan Coad
2016-07-22 11:42:23 +10:00
parent a97f610661
commit e9c996949d

View File

@@ -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', "<pre>Stripe library check\n@info</pre>", 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.'),