Skip to content

Commit

Permalink
transident check
Browse files Browse the repository at this point in the history
  • Loading branch information
Dan Paun committed Dec 12, 2024
1 parent 38b6016 commit 8e2e624
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion includes/class-wc-payments-onboarding-service.php
Original file line number Diff line number Diff line change
Expand Up @@ -914,7 +914,7 @@ public static function get_source( ?string $referer = null, ?array $get_params =
* @return void
*/
public function save_test_drive_settings_to_new_account() {
if ( get_transient( WC_Payments_Account::WOOPAY_TEST_DRIVE_SETTINGS_FOR_LIVE_ACCOUNT ) ) {
if ( ! get_transient( WC_Payments_Account::WOOPAY_TEST_DRIVE_SETTINGS_FOR_LIVE_ACCOUNT ) ) {
return;
}

Expand Down

0 comments on commit 8e2e624

Please sign in to comment.