payment plugin for revpay.com

  • Posts: 8
  • Thank you received: 0
10 years 4 weeks ago #177152

-- HikaShop version -- : 2.3.2
-- Joomla version -- : 3.3.3
-- PHP version -- : 5.4.3
-- Browser(s) name and version -- : Safari 8.0
-- Error-message(debug-mod must be tuned on) -- : Blank return url page

I am working on payment plugin for revpay.com

i am able to send the data to revpay using hikaexample payment plugin. it is working well. but when payment confirm the return url is not working and notification is not working.

it send me to this page " vrwholesale.com.my/index.php?option=com_...R&SettlementAmt=0.00 "

where i see the value and status value but i dont know how i can do it in the plugin. the page is blank and no debug is showing.....how can i see or catch return value in there...

please help.

Thanks Masum

Please Log in or Create an account to join the conversation.

  • Posts: 82868
  • Thank you received: 13376
  • MODERATOR
10 years 4 weeks ago #177179

Hi,

The echoed data in the onPaymentNotification function goes into the payment log file that you can open under the Files section of the configuration page of HikaShop.

Please Log in or Create an account to join the conversation.

  • Posts: 8
  • Thank you received: 0
10 years 4 weeks ago #177267

yes i know that....

but when i checked that location media/com_hikashop/upload/safe/logs/report_520661274.log


there is no file in that position.....
folder permisition 777

but no file also debug is on.

please help

Please Log in or Create an account to join the conversation.

  • Posts: 12953
  • Thank you received: 1778
10 years 4 weeks ago #177285

Hello,
Your issue is probably coming from the face that the onPaymentNotification function of your plugin isn't even called, I think that it's coming from your notification link : vrwholesale.com.my/index.php?option=com_...R&SettlementAmt=0.00

The "notif_payment=example" part isn't right, you should replace the "example" name by your payment method name

The following user(s) said Thank You: pappadesign

Please Log in or Create an account to join the conversation.

  • Posts: 8
  • Thank you received: 0
10 years 3 weeks ago #177469

Ok it is done..... :cheer:

Last edit: 10 years 3 weeks ago by pappadesign.

Please Log in or Create an account to join the conversation.

  • Posts: 12953
  • Thank you received: 1778
10 years 3 weeks ago #177472

Hello,
you should probably just replace the "example" value of this line :

var $name = 'example'; //Payment plugin name (the name of the PHP file)

Please Log in or Create an account to join the conversation.

Time to create page: 0.073 seconds
Powered by Kunena Forum