🚧 Document bug with block checkout

This commit is contained in:
Philipp Stracker 2024-09-10 19:59:06 +02:00
parent 9564fd8d56
commit 07d9ec5f88
No known key found for this signature in database

View file

@ -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