- Posts: 48
- Thank you received: 0
Moneybookers - recipient_description
15 years 3 weeks ago #24938
by vasjaf
Moneybookers - recipient_description was created by vasjaf
Hi,
can you please tell me where can I set recipient_description for Moneybookers.
In Moneybookers manual is written that you have to post to their gateway recipient_description. This is the description of the Merchant, which will be shown on the gateway. If no value is submitted, the email (pay_to_email) value will be shown as the recipient of the payment.
Nicolas, can you please tell me where can I define recipient_description for Monebookers?
can you please tell me where can I set recipient_description for Moneybookers.
In Moneybookers manual is written that you have to post to their gateway recipient_description. This is the description of the Merchant, which will be shown on the gateway. If no value is submitted, the email (pay_to_email) value will be shown as the recipient of the payment.
Nicolas, can you please tell me where can I define recipient_description for Monebookers?
Please Log in or Create an account to join the conversation.
15 years 3 weeks ago #24939
by nicolas
Replied by nicolas on topic Re: Moneybookers - recipient_description
Hi,
You need to add the code:
$app =& JFactory::getApplication();
$vars["recipient_description"] = $app->getCfg( 'sitename' );
after the first <?php tag of the file plugins/hikashoppayment/moneybookers_end.php
You need to add the code:
$app =& JFactory::getApplication();
$vars["recipient_description"] = $app->getCfg( 'sitename' );
after the first <?php tag of the file plugins/hikashoppayment/moneybookers_end.php
Please Log in or Create an account to join the conversation.
15 years 3 weeks ago - 15 years 3 weeks ago #24958
by vasjaf
Replied by vasjaf on topic Re: Moneybookers - recipient_description
Thank you, Nicolas.
It works.
It works.
Last edit: 15 years 3 weeks ago by vasjaf.
Please Log in or Create an account to join the conversation.
15 years 1 week ago #25400
by Gonzales
Replied by Gonzales on topic Re: Moneybookers - recipient_description
Is there another way in resetting the recipient_description for Moneybookers? Thanks
Please Log in or Create an account to join the conversation.
15 years 1 week ago #25406
by nicolas
Replied by nicolas on topic Re: Moneybookers - recipient_description
No. That's the only way.
Please Log in or Create an account to join the conversation.
Time to create page: 0.163 seconds