Tribe__Tickets__Commerce__PayPal__Main::commerce_get_checkout_url( string $checkout_url, array $data, int $post_id )

Get Tribe Commerce Checkout URL for Commerce.


Parameters

$checkout_url

(string) (Required) Checkout URL.

$data

(array) (Required) Commerce response data to be sent.

$post_id

(int) (Required) Post ID for the cart.


Top ↑

Return

(string) Tribe Commerce Checkout URL.


Top ↑

Source

File: src/Tribe/Commerce/PayPal/Main.php

	public function commerce_get_checkout_url( $checkout_url, $data, $post_id ) {
		return $this->get_checkout_url( $post_id );
	}

Top ↑

Changelog

Changelog
Version Description
4.11.0 Introduced.