Hi @yustinnovita
Currently, Give does not have Indonesia currency option. But we can add this by using the filter give_currencies.
Documentation for the filter: https://github.com/WordImpress/Give/blob/master/includes/misc-functions.php#L409
I have used that filter and added support for Indonesia currency to Give Plugins and their add-on as well.
Please copy the code from the below mention link and past it in your child themes functions.php file
File Link: https://gist.github.com/raftaar1191/12748c1f7eb0999aaac8591f24a358a7
Step to do that:
1> Go to the above mentions Link and Copy the code from there
2> Now go to your theme functions.php file and paste that code there
I have also created issues for this, So you can have a look into this as well https://github.com/WordImpress/Give/issues/2275
Please let us know if this works for you or now
Thanks You
Raftaar
We also have a snippet here: https://github.com/WordImpress/Give-Snippet-Library/blob/master/admin-functions/custom-currency.php
This will allow you to add the currency in the meantime before we add it to core.