mirror of
https://github.com/woocommerce/woocommerce-paypal-payments.git
synced 2025-08-30 05:00:51 +08:00
Handle continuation mode in blocks
This commit is contained in:
parent
b0a0eea752
commit
493933a1c1
6 changed files with 107 additions and 12 deletions
|
@ -368,3 +368,14 @@ namespace Automattic\WooCommerce\Blocks\Payments {
|
|||
}
|
||||
}
|
||||
}
|
||||
|
||||
/**
|
||||
* Registers and validates payment requirements callbacks.
|
||||
*
|
||||
* @see Automattic\WooCommerce\StoreApi\Schemas\ExtendSchema::register_payment_requirements()
|
||||
*
|
||||
* @param array $args Args to pass to register_payment_requirements.
|
||||
* @returns boolean|\WP_Error True on success, WP_Error on fail.
|
||||
*/
|
||||
function woocommerce_store_api_register_payment_requirements( $args ) {
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue