We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 24d7294 commit b605ff2Copy full SHA for b605ff2
development/types/index.ts
@@ -1,6 +1,6 @@
1
import * as React from 'react';
2
import { ModalProps } from 'react-native';
3
-export type Currency = 'NGN' | 'GHS' | 'USD' | 'ZAR';
+export type Currency = 'NGN' | 'GHS' | 'USD' | 'ZAR' | 'KES';
4
5
export type PaymentChannels = 'bank' | 'card' | 'qr' | 'ussd' | 'mobile_money' | 'bank_transfer' | 'eft' | 'apple_pay';
6
0 commit comments