Skip to content

Commit b87f210

Browse files
author
Viktor Tymchynskyi
committed
MAGETWO-44616: Update paypal modules currency list with the latest published list
- Add russian ruble to paypal currency list
1 parent d59a6fd commit b87f210

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

app/code/Magento/Paypal/Model/Config.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -208,12 +208,13 @@ class Config extends AbstractConfig
208208
'NZD',
209209
'PLN',
210210
'GBP',
211+
'RUB',
211212
'SGD',
212213
'SEK',
213214
'CHF',
214-
'USD',
215215
'TWD',
216216
'THB',
217+
'USD',
217218
];
218219

219220
/**

0 commit comments

Comments
 (0)