Amp_Cart_Summary::get_data()

Summary

No summary available.

Source

File: src/BigCommerce/Templates/Amp_Cart_Summary.php

	public function get_data() {
		return [
			self::CART       => $this->options[ self::CART ],
			/**
			 * Filters REST proxy base.
			 *
			 * @param string $proxy_base Proxy base.
			 */
			self::PROXY_BASE => apply_filters( 'bigcommerce/rest/proxy_base', 'bc/v3' ),
		];
	}


User Contributed Notes

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