PrestaShopCorp / dotpay

Dotpay payment module
1 stars 13 forks source link

First review comments #1

Closed Quetzacoalt91 closed 9 years ago

Quetzacoalt91 commented 9 years ago

Thanks for the commits of today, there are almost no errors anymore reported by the validator. Keep up the good work.

Here are other comments for the code:

        if (!$this->active)
            return;
* Check if the customer is properly loaded:
        if (!Validate::isLoadedObject($customer))
            return;
{l s='ID' mod='dotpay'}

and

{l s='PIN' mod='dotpay'}
Quetzacoalt91 commented 9 years ago

Just replace <br> with <br/> and move the style definitions in a css file and we will be good here

pkarecki commented 9 years ago

Style definitions moved to css folder and improved tpl files in v. 1.3.0

Quetzacoalt91 commented 9 years ago

Thanks