vindi/vindi-woocommerce

View on GitHub
src/validators/FieldValidator.php

Summary

Maintainability
A
0 mins
Test Coverage
<?php
/**
 * Vindi Validators
 *
 * Validates the fields that will be sent to the api.
 *
 * @since 1.0.0
 *
 * @return void
 */

class FieldValidator {

  public function customer() {



  }
}