AuthorizeNet / sample-code-php

This repository contains working code samples which demonstrate php integration with the Authorize.Net API
MIT License
176 stars 197 forks source link

Missing autoload.php #27

Closed sarathvsgit closed 8 years ago

sarathvsgit commented 8 years ago

Hi

I downloaded the master branch .I tried to create a new profile using CustomerProfiles/create-customer-profile.php . But I get the warning message "failed to open stream: No such file or directory require(vendor/autoload.php)" .There is no autoload.php or vendor directory .

sarathvsgit commented 8 years ago

Hi , "composer update" fixed the issue.