mirror of
https://github.com/woocommerce/woocommerce-paypal-payments.git
synced 2025-09-05 08:59:14 +08:00
Fix the CS
This commit is contained in:
parent
f27339de0b
commit
d25084aa00
1 changed files with 1 additions and 1 deletions
|
@ -62,7 +62,7 @@ class SettingsTabMapHelper {
|
|||
* @return 'extra_line'|'ditch'|null The mapped mismatch_behavior value.
|
||||
*/
|
||||
protected function mapped_mismatch_behavior_value( array $settings_model ): ?string {
|
||||
$subtotal_adjustment = $settings_model[ 'subtotal_adjustment' ] ?? false;
|
||||
$subtotal_adjustment = $settings_model['subtotal_adjustment'] ?? false;
|
||||
|
||||
if ( ! $subtotal_adjustment ) {
|
||||
return null;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue