~mikel-martin/opencart/14x

« back to all changes in this revision

Viewing changes to upload/catalog/controller/payment/moneybookers.php

  • Committer: qphoria
  • Date: 2011-05-11 15:34:51 UTC
  • Revision ID: svn-v4:a472ed72-f7c0-11dd-9d1a-b59b2e1864b6:branches/v14x:248
moneybookers bug fix

Show diffs side-by-side

added added

removed removed

Lines of Context:
96
96
                        $hash .= $this->request->post['mb_amount'];
97
97
                        $hash .= $this->request->post['mb_currency'];
98
98
                        $hash .= $this->request->post['status'];
99
 
                        $md5hash = md5($hash);
 
99
                        $md5hash = strtoupper(md5($hash));
100
100
                        $md5sig = $this->request->post['md5sig'];
101
101
 
102
102
                        if ($md5hash == $md5sig) {