mirror of
https://github.com/woocommerce/woocommerce-paypal-payments.git
synced 2025-09-05 08:59:14 +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
|
* @return void
|
||||||
*/
|
*/
|
||||||
private function ensure_resolved_values() : void {
|
private function ensure_resolved_values() : void {
|
||||||
if ( ! $this->is_resolved ) {
|
if ( $this->is_resolved ) {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue