Project

General

Profile

Actions

Bug #5585

open
VG KD

PayPal description is not showing

Bug #5585: PayPal description is not showing

Added by Vitali Grabovski over 9 years ago. Updated over 9 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.

VG Updated by Vitali Grabovski over 9 years ago Actions #1

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: PDF Atom