Bug #246 » 0001-aqpaypal-Set-transaction-memo-attribute-from-paypal-.patch
| src/libs/plugins/backends/aqpaypal/provider_getstm.c | ||
|---|---|---|
|
s=GWEN_DB_GetCharValue(dbResponse, "BUYERID", 0, NULL);
|
||
|
if (s && *s)
|
||
|
AB_Transaction_SetBankReference(t, s);
|
||
|
s=GWEN_DB_GetCharValue(dbResponse, "NOTE", 0, NULL);
|
||
|
if (s && *s)
|
||
|
AB_Transaction_SetMemo(t, s);
|
||
|
dbT=GWEN_DB_GetFirstGroup(dbResponse);
|
||
|
while (dbT) {
|
||