Skip to content

Commit ab2be2d

Browse files
🤖 dprint fmt
1 parent 47f2964 commit ab2be2d

File tree

1 file changed

+13
-14
lines changed

1 file changed

+13
-14
lines changed

types/sabpaisa-react-lite/sabpaisa-reactlite-tests.tsx

Lines changed: 13 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -2,21 +2,20 @@ import * as React from "react";
22
import { Button } from "react-native";
33
import SabPaisaCheckout, { SabpaisaErrorResponse } from "sabpaisa-react-lite";
44

5-
65
const SabpaisaCheckoutOptions = {
7-
first_name: 'firstnamereact',
8-
last_name: 'lastnamereact',
9-
currency: 'INR',
10-
mobile_number: '9999999999',
11-
email_id: '[email protected]',
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: "[email protected]",
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

2221
const Test = () => {

0 commit comments

Comments
 (0)