Skip to content

rename copy_acceptance_conditions_of() as copy_acceptance_of() and move it to tgba

  • Conditions should be singular, not plural
  • since we have set_acceptance() and get_acceptance(), it makes sense to just use copy_acceptance()
  • copy_acceptance() should be in the tgba class, like set_acceptance().