Skip to content

Commit

Permalink
chore: update descriptions
Browse files Browse the repository at this point in the history
  • Loading branch information
pviti committed Aug 20, 2024
1 parent f4e166a commit 7424f77
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/triggers.ts
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ const triggers: Record<string, Trigger> = {
authorization_amount_cents: {
action: 'authorization_amount_cents',
trigger: '_authorization_amount_cents',
description: 'The authorization amount, in cents.',
description: 'Send this attribute as a value in cents if you want to overwrite the amount to be authorized.',
},
capture: {
action: 'capture',
Expand All @@ -65,7 +65,7 @@ const triggers: Record<string, Trigger> = {
fulfill: {
action: 'fulfill',
trigger: '_fulfill',
description: 'Send this attribute if you want to mark as fulfilled a shipped/delivered order.',
description: 'Send this attribute if you want to mark as fulfilled the order (shipments must be cancelled, shipped or delivered).',
},
update_taxes: {
action: 'update_taxes',
Expand Down

0 comments on commit 7424f77

Please sign in to comment.