Pete Walters
|
e72ef46a12
|
Add basic iDEAL donation support
|
2023-11-16 08:00:12 -06:00 |
|
Sasha Weiss
|
4e4cb470a2
|
Block donations above a maximum amount via SEPA
|
2023-11-13 14:24:18 -08:00 |
|
Elaine
|
5c6e63720e
|
Redesign donation payment details input
|
2023-11-02 13:01:53 -06:00 |
|
Sasha Weiss
|
6c305b12ba
|
Silently allow unrecognized payment method strings
|
2023-09-28 15:24:22 -07:00 |
|
Sasha Weiss
|
8047472f68
|
Rename SubscriptionManagerProtocol
|
2023-03-14 17:44:38 -07:00 |
|
Harry
|
003cc19e62
|
Update SignalCoreKit. Use explicit DispatchQueue instead of relying on the implicit type on promise 'on' params
* Use explicit DispatchQueue instead of relying on the implicit type on promise 'on' params
* Update SignalCoreKit
|
2023-02-07 16:14:39 -08:00 |
|
Evan Hahn
|
35c314bde5
|
Clean up donation configuration request
This change should have no user impact.
This changes a few things about
`OWSRequestFactory.donationConfigurationRequest()`:
- Adds tests
- Converts it to Swift
- Renames it to `donationConfiguration()`
- Makes it an unauthenticated request
I'm most concerned about that last thing, because it's a behavior
change. However, I think this is safe because:
1. I tested it in a simulator and it works
2. [Android appears to do the same thing][0]
3. A normal `curl` works just fine:
```
curl --insecure 'https://chat.signal.org/v1/subscription/configuration'
```
[0]: 657c5d2bce/libsignal/service/src/main/java/org/whispersystems/signalservice/internal/push/PushServiceSocket.java (L1074)
|
2023-01-25 13:10:22 -06:00 |
|
Sasha Weiss
|
ee4799b506
|
One-time donations via PayPal
|
2022-12-01 14:39:03 -08:00 |
|
Sasha Weiss
|
40e765fa4f
|
Integrate the /v1/subscription/configuration API
|
2022-12-01 14:39:03 -08:00 |
|