tdphong Posted October 16, 2015 Report Posted October 16, 2015 Hi all, Currently, I use a method in plugin to call capture method in gateway. In capture method, i want to use $this->meta to call settings of gateway. But when i use it, it's not work, it return null value. So, how can i do that? Thanks, Quote
Tyson Posted October 16, 2015 Report Posted October 16, 2015 Gateway properties need to be set. This includes a "meta" property. So you should set the meta data to the gateway from wherever you instantiate the gateway. Look at /components/gateway_payments/gateway_payments.php for an example in initGateway. Michael 1 Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.