Hi,
I’m working on a custom payment method, but found I have some questions about it.
I followed
I have alreaady receive 200 approve from the payment gateway, but when I call
EventBus.$emit('checkout-do-placeOrder', { })
I receive the follow messsage
Cannot read property 'resultCode' of undefined null
It is related to but don’t know how to correctly pass data to the method.
Thanks in advance!