You are here

function commerce_cardonfile_update_7104 in Commerce Card on File 7.2

Add the Customer Billing Profile field to the card on file entity.

File

./commerce_cardonfile.install, line 216
Installs the tables required by Commerce Card on File.

Code

function commerce_cardonfile_update_7104(&$sandbox = NULL) {

  // No longer needed, fields are now created on hook_flush_caches().
}