Subiendo proyecto completo sin restricciones de git ignore
This commit is contained in:
15
vendor/iyzico/iyzipay-php/src/Iyzipay/Model/Currency.php
vendored
Normal file
15
vendor/iyzico/iyzipay-php/src/Iyzipay/Model/Currency.php
vendored
Normal file
@@ -0,0 +1,15 @@
|
||||
<?php
|
||||
|
||||
namespace Iyzipay\Model;
|
||||
|
||||
class Currency
|
||||
{
|
||||
const TL = "TRY";
|
||||
const EUR = "EUR";
|
||||
const USD = "USD";
|
||||
const GBP = "GBP";
|
||||
const IRR = "IRR";
|
||||
const NOK = "NOK";
|
||||
const RUB = "RUB";
|
||||
const CHF = "CHF";
|
||||
}
|
||||
Reference in New Issue
Block a user