Search found 1 match

by Mike-Antipov
15 Nov 2021, 17:46
Forum: Laravel package
Topic: Adding/extending functions of OmniPay class
Replies: 2
Views: 2301

Adding/extending functions of OmniPay class

Greetings. We have a quirky payment gateway which returns successful codes even if a transaction was failed, they use their own additional fields for that. Because of that I need to add additional checks to the updateSync function and some other ones, how do I properly do that without touching the c...