add payment method
This commit is contained in:
@@ -31,6 +31,9 @@ $formatter = Yii::$app->formatter;
|
||||
|
||||
<dt><?php echo $model->getAttributeLabel( 'status') ?></dt>
|
||||
<dd><?php echo Html::getAttributeValue($model, 'statusName') ?></dd>
|
||||
|
||||
<dt><?php echo $model->getAttributeLabel( 'payment_method') ?></dt>
|
||||
<dd><?php echo Html::getAttributeValue($model, 'paymentMethodName') ?></dd>
|
||||
</dl>
|
||||
</div>
|
||||
<div class='col-md-4'>
|
||||
|
||||
Reference in New Issue
Block a user