PayPal中动态按钮创建中的自定义变量

时间:2014-01-04 01:47:43

标签: php paypal

目前在PayPal中,您可以使用以下

动态生成PayPal按钮

BMCreateButton

他们是否可以在按钮中添加一个名为custom的变量,因为它没有在API中记录?

1 个答案:

答案 0 :(得分:2)

使用L_BUTTONVARn选项。 像这样:

array(
    'L_BUTTONVAR1' => 'custom=price=1.00&customvar=value&othervar=othervalue'
);

它将直接转到自定义变量。