Checkout::process_customer()
Method: Order processing relating to customer account.
Source: packages/woocommerce-blocks/src/StoreApi/Routes/Checkout.php:610
Method: Order processing relating to customer account.
Source: packages/woocommerce-blocks/src/StoreApi/Routes/Checkout.php:610
Method: For orders which do not require payment, just update status.
Source: packages/woocommerce-blocks/src/StoreApi/Routes/Checkout.php:483
Method: Fires an action hook instructing active payment gateways to process the payment for an order and provide a result.
Source: packages/woocommerce-blocks/src/StoreApi/Routes/Checkout.php:499
Action Hook: Process payment with context.
Source: packages/woocommerce-blocks/src/StoreApi/Routes/Checkout.php:521
Method: Gets the chosen payment method ID from the request.
Source: packages/woocommerce-blocks/src/StoreApi/Routes/Checkout.php:540
Method: Gets the chosen payment method from the request.
Source: packages/woocommerce-blocks/src/StoreApi/Routes/Checkout.php:563
Method: Gets and formats payment request data.
Source: packages/woocommerce-blocks/src/StoreApi/Routes/Checkout.php:584
Method: Updates draft order data in the customer session.
Source: packages/woocommerce-blocks/src/StoreApi/Routes/Checkout.php:349
Method: Whether the passed argument is a draft order or an order that is pending/failed and the cart hasn’t changed.
Source: packages/woocommerce-blocks/src/StoreApi/Routes/Checkout.php:360
Method: Create or update a draft order based on the cart.
Source: packages/woocommerce-blocks/src/StoreApi/Routes/Checkout.php:383