We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2347f18 commit a194a30Copy full SHA for a194a30
development/utils.ts
@@ -1,5 +1,5 @@
1
import { Alert } from 'react-native';
2
-import { Currency, DynamicMultiSplitProps, PaymentChannels, PaystackParams, PaystackTransactionResponse } from './types';
+import { Currency, DynamicMultiSplitProps, PaymentChannels, PaystackParams, PaystackTransactionResponse } from './types';
3
4
export const validateParams = (params: PaystackParams, debug: boolean): boolean => {
5
const errors: string[] = [];
0 commit comments