You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello,
We are submitting donations to test the ADF +Payment 2.0 implementation. When we compare the ShelbyDonationTran generated with the one created when using a Donation Form part, there are some nodes elements and values missing. See some examples below. Can anyone share the [XMLObjectData] in object [dbo].[DonationTransactions] of a test donation using the ADF with the Payment 2.0?
ID, BackOfficeID >> values are not being inserted
Transaction source node is showing undefined.
AddedByUserID in Origin– userId is not part of the User service response object. Showing null in database now.
Hello,
We are submitting donations to test the ADF +Payment 2.0 implementation. When we compare the ShelbyDonationTran generated with the one created when using a Donation Form part, there are some nodes elements and values missing. See some examples below. Can anyone share the [XMLObjectData] in object [dbo].[DonationTransactions] of a test donation using the ADF with the Payment 2.0?
ADF + Payment 2.0
<Designations> <DesignationInformation> <ID>0</ID> <Amount>100</Amount> <Description>Sample Fund Description</Description> <BackOfficeID>0</BackOfficeID> <BackOfficeID_Guid>722a9d25-2c49-4f95-be53-93c70d2d57d2</BackOfficeID_Guid> <GivingLevelID>0</GivingLevelID> </DesignationInformation> </Designations>
<RecordedByUserID>0</RecordedByUserID>
<TransactionSource>Undefined</TransactionSource>
Donation Form + Payment 2.0
<Designations> <DesignationInformation> <ID>1140</ID> <Amount>50</Amount> <Description>Sample Fund Description</Description> <BackOfficeID>1879</BackOfficeID> <BackOfficeID_Guid>373a9328-c86f-422d-84e8-0d3fe6e8bb7a</BackOfficeID_Guid> <GivingLevelID>-1</GivingLevelID> </DesignationInformation> </Designations>
<RecordedByUserDisplayName>John Doe</RecordedByUserDisplayName> <RecordedByUserName>jdoe</RecordedByUserName> <RecordedByUserID>14</RecordedByUserID>
<TransactionSource>DonationClassic</TransactionSource>
The text was updated successfully, but these errors were encountered: