Jeff VIP
Total posts: 745
27 Авг 2015 04:53

Hi,

can anyone tell me how to add a plan's description to PayPal's invoice?

paypal description

Best regards, Jeff

Последние изменения: 01 Сен 2015


Sergey
Total posts: 13,748
28 Авг 2015 07:53

Those are called options. You have to hack paypal payment plugin and add custom options. Read this and search for keywork options on that page.

You have to add on0 and os0. Something like this.

$param['on0'] = 'Item number';
$param['os0'] = '3254565'
$param['on1'] = 'Quantity';
$param['os1'] = '2'

And so on.


Jeff VIP
Total posts: 745
01 Сен 2015 00:35

Thank Sergey,

I'll dig into that...

Работает на Cobalt