Skip to content

Commit

Permalink
Update description
Browse files Browse the repository at this point in the history
  • Loading branch information
irisfaraway committed Jan 10, 2025
1 parent 5b9b38f commit 8da70a7
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,7 @@ describe('recurring-payments-processor', () => {

const expectedData = {
amount: 5000,
description: 'Recurring payment TODO',
description: 'The recurring card payment for your rod fishing licence',
reference: transactionId,
authorisation_mode: 'agreement',
agreement_id: agreementId
Expand Down Expand Up @@ -302,7 +302,7 @@ describe('recurring-payments-processor', () => {
expectedData.push([
{
amount: 5000,
description: 'Recurring payment TODO',
description: 'The recurring card payment for your rod fishing licence',
reference: permit,
authorisation_mode: 'agreement',
agreement_id: '456'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ const prepareStartDate = permission => {
const preparePayment = (agreementId, transaction) => {
const result = {
amount: Math.round(transaction.cost * 100),
description: 'Recurring payment TODO',
description: 'The recurring card payment for your rod fishing licence',
reference: transaction.id,
authorisation_mode: 'agreement',
agreement_id: agreementId
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ describe('govuk-pay-service', () => {
const unique = Symbol('payload')
const payload = {
amount: '100',
description: 'Recurring payment',
description: 'The recurring card payment for your rod fishing licence',
reference: unique
}
await sendPayment(payload)
Expand Down

0 comments on commit 8da70a7

Please sign in to comment.