File tree Expand file tree Collapse file tree 1 file changed +13
-14
lines changed
types/sabpaisa-react-lite Expand file tree Collapse file tree 1 file changed +13
-14
lines changed Original file line number Diff line number Diff line change @@ -2,21 +2,20 @@ import * as React from "react";
22import { Button } from "react-native" ;
33import SabPaisaCheckout , { SabpaisaErrorResponse } from "sabpaisa-react-lite" ;
44
5-
65const SabpaisaCheckoutOptions = {
7- first_name : ' firstnamereact' ,
8- last_name : ' lastnamereact' ,
9- currency : ' INR' ,
10- mobile_number : ' 9999999999' ,
11- email_id : ' lokesh.d@eywa.com' ,
12- client_code : ' <client_code>' ,
13- aes_iv : ' <aes_iv>' ,
14- aes_key : ' <aes_key>' ,
15- user_name : ' <user_name>' ,
16- password : ' <password>' ,
17- env : ' staging' ,
18- txn_id : ' 11223344343' ,
19- amount : ' 100'
6+ first_name : " firstnamereact" ,
7+ last_name : " lastnamereact" ,
8+ currency : " INR" ,
9+ mobile_number : " 9999999999" ,
10+ email_id : " lokesh.d@eywa.com" ,
11+ client_code : " <client_code>" ,
12+ aes_iv : " <aes_iv>" ,
13+ aes_key : " <aes_key>" ,
14+ user_name : " <user_name>" ,
15+ password : " <password>" ,
16+ env : " staging" ,
17+ txn_id : " 11223344343" ,
18+ amount : " 100" ,
2019} ;
2120
2221const Test = ( ) => {
You can’t perform that action at this time.
0 commit comments