Skip to content

Commit

Permalink
add russian ruble to pp_standart
Browse files Browse the repository at this point in the history
  • Loading branch information
opencart-russia committed Aug 23, 2015
1 parent ca60d8f commit a90e15c
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions upload/catalog/model/payment/pp_standard.php
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,8 @@ public function getMethod($address, $total) {
'PHP',
'TWD',
'THB',
'TRY'
'TRY',
'RUB'
);

if (!in_array(strtoupper($this->currency->getCode()), $currencies)) {
Expand All @@ -59,4 +60,4 @@ public function getMethod($address, $total) {

return $method_data;
}
}
}

0 comments on commit a90e15c

Please sign in to comment.