Skip to content

Add grand total tax to payput totals #449

Add grand total tax to payput totals

Add grand total tax to payput totals #449

Re-run triggered February 4, 2026 14:15
Status Cancelled
Total duration 50s
Artifacts

build-test.yml

on: pull_request
Matrix: Run Build & test
Fit to window
Zoom out
Zoom in

Annotations

10 errors
Run Build & test (24): src/__tests__/mocks/notifications/transaction-payment-failed.mock.ts#L76
Property 'grand_total_tax' is missing in type '{ fee: null; tax: string; total: string; credit: string; credit_to_balance: string; balance: string; discount: string; earnings: null; subtotal: string; grand_total: string; currency_code: "USD"; }' but required in type 'ITransactionTotalsNotificationResponse'.
Run Build & test (24): src/__tests__/mocks/notifications/transaction-past-due.mock.ts#L117
Property 'grand_total_tax' is missing in type '{ fee: null; tax: string; total: string; earnings: null; subtotal: string; grand_total: string; currency_code: "USD"; retained_fee: string; }' but required in type 'ITransactionTotalsAdjustedNotificationResponse'.
Run Build & test (24): src/__tests__/mocks/notifications/transaction-past-due.mock.ts#L58
Property 'grand_total_tax' is missing in type '{ fee: null; tax: string; total: string; credit: string; credit_to_balance: string; balance: string; discount: string; earnings: null; subtotal: string; grand_total: string; currency_code: "USD"; }' but required in type 'ITransactionTotalsNotificationResponse'.
Run Build & test (24): src/__tests__/mocks/notifications/transaction-paid.mock.ts#L84
Property 'grand_total_tax' is missing in type '{ fee: string; tax: string; total: string; grand_total: string; earnings: string; subtotal: string; currency_code: "GBP"; retained_fee: string; }' but required in type 'ITransactionTotalsAdjustedNotificationResponse'.
Run Build & test (24): src/__tests__/mocks/notifications/transaction-paid.mock.ts#L71
Property 'grand_total_tax' is missing in type '{ fee: string; tax: string; total: string; credit: string; credit_to_balance: string; balance: string; discount: string; earnings: string; subtotal: string; currency_code: "GBP"; grand_total: string; }' but required in type 'ITransactionTotalsNotificationResponse'.
Run Build & test (24): src/__tests__/mocks/notifications/transaction-created.mock.ts#L82
Property 'grand_total_tax' is missing in type '{ fee: null; tax: string; total: string; credit: string; credit_to_balance: string; balance: string; discount: string; earnings: null; subtotal: string; grand_total: string; currency_code: "USD"; }' but required in type 'ITransactionTotalsNotificationResponse'.
Run Build & test (24): src/__tests__/mocks/notifications/transaction-canceled.mock.ts#L155
Property 'grand_total_tax' is missing in type '{ fee: null; tax: string; total: string; earnings: null; subtotal: string; grand_total: string; currency_code: "USD"; retained_fee: string; }' but required in type 'ITransactionTotalsAdjustedNotificationResponse'.
Run Build & test (24): src/__tests__/mocks/notifications/transaction-canceled.mock.ts#L76
Property 'grand_total_tax' is missing in type '{ fee: null; tax: string; total: string; credit: string; credit_to_balance: string; balance: string; discount: string; earnings: null; subtotal: string; grand_total: string; currency_code: "USD"; }' but required in type 'ITransactionTotalsNotificationResponse'.
Run Build & test (24): src/__tests__/mocks/notifications/transaction-billed.mock.ts#L155
Property 'grand_total_tax' is missing in type '{ fee: null; tax: string; total: string; earnings: null; subtotal: string; grand_total: string; currency_code: "USD"; retained_fee: string; }' but required in type 'ITransactionTotalsAdjustedNotificationResponse'.
Run Build & test (24): src/__tests__/mocks/notifications/transaction-billed.mock.ts#L76
Property 'grand_total_tax' is missing in type '{ fee: null; tax: string; total: string; credit: string; credit_to_balance: string; balance: string; discount: string; earnings: null; subtotal: string; grand_total: string; currency_code: "USD"; }' but required in type 'ITransactionTotalsNotificationResponse'.