Pular para o conteúdo principal

Ação: wu_checkout_order_created

Fires after the checkout order is fully assembled.

Addons can use this to create secondary memberships for products with independent billing cycles.

Parameters

NomeTipoDescrição
$order\WP_Ultimo\Checkout\CartO objeto do carrinho/pedido.
$customer\WP_Ultimo\Models\CustomerO cliente.
$membership\WP_Ultimo\Models\MembershipA associação principal.
$payment\WP_Ultimo\Models\PaymentO pagamento.

Desde

  • 2.5.0

Fonte

Definido em inc/checkout/class-checkout.php na linha 891