💡 Fix typo in comment

This commit is contained in:
Philipp Stracker 2025-03-12 14:21:29 +01:00
parent e2fbeffcdd
commit f178636951
No known key found for this signature in database

View file

@ -394,7 +394,7 @@ class SettingsModule implements ServiceModule, ExecutableModule {
unset( $payment_methods[ OXXO::ID ] );
}
// Unset Pay Unon Invoice if merchant country is not Germany.
// Unset Pay Upon Invoice if merchant country is not Germany.
if ( 'DE' !== $merchant_country ) {
unset( $payment_methods[ PayUponInvoiceGateway::ID ] );
}