Accommodate PayPal with SEPA changes

This commit is contained in:
Katherine
2023-09-28 10:28:17 -07:00
committed by GitHub
parent a00c2fcfdb
commit 7821a3cd61
2 changed files with 29 additions and 0 deletions

View File

@@ -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) {