BO_AWARDPOINTS_A::__construct()

Set up Automator action constructor.


Source Source

File: src/integrations/badgeos/actions/bo-awardpoints-a.php

	public function __construct() {
		$this->action_code = 'BOAWARDPOINTS';
		$this->action_meta = 'BOPOINTS';
		$this->define_action();
	}