cybersource icon indicating copy to clipboard operation
cybersource copied to clipboard

Sending item details

Open tcz opened this issue 9 years ago • 1 comments

As per the CyberSource API docs there are several additional fields that items accept. I made changes to send these along too.

An example:

$cybersourceApi->add_item(
    '55.00', // unit price
    1, // quantity
    array(
        'productCode'   => 'electronic_good',
        'productName'   => '50 credits',
        'productSKU'    => '111',
    )
);

tcz avatar Sep 15 '14 17:09 tcz

:+1:

kesar avatar Dec 01 '15 12:12 kesar