• 1

Read this first!

We do not monitor these forums. The forum is provided to exchange information and experience with other users ONLY. Forum responses are not guaranteed.

However, please submit a ticket if you have an active subscription and wish to receive support. Our ticketing system is the only way of getting in touch with RSJoomla! and receiving the official RSJoomla! Customer Support.

For more information, the Support Policy is located here.

Thank you!

TOPIC: Change Paypal parameters

Change Paypal parameters 5 months 5 days ago #43136

  • info5963
  • info5963's Avatar
  • OFFLINE
  • Fresh Boarder
  • Posts: 13
  • Thank you received: 1
This article explains how to personalize PayPal parameters in forms.

I do the same and want to change the item name.
$paypal = RSFormProPayPal::getInstance();
$paypal->args['item_name'] = $_POST["form"]['cardnumber'];
Unfortunately, the form is not sent and I get an error.
I have found out that you can now use

$paypal = RSFormProPayPalv2::getInstance();

must be used. Now the form is also sent to PayPal again, but the name remains unchanged.
Does anyone have any idea why?
Last Edit: 5 months 5 days ago by info5963.
The administrator has disabled public write access.
  • 1

Read this first!

We do not monitor these forums. The forum is provided to exchange information and experience with other users ONLY. Forum responses are not guaranteed.

However, please submit a ticket if you have an active subscription and wish to receive support. Our ticketing system is the only way of getting in touch with RSJoomla! and receiving the official RSJoomla! Customer Support.

For more information, the Support Policy is located here.

Thank you!