Questions about Payment Form extension

Bug: refund option

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:
=====
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.

More
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

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

More
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.

More
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

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

More
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.

More
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

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

Moderators: Tuan Pham Ngoc