Skip to content

Commit

Permalink
Add variable definition
Browse files Browse the repository at this point in the history
  • Loading branch information
cesarcosta99 committed Mar 11, 2022
1 parent 2f24734 commit b7248d5
Showing 1 changed file with 7 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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.
*
Expand Down

0 comments on commit b7248d5

Please sign in to comment.