- Posts: 18
- Thank you received: 0
Questions about Payment Form extension
Bug: refund option
- Jibon
- Topic Author
- Offline
- New Member
Less
More
1 month 2 weeks ago #169471
by Jibon
Bug: refund option was created by Jibon
Hi,
I've noticed refund option was not showing because of following problem:
1) components/com_pmform/Helper/Helper.php line 314
wrong:
=====
correct:
2) administrator/components/com_pmform/Model/Payment.php line 189
correct:
Please check from your end & fix it.
Thanks
I've noticed refund option was not showing because of following problem:
1) components/com_pmform/Helper/Helper.php line 314
wrong:
=====
Code:
$method = PaymentMethods::loadPaymentMethod($row->payment_method);
correct:
Code:
$method = PaymentMethods::getPaymentMethod($row->payment_method);
2) administrator/components/com_pmform/Model/Payment.php line 189
Code:
$method = PaymentMethods::loadPaymentMethod($row->payment_method);
correct:
Code:
$method = PaymentMethods::getPaymentMethod($row->payment_method);
Please check from your end & fix it.
Thanks
Please Log in or Create an account to join the conversation.
- Tuan Pham Ngoc
- Offline
- Administrator
1 month 2 weeks ago #169474
by Tuan Pham Ngoc
Replied by Tuan Pham Ngoc on topic Bug: refund option
Thanks @Jibon. I fixed and updated download package on server with the fix
Regards,
Tuan
Regards,
Tuan
Please Log in or Create an account to join the conversation.
- Jibon
- Topic Author
- Offline
- New Member
Less
More
- Posts: 18
- Thank you received: 0
1 month 2 weeks ago #169476
by Jibon
Replied by Jibon on topic Bug: refund option
Thank you. I've another question, do you have plan to add EU VAT service as your have in membership extension? Adding that feature in payment form will be really helpful.
Please Log in or Create an account to join the conversation.
- Tuan Pham Ngoc
- Offline
- Administrator
1 month 2 weeks ago #169477
by Tuan Pham Ngoc
Replied by Tuan Pham Ngoc on topic Bug: refund option
Yes, I do. Should have it ready this week
Regards,
Tuan
Regards,
Tuan
Please Log in or Create an account to join the conversation.
- Jibon
- Topic Author
- Offline
- New Member
Less
More
- Posts: 18
- Thank you received: 0
1 month 2 weeks ago #169480
by Jibon
Replied by Jibon on topic Bug: refund option
Thanks, will wait for news. If you need beta testing then you can count me as well as.
Please Log in or Create an account to join the conversation.
- Tuan Pham Ngoc
- Offline
- Administrator
1 month 2 weeks ago #169484
by Tuan Pham Ngoc
Replied by Tuan Pham Ngoc on topic Bug: refund option
Thanks Jibon. Will ask for your help if needed
Regards,
Tuan
Regards,
Tuan
Please Log in or Create an account to join the conversation.
Moderators: Tuan Pham Ngoc
Support
Documentation
Information
Copyright © 2024 Joomla Extensions by Joomdonation. All Rights Reserved.
joomdonation.com is not affiliated with or endorsed by the Joomla! Project or Open Source Matters.
The Joomla! name and logo is used under a limited license granted by Open Source Matters the trademark holder in the United States and other countries.
The Joomla! name and logo is used under a limited license granted by Open Source Matters the trademark holder in the United States and other countries.