Skip to content

Commit

Permalink
fix: add create transaction with credit card data
Browse files Browse the repository at this point in the history
  • Loading branch information
jonyw4 committed Nov 24, 2020
1 parent 32d0a7d commit 4ea6edc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -617,6 +617,7 @@ declare module 'pagarme' {

export type CreateTransactionCreditCartInput = CreateTransactionCreditCartInputBase &
(
| CreateTransactionCreditCartInputWitData
| CreateTransactionCreditCartInputWithHash
| CreateTransactionCreditCartInputWitId
);
Expand Down

0 comments on commit 4ea6edc

Please sign in to comment.