Skip to content

Commit 48fb370

Browse files
Merge pull request #8 from PaystackHQ/patch/currency-support
Patch/currency support
2 parents 2a88bc8 + b1acd85 commit 48fb370

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

lib.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -446,7 +446,8 @@ public function get_custom_fields()
446446
*/
447447
public function get_currencies()
448448
{
449-
$codes = array('NGN', 'USD', 'GHS', 'ZAR', 'XOF' , 'KES');
449+
$codes = array('NGN', 'USD', 'GHS', 'KES', 'XOF', 'ZAR','EGP');
450+
450451
$currencies = array();
451452
foreach ($codes as $c) {
452453
$currencies[$c] = new lang_string($c, 'core_currencies');

0 commit comments

Comments
 (0)