Skip to content

Commit cbec23a

Browse files
Updated type of BusinessCreditCard (#413)
1 parent 0ffd969 commit cbec23a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

types/cards.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ export type BusinessDebitCard = BaseCard & {
165165
}
166166

167167
export type BusinessCreditCard = BaseCard & {
168-
type: "BusinessCreditCard"
168+
type: "businessCreditCard"
169169

170170
/**
171171
* JSON object representing the card data.

0 commit comments

Comments
 (0)