Skip to content

Commit ce87a3c

Browse files
authored
fix(RNPSW)-Add-missing-props (#211)
1 parent a3f1288 commit ce87a3c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

development/PaystackProvider.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -74,8 +74,8 @@ export const PaystackProvider: React.FC<PaystackProviderProps> = ({
7474
plan: params.plan,
7575
invoice_limit: params.invoice_limit,
7676
subaccount: params.subaccount,
77-
split_code: params.split_code,
7877
split: params.split,
78+
split_code: params.split_code,
7979
}),
8080
method
8181
);

0 commit comments

Comments
 (0)