typo
This commit is contained in:
parent
daa76f2d98
commit
a1ca036a9d
@ -18,6 +18,10 @@ class PaymentMethod extends Form
|
||||
*/
|
||||
public function render()
|
||||
{
|
||||
if (empty($this->name)) {
|
||||
$this->name = 'payment_method';
|
||||
}
|
||||
|
||||
$this->payment_methods = Modules::getPaymentMethods();
|
||||
|
||||
if (empty($this->selected) && empty($this->getParentData('model'))) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user