Category: Magento

  • Dublin Magento Meetup 11

    I was visiting Ireland Magento Meetup in Dublin, October 6, 2015. There were two interesting topics – “Magento 2 is coming, get ready…” and “Demystifying the Payments Landscape”. I am always happy to meet great people. Especially in my professional area. Especially when I meet them at Magento event. There was Magento Meetup organized by […]

  • Magento 2 Payment Adapter Configuration

    In this article we will go through configuration for the Payment Method Adapter class. Also, we are going to review the class dependencies (validators, commands, value handlers and etc.) for Payment Service Provider integration. I am going to use Realex Payments Provider as an example for the article. Introduction In the previous article we have […]

  • Magento 2 Payment Gateway API

    In the article we are going to review new Payment Service Contracts (or Payment Gateway API) introduced in Magento 2. I will guide you through Command Interfaces and Service Classes which will help you to use it in further integrations with Payment Service Providers. After reading this article you will: Understand Payment Gateway API Get […]

  • Test Driven Development in Practice – Part 2

    This article is a continuation of Test Driven Development in Practice – Part 1 article. In order to start refactoring we need to be sure our method is covered with Unit Tests. There are 5 Payment methods covered out-of-the-box in the 0.74.0-beta3 release. None of tests covers Payment::registerPaymentReviewAction() and it seems like we need to […]

  • Test Driven Development in Practice – Part 1

    In world of programming and software development everyone is expected to deliver high quality code within a short period of time. One of the software development goals is to ensure that changes we made to a software application are thoroughly tested. In the Agile world every single person plays an important role by defining requirements […]

  • How I Started – Journey to Magento

    About 10 years ago I was dreaming of my personal Web Studio. I knew nothing about Web Technologies and languages required to start, however, my friends Sergii Varchenko and Igor Melnichenko presented at my 18th birthday a gift – “How to create a website” and “HTML, CSS, and JavaScript in practice” books. It was the […]