mirror of
https://github.com/woocommerce/woocommerce-paypal-payments.git
synced 2025-09-04 08:47:23 +08:00
💡 Fix typo in comment
This commit is contained in:
parent
e2fbeffcdd
commit
f178636951
1 changed files with 1 additions and 1 deletions
|
@ -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 ] );
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue