if ( empty( $coin_id = $this->get_coin_id( $coin_info['coin_name'], $coin_info['checkout_type'] ) ) ) {
            wp_send_json(
                array(
                    'status' => false,
                    'title'  => __( 'Error', 'woo-altcoin-payment-gateway' ),