fraternity-management-group / gms

0 stars 0 forks source link

Entries do not create payments #1

Closed jdfergason closed 3 years ago

jdfergason commented 3 years ago

Form name UAKS Imaginary Event (z7yk26k17q1wlw)

Entry id 3

Expected behavior There is a stripe payment associated with this entry but it is not linked in donor advantage by the automatic import system.

jdfergason commented 3 years ago

Payment fields are retrieved by passing the argument system=true to the entries.json REST endpoint. Need to confirm if the system fields are passed forward with the webhook.

jdfergason commented 3 years ago

Confirmed: the fields PurchaseTotal is included in the Webhook submission -- this doesn't include the information about whether the payment was processed successfully but it does show the amount paid.

jdfergason commented 3 years ago

Fixed in release 3.0.1

Tested with form 'UAKS Imaginary Event' entry id 4. Payment id 45962 was created.