File "woocommerce_payment_fields_wallet_options.php"
Full Path: /home/digidjwy/public_html/wp-content/plugins/mycryptocheckout/src/actions/woocommerce_payment_fields_wallet_options.php
File size: 351 bytes
MIME-type: text/x-php
Charset: utf-8
<?php
namespace mycryptocheckout\actions;
/**
@brief Modify the wallet options, adding or removing currencies.
@since 2019-09-01 20:50:48
**/
class woocommerce_payment_fields_wallet_options
extends action
{
/**
@brief IN/OUT: The array of wallet options shown in the WC checkout form.
@since 2019-09-01 20:51:10
**/
public $options;
}