function commerce_square_cron in Commerce Square Connect 7
Same name and namespace in other branches
- 8 commerce_square.module \commerce_square_cron()
Implements hook_cron().
File
- ./
commerce_square.module, line 790 - Module file for Commerce Square.
Code
function commerce_square_cron() {
commerce_square_renew_access_token();
}