Skip to content

Commit

Permalink
feat(types): adds chargeCardToken hook
Browse files Browse the repository at this point in the history
  • Loading branch information
Allmacamo committed Jun 16, 2023
1 parent 4f518f2 commit 6cf0044
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/types.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -33,3 +33,11 @@ export type PayFastMerchantDetails = {
merchantKey?: string
passPhrase?: string
}

export type ChargeCardToken = {
token: string
total: number
itemName: string
itemDescription?: string
reference: string
}

0 comments on commit 6cf0044

Please sign in to comment.