• Resolved igorski

    (@igorski)


    Hi, PMPro.
    Would you be so kind as to add this to your currency.php file in order for it to have an option to receive payments in Ukrainian Hryvnia (UAH) currency? There’s a local payment system Fondy plugin for that, but it was not working right as we locally can only set payments in local currency. I have modified the file myself on my site, but it would be nice to have it done by you.
    ———————————
    ‘UAH’ => array(
    ‘name’ => __(‘Ukrainian Hryvnia (₴)’, ‘paid-memberships-pro’),
    ‘decimals’ => 0,
    ‘thousands_separator’ => ‘ ‘,
    ‘decimal_separator’ => ‘,’,
    ‘symbol’ => ‘₴’,
    ‘position’ => ‘right’
    ),
    ———————————
    Thanks a lot.
    Igor

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Andrew Lima

    (@andrewza)

    Hi Igor,

    Thank you for using Paid Memberships Pro.

    Please feel free to submit a Pull Request/Issue relating to this on our Github repository here – https://github.com/strangerstudios/paid-memberships-pro

    This will help bring it to our development team’s attention and Pull Requests may be merged in.

    Thread Starter igorski

    (@igorski)

    Hi, Andrew.
    I have submitted an issue #1395.
    Could you, please, create a Pull Request out of it, for I am not sure what branch to use for it.
    Thanks and all the best to you.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Ukrainian currency for PMPro’ is closed to new replies.