khalyomede/systempay

View on GitHub
src/Systempay/Currency.php

Summary

Maintainability
A
0 mins
Test Coverage
<?php

namespace Khalyomede\Systempay;

class Currency
{
    const EUR = "EUR";
}