- Posts: 5
- Thank you received: 0
1st March 2025 - New version 5.11.0
- Abraham Tol
- Offline
- New Member
-
Less
More
2 weeks 2 days ago #171777
by Abraham Tol
Replied by Abraham Tol on topic 1st March 2025 - New version 5.11.0
Fix i need to apply with each verison is to change_donation parm to _xtrct so i can accept payments in Makawi
Please Log in or Create an account to join the conversation.
- Abraham Tol
- Offline
- New Member
-
Less
More
- Posts: 5
- Thank you received: 0
2 weeks 2 days ago #171778
by Abraham Tol
Replied by Abraham Tol on topic 1st March 2025 - New version 5.11.0
Yes, you can make that change by yourself, the modified file is:
root -> components -> com_jdonation -> payments -> os_paypal.php
Find:
$this->setParameter('cmd', '_donations');
and change to
$this->setParameter('cmd', '_xclick');
root -> components -> com_jdonation -> payments -> os_paypal.php
Find:
$this->setParameter('cmd', '_donations');
and change to
$this->setParameter('cmd', '_xclick');
Please Log in or Create an account to join the conversation.
- Mr. Dam
-
Topic Author
- Offline
- Administrator
-
Less
More
- Posts: 13018
- Thank you received: 1688
1 week 5 days ago #171807
by Mr. Dam
Replied by Mr. Dam on topic 1st March 2025 - New version 5.11.0
Hi,
Yes, you can make that change as mentioned, but please note the difference between the two PayPal parameters:
_donations: This parameter tells PayPal that the transaction is a donation. When using _donations, PayPal:
- Does not require the buyer to log in or create a PayPal account (if guest checkout is enabled).
- Will not treat the transaction as a sale of goods or services.
- May show different button labels like "Donate" instead of "Pay Now".
_xclick: This is used for regular payments (buying goods or services). With _xclick, PayPal:
- Treats the transaction as a standard purchase.
- Might require additional tax or shipping information.
- Could trigger different compliance or fee handling on your account, especially if it's not a non-profit account.
So while technically you can switch from _donations to _xclick, keep in mind that PayPal will interpret the transaction differently, which might affect the checkout experience and fees applied to the transaction.
Thanks
Dam
Yes, you can make that change as mentioned, but please note the difference between the two PayPal parameters:
_donations: This parameter tells PayPal that the transaction is a donation. When using _donations, PayPal:
- Does not require the buyer to log in or create a PayPal account (if guest checkout is enabled).
- Will not treat the transaction as a sale of goods or services.
- May show different button labels like "Donate" instead of "Pay Now".
_xclick: This is used for regular payments (buying goods or services). With _xclick, PayPal:
- Treats the transaction as a standard purchase.
- Might require additional tax or shipping information.
- Could trigger different compliance or fee handling on your account, especially if it's not a non-profit account.
So while technically you can switch from _donations to _xclick, keep in mind that PayPal will interpret the transaction differently, which might affect the checkout experience and fees applied to the transaction.
Thanks
Dam
Please Log in or Create an account to join the conversation.
Moderators: Mr. Dam, Dũng Nguyễn Việt
Support
Documentation
Information
Copyright © 2025 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.