Skip to content

Commit

Permalink
Apple Pay eligibility variable fix in onboarding
Browse files Browse the repository at this point in the history
  • Loading branch information
Bartosz Sosnowski committed Jan 14, 2025
1 parent b9bcdbd commit 9890578
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Core/Onboarding/Onboarding.php
Original file line number Diff line number Diff line change
Expand Up @@ -287,7 +287,7 @@ public function saveEligibility(array $merchantInformations): array
'pui' => $isPuiEligibility,
'vaulting' => $isVaultingEligibility,
'googlepay' => $isGooglePayCapability,
'applepay' => $isVaultingEligibility,
'applepay' => $isApplePayEligibility,
];
}
}

0 comments on commit 9890578

Please sign in to comment.