mirror of
https://github.com/getnamingo/registry.git
synced 2025-08-01 23:31:50 +02:00
Per registrar currency now fully available
This commit is contained in:
parent
5711546f78
commit
a9e84a855e
20 changed files with 681 additions and 243 deletions
8
cp/resources/exchange_rates.json
Normal file
8
cp/resources/exchange_rates.json
Normal file
|
@ -0,0 +1,8 @@
|
|||
{
|
||||
"base_currency": "USD",
|
||||
"rates": {
|
||||
"EUR": 0.91,
|
||||
"GBP": 0.78
|
||||
},
|
||||
"last_updated": "2025-02-12T12:00:00Z"
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue