10 lines
216 B
PHP
10 lines
216 B
PHP
<?php
|
|
namespace Formipay\Integration;
|
|
use Formipay\Traits\SingletonTrait;
|
|
use Formipay\Payment\Payment;
|
|
// Exit if accessed directly
|
|
if ( ! defined( 'ABSPATH' ) ) exit;
|
|
|
|
class ExchangeRateAPI extends Payment {
|
|
|
|
} |