Webhooks::register( $container )

Summary

No summary available.

Source

File: src/BigCommerce/Container/Webhooks.php

	public function register( Container $container ) {
		$this->declare_webhooks( $container );
		$this->status( $container );
		$this->register_webhooks( $container );


		$this->handle_requests( $container );
		$this->webhook_actions( $container );
		$this->cron_actions( $container );
	}

User Contributed Notes

You must log in before being able to contribute a note or feedback.