- Posts: 1
- Thank you received: 0
Questions about Payment Form extension
Processing Fee
- Xav
- Topic Author
- Offline
- New Member
Less
More
11 months 1 week ago #163308
by Xav
Processing Fee was created by Xav
Hi~
I'm using the Payment Form with Square plugin and I have the same problem with this topic: joomdonation.com/forum/events-booking-ge...pal-fees.html#155919
I think the formula here should be
not
I'm using the Payment Form with Square plugin and I have the same problem with this topic: joomdonation.com/forum/events-booking-ge...pal-fees.html#155919
I think the formula here should be
Code:
round(($paymentFeeAmount + $grossAmount * $paymentFeePercent / 100 ) / (1 - $paymentFeePercent / 100), 2)
Code:
round($paymentFeeAmount + $grossAmount * $paymentFeePercent / 100, 2)
Please Log in or Create an account to join the conversation.
- Tuan Pham Ngoc
- Offline
- Administrator
11 months 1 week ago #163321
by Tuan Pham Ngoc
Replied by Tuan Pham Ngoc on topic Processing Fee
Hi Xav
It has been working like that for year and I'm hesitate to make the change. For the time being, please update to latest version 6.11.0 (released earlier today), then do the change manually yourself
I will try to make the behavior configurable in the next release of the extension
Regards,
Tuan
It has been working like that for year and I'm hesitate to make the change. For the time being, please update to latest version 6.11.0 (released earlier today), then do the change manually yourself
I will try to make the behavior configurable in the next release of the extension
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.