Luke Cottingham
Results
12
comments of
Luke Cottingham
Come on Xero - this is pretty basic deprecation from a now mature version of PHP. ```php public static function convertStringToDateTime($data) { if (self::checkThisDate($data)) { return new \DateTime($data); } else...
You can change the key on the stripe service dynamically. Just defer the loading of the stripe element until you have the dynamic key you wish to use. ``` protected...