Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
converge
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
wpsu-multimedia
converge
Graph
master
Select Git revision
Branches
3
master
default
protected
stable
vagrant
Tags
2
v1.2
v1.1
5 results
You can move around the graph by using the arrow keys.
Begin with the selected commit
Created with Raphaël 2.2.0
13
Oct
17
Nov
10
4
3
2
1
31
Oct
24
17
13
17
Sep
16
24
May
2
28
Apr
13
12
8
add 2 minute connection timeout and timeout to curl calls.
v1.2 stable
v1.2 stable
doh! fix typo that was breaking .gitattributes export-ignore
v1.1 master
v1.1 master
add .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.
vagrant
vagrant
Update 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 configs
update 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_name
updates to support test notifications to slack
fix failing toString test
Add 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 loaded
add apache2 php.ini to provisioner so we can get working SSL cert with curl in apache
re-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 path
more provisioning work
Add bash script start.sh for convenience. update README.
minor update to README to include vagrant and unit test notes
end 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. :P
yep. another bash provisioning update.
yet another update to provisioner for bashrc
fix bashrc typo
update 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 method
update 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