hey, I am using the banktransfer method to pay with online credit card and i need the onPaymentNotification() to verify the status.
So i copied the function from paypal.php and pasted it at banktransfer.php after the onAfterOrderConfirm(), but when i am trying to go to the URL
mysite.com/index.php?option=com_hikashop...pl=component&lang=he
it gives me an error:
" Fatal error: Call to undefined method plgHikashoppaymentBanktransfer::onPaymentNotification() in .../components/com_hikashop/controllers/checkout.php on line 905 "
means i did not define the function, what do i do to make it work as at the paypal plugin?