Project

General

Profile

Actions

Bug #5585

open

PayPal description is not showing

Added by Vitali Grabovski about 7 years ago. Updated about 7 years ago.

Status:
New
Priority:
Normal
Assignee:
Target version:
-
Start date:
03/06/2017
Due date:
% Done:

0%

Estimated time:

Description

In PayPal itself it does not show payment description in payment details.

Actions #1

Updated by Vitali Grabovski about 7 years ago

example:

Wt::Payment::OrderItem my_item;

my_item.setName("Item Name");

my_item.setDescription("This is item description"); // does not work

my_item.setNumber("1");

my_item.setQuantity(1);

my_item.setUnitCost(Wt::Payment::Money(1, 0, "USD"));

Actions

Also available in: Atom PDF