Skip to content
Merged
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
11 changes: 11 additions & 0 deletions includes/fbs.user.inc
Original file line number Diff line number Diff line change
Expand Up @@ -179,3 +179,14 @@ function fbs_user_create($cpr, $pin_code, $name, $mail, $branch_id) {
throw $exception;
}
}
/**
* Implements clear_cache().
*
* This hook is only called from ding_dibs after a payment have been accepted.
*
* @param object $account
* Drupal user account object.
*/
function fbs_user_clear_cache($account) {
// As the FBS currently only uses a static cache for debt... do nothing.
}