Skip to content

Commit

Permalink
Add description to new class property
Browse files Browse the repository at this point in the history
  • Loading branch information
AbdiTolesa committed Nov 4, 2024
1 parent 95f494b commit 00f45ee
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions stripe/controllers/FrmStrpLiteActionsController.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,11 @@ class FrmStrpLiteActionsController extends FrmTransLiteActionsController {
*/
private static $customer;

/**
* @since x.x
*
* @var bool|null A memoized value for whether the Stripe script has been loaded.
*/
private static $has_loaded_stripe_script;

/**
Expand Down

0 comments on commit 00f45ee

Please sign in to comment.