Across the Board

Blog on e-business and online payments.

Tag Archives: IT


Developer Zone – PayLane for geeks!

What’s that?

Developer Zone is a special website dedicated to IT geeks. It contains everything that might be helpful when integrating with PayLane. Besides technical documentation, you’ll find there:

read more


Branching makes developer’s life easier

I have recently been working on one of our new projects, and I needed to have my own copy of our system with full functionality. The changes made by me would affect the whole system so my workmates couldn’t work on their features then.

Although every respectful development company uses version control systems, typically every change is made to main repository – then every developer can be up to date and they can work on the same project. But sometimes – as in my case – your changes are going too deep to work on the same repository. Here branching comes in. It is used globally in any version control system. It allows you to create branches that are (depends on system) independent copies of HEAD (or another branch) created from one particular commit in main repository.

read more

Close window