mirror of
https://github.com/woocommerce/woocommerce-paypal-payments.git
synced 2025-09-03 08:37:53 +08:00
🐛 Fix wrong condition!
This commit is contained in:
parent
afb7044b03
commit
eb26712fb6
1 changed files with 1 additions and 1 deletions
|
@ -140,7 +140,7 @@ class CardPaymentsConfiguration {
|
|||
* @return void
|
||||
*/
|
||||
private function ensure_resolved_values() : void {
|
||||
if ( ! $this->is_resolved ) {
|
||||
if ( $this->is_resolved ) {
|
||||
return;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue