Skip to content

Commit

Permalink
Add KES to Currency Type (#192)
Browse files Browse the repository at this point in the history
  • Loading branch information
maukoese authored Nov 16, 2024
1 parent 24d7294 commit b605ff2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion development/types/index.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import * as React from 'react';
import { ModalProps } from 'react-native';
export type Currency = 'NGN' | 'GHS' | 'USD' | 'ZAR';
export type Currency = 'NGN' | 'GHS' | 'USD' | 'ZAR' | 'KES';

export type PaymentChannels = 'bank' | 'card' | 'qr' | 'ussd' | 'mobile_money' | 'bank_transfer' | 'eft' | 'apple_pay';

Expand Down

0 comments on commit b605ff2

Please sign in to comment.