🐛 Fix wrong condition!

This commit is contained in:
Philipp Stracker 2025-03-14 16:15:43 +01:00
parent afb7044b03
commit eb26712fb6
No known key found for this signature in database

View file

@ -140,7 +140,7 @@ class CardPaymentsConfiguration {
* @return void
*/
private function ensure_resolved_values() : void {
if ( ! $this->is_resolved ) {
if ( $this->is_resolved ) {
return;
}