diff --git a/src/app/mandate.model.ts b/src/app/mandate.model.ts index fcfa4de4a..714d089d9 100644 --- a/src/app/mandate.model.ts +++ b/src/app/mandate.model.ts @@ -3,7 +3,7 @@ export interface Mandate { campaignId: string, charityName: string, status: 'active'|'pending', - // @todo-regular-giving : we might want to keep the total donated amount as part of the regular giving mandate + // @todo-regular-giving-DON-1008 : we might want to keep the total donated amount as part of the regular giving mandate // giftAidAmount: number = 0; "schedule": { "type": "monthly", @@ -11,21 +11,12 @@ export interface Mandate { "activeFrom": string, "expectedNextPaymentDate": string }, - /** - * @todo-regular-giving: this property doesn't exist in matchbot yet - */ numberOfMatchedDonations: number, giftAid: boolean, - /** - * @todo-regular-giving: this property needs renaming in matchbot - */ donationAmount: { "amountInPence": number, "currency": "GBP" }, - /** - * @todo-regular-giving: this property doesn't exist in matchbot yet - */ matchedAmount: { "amountInPence": number, "currency": "GBP" diff --git a/src/app/mandate/mandate.component.html b/src/app/mandate/mandate.component.html index f3ebec6ca..2cc6c91d5 100644 --- a/src/app/mandate/mandate.component.html +++ b/src/app/mandate/mandate.component.html @@ -53,7 +53,7 @@
- @if (donorAccount.regularGivingPaymentMethod) { - +
Your existing regular giving payment method {{ donorAccount.regularGivingPaymentMethod }} will be used for these donations. To change this please visit your account page - (todo-regular-giving: replace this paragraph with an element showing details of the saved method) + (todo-regular-giving-DON-1021: replace this paragraph with an element showing details of the saved method)
} @else {(todo-regular-giving: add link to regular giving terms & conditions)
+(todo-regular-giving-OPS-766: add link to regular giving terms & conditions)
@if (submitErrorMessage) {