- remove unnecessary config option

This commit is contained in:
2021-08-12 10:26:28 +03:00
parent 967203e428
commit 184269237f
2 changed files with 1 additions and 5 deletions

View File

@ -0,0 +1 @@
![](https://www.iconfinder.com/icons/1419135/sberbank_icon)

View File

@ -248,11 +248,6 @@ class SberCheckout extends PaymentProvider
'span' => 'left', 'span' => 'left',
'type' => 'text', 'type' => 'text',
], ],
'setPayedVirtualOrderAsComplete' => [
'label' => Lang::get('wpstudio.sber::lang.settings.set_payed_virtual_order_as_complete'),
'span' => 'left',
'type' => 'checkbox',
],
]; ];
} }