PHP Classes

File: app/config/currencies.php

Recommend this page to a friend!
  Classes of Pierre-Henry Soria   Link2Payment   app/config/currencies.php   Download  
File: app/config/currencies.php
Role: Auxiliary script
Content type: text/plain
Description: Auxiliary script
Class: Link2Payment
Application to generate links for people to pay
Author: By
Last change:
Date: 1 year ago
Size: 198 bytes
 

Contents

Class file image Download
<?php

return [
   
'USD' => 'USD',
   
'CAD' => 'CAD',
   
'EUR' => 'EUR',
   
'GBP' => 'GBP',
   
'AUD' => 'AUD',
   
'HKD' => 'HKD',
   
'SGD' => 'SGD',
   
'JPY' => 'JPY',
   
'NZD' => 'NZD'
];