Signal-iOS/SignalServiceKit/Resources
Evan Hahn 64462ac1b0 Save a receipt when you send someone a badge
This commit:

1. Adds a new donation receipt type: gifts.
2. Saves receipts when sending someone a gift.

The first part was the main challenge. Previously, donation receipts had
logic like this (pseudocode):

     def getReceiptType(self):
       if self.subscriptionLevel:
         return "subscription"
       else:
         return "one-time"

Now, we explicitly encode the type and have logic to handle "legacy"
receipts that don't have a type encoded.
2022-07-08 13:17:30 -05:00
..
Certificates Add support for new certificate authority 2022-01-26 12:59:45 -06:00
schema.sql Save a receipt when you send someone a badge 2022-07-08 13:17:30 -05:00