Projekt

Allgemein

Profil

Bug #246 » 0001-aqpaypal-Set-transaction-memo-attribute-from-paypal-.patch

rhabacker, 26.10.2021 09:55

Unterschiede anzeigen:

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) {
    (1-1/1)