Skip to content
Snippets Groups Projects
Select Git revision
  • master default protected
  • stable
  • vagrant
  • v1.2
  • v1.1
5 results
You can move around the graph by using the arrow keys.
Created with Raphaël 2.2.013Oct17Nov10432131Oct24171317Sep1624May228Apr13128add 2 minute connection timeout and timeout to curl calls.v1.2 stablev1.2 stabledoh! fix typo that was breaking .gitattributes export-ignorev1.1 masterv1.1 masteradd .gitattributes file so that we can ignore unneeded files and directories when we are importing the package into another project. add export ignore for /tests directory since we dont need tests in production.Add testDemoDoCcDelete to test the Converge doCcDelete method. Add testDemoDoCcComplete to test the Converge doCcComplete method.vagrantvagrantUpdate Converge class getTransactionsFromDateRange method to include new param for more search options. Add CleanRequest call to getTransactionsFromDateRange since we now support the param.Update Converge class with new CleanRequest method. Update ConvertTest with new tests for getUserId, getMerchantId, getPin, CleanRequest.disable some default sample configsupdate Converge class with new config accessors getUserId getMerchantId getPin. update the doCcComplete and doCcDelete to use the new accessors and limit the config values used in the request sent to sendRequest.verified ccauthonly support with getPaymentForm. (Fix #4)Add doCcComplete and Add doCcDelete. (fix #5) (fix #8)add isset condition before trying to substr ssl_first_name and ssl_last_nameupdates to support test notifications to slackfix failing toString testAdd approved declined error pages to public for form submit and redirect testing. update Converge with commented out stubs for doCcSale and doCcAuthOnly add tests stubs for new methods.remove debug output from demo public index. update ignore file for logs directory.add apache restart after php.ini switch so that the new settings get loadedadd apache2 php.ini to provisioner so we can get working SSL cert with curl in apachere-enable apache in provisioner update apache public html root add index.php to enable demoing (aka. manual testing)copy the php.ini with the curl cacerts to system ini. (fix #&)Add more tests to get total coverage. Update test.sh script to output coverage report and logs to ./logs directory.add new tests. testDemoGetTransactionsFromDateRange and testDemoGetTransactionData. minor tweak to curl error handling in Converge.update php.ini with cacert pathmore provisioning workAdd bash script start.sh for convenience. update README.minor update to README to include vagrant and unit test notesend of day commit. add more tests code. misc debug output added to Converge class. this is not production. pushing so i can pull from home workstation. :Pyep. another bash provisioning update.yet another update to provisioner for bashrcfix bashrc typoupdate ConvergeTest with fixes for tests for demo and prod endpoints and demo config loads merchant id test.Add more Vagrant provisioning boilerplate code and config. Add ignore file.add Vagrant stuff - Vagrantfile, provision/bin,sql.update tests. add test src/autoload.php autoloader so we can boostrap for tests. add new test testDemoConfigLoadsMerchantId to verify that the bootstrap autoloader is working.Refactor the cURL calls to new method sendRequest to keep things DRY. update the sample.config.php with correct demo values for new demo api endpoint. (fix #6)add new Converge API Endpoints to the Conver class. (fix #3)add known field limitations to first name and last name. 20 chars max. (fix #1)cleanup cruft from Converge getTransactionsFromDateRange methodupdate getPaymentForm to return false if Converge Form response is empty. (fix #2)remove non-essential requests from being passed to Converge system. Certain field character combos result in Converge returning and empty request. No trigger pattern could be identified in the field character combos so eliminating them from the request entirely solves the problem.more work and updates on the response parser code for txnquyery for date ranges api call
Loading