Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

BBIS-ADF using Payment 2.0 XMLObjectData #18

Open
jxh1542 opened this issue Dec 17, 2020 · 0 comments
Open

BBIS-ADF using Payment 2.0 XMLObjectData #18

jxh1542 opened this issue Dec 17, 2020 · 0 comments

Comments

@jxh1542
Copy link

jxh1542 commented Dec 17, 2020

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?

  1. ID, BackOfficeID >> values are not being inserted
  2. Transaction source node is showing undefined.
  3. AddedByUserID in Origin– userId is not part of the User service response object. Showing null in database now.

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>

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant