mirror of
https://github.com/woocommerce/woocommerce-paypal-payments.git
synced 2025-09-03 08:37:53 +08:00
🚧 Document bug with block checkout
This commit is contained in:
parent
9564fd8d56
commit
07d9ec5f88
1 changed files with 4 additions and 0 deletions
|
@ -248,6 +248,10 @@ class AxoGateway extends WC_Payment_Gateway {
|
|||
$wc_order->save();
|
||||
}
|
||||
|
||||
/*
|
||||
* TODO - in block checkout this is empty, which causes an API error.
|
||||
* Expected a 36-char UUID, like "8216a7c6-63be-1760-7451-80a858d571be"
|
||||
*/
|
||||
|
||||
// The `axo_nonce` is not a WP nonce, but a single use token generated by the JS SDK.
|
||||
// phpcs:ignore WordPress.Security.NonceVerification.Missing
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue