fix wpcfto select and repeater related visibility and validation
This commit is contained in:
10
includes/Integration/ExchangeRateAPI.php
Normal file
10
includes/Integration/ExchangeRateAPI.php
Normal file
@@ -0,0 +1,10 @@
|
||||
<?php
|
||||
namespace Formipay\Integration;
|
||||
use Formipay\Traits\SingletonTrait;
|
||||
use Formipay\Payment\Payment;
|
||||
// Exit if accessed directly
|
||||
if ( ! defined( 'ABSPATH' ) ) exit;
|
||||
|
||||
class ExchangeRateAPI extends Payment {
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user