From b7248d5a5a29bb9ba4d74c33f560d9030247aee1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=A9sar=20Costa?= Date: Mon, 17 Jan 2022 15:49:09 -0300 Subject: [PATCH] Add variable definition --- .../models/class-wc-payments-api-intention.php | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/includes/wc-payment-api/models/class-wc-payments-api-intention.php b/includes/wc-payment-api/models/class-wc-payments-api-intention.php index c0fa925de3d..70db4d46aa1 100644 --- a/includes/wc-payment-api/models/class-wc-payments-api-intention.php +++ b/includes/wc-payment-api/models/class-wc-payments-api-intention.php @@ -104,6 +104,13 @@ class WC_Payments_API_Intention { */ private $metadata; + /** + * The statement descriptor of the intention. + * + * @var string|null + */ + private $statement_descriptor; + /** * WC_Payments_API_Intention constructor. *