Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions gravity-forms-braintree.php
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,9 @@
GFForms::include_payment_addon_framework();

// Require Braintree Payments core
require_once $path . 'lib/Braintree.php';

if ( ! class_exists( 'Braintree' ) ) {
require_once $path . 'lib/Braintree.php';
}
// Require plugin entry point
require_once $path . 'lib/class.plugify-gform-braintree.php';

Expand Down