mirror of
https://github.com/signalapp/Signal-Server
synced 2026-04-21 01:28:03 +01:00
Accommodate PayPal with SEPA changes
This commit is contained in:
@@ -614,6 +614,10 @@ public class SubscriptionController {
|
||||
public String returnUrl;
|
||||
@NotEmpty
|
||||
public String cancelUrl;
|
||||
|
||||
public CreatePayPalBoostRequest() {
|
||||
super.paymentMethod = PaymentMethod.PAYPAL;
|
||||
}
|
||||
}
|
||||
|
||||
record CreatePayPalBoostResponse(String approvalUrl, String paymentId) {
|
||||
|
||||
Reference in New Issue
Block a user