EcommerceBBVA / BBVA-PHP

EcommerceBBVA: PHP Library
Apache License 2.0
4 stars 8 forks source link

Uncaught Error: Class "Bbva\Data\BbvaApiResourceBase" not found #17

Open dsemerida opened 2 years ago

dsemerida commented 2 years ago

Hi im starting use this project, i download from composer, and when i call the class principal for test y got this error Uncaught Error: Class "Bbva\Data\BbvaApiResourceBase" not found

this is my file .php

<?php 
require(dirname(__FILE__) . '/bbva/Bbva/Bbva.php');

?>