PluginProbe ʕ •ᴥ•ʔ
Razorpay for WooCommerce / 4.3.1
Razorpay for WooCommerce v4.3.1
4.8.6 4.8.5 4.8.4 trunk 1.2.2 1.2.3 1.2.4 1.3.0 1.3.1 1.3.2 1.4.0 1.4.1 1.4.2 1.4.3 1.4.4 1.4.5 1.4.6 1.5.0 1.5.1 1.5.2 1.5.3 1.6.0 1.6.0-beta 1.6.1 1.6.2 1.6.3 1.6.5 2.0.0 2.0.1 2.1.0 2.2.0 2.3.0 2.3.1 2.3.2 2.4.0 2.4.1 2.4.2 2.4.3 2.5.0 2.6.0 2.7.0 2.7.1 2.7.2 2.8.0 2.8.1 2.8.2 2.8.3 2.8.4 2.8.5 2.8.6 3.0.0 3.0.1 3.1.0 3.1.1 3.2.0 3.2.1 3.2.2 3.3.0 3.4.0 3.4.1 3.5.0 3.5.1 3.6.0 3.7.0 3.7.1 3.7.2 3.8.0 3.8.1 3.8.2 3.8.3 3.9.0 3.9.1 3.9.2 3.9.3 3.9.4 4.0.0 4.0.1 4.1.0 4.2.0 4.3.0 4.3.1 4.3.2 4.3.3 4.3.4 4.3.5 4.4.0 4.4.1 4.4.2 4.4.3 4.5.0 4.5.1 4.5.2 4.5.3 4.5.4 4.5.5 4.5.6 4.5.7 4.5.8 4.5.9 4.6.0 4.6.1 4.6.2 4.6.3 4.6.4 4.6.5 4.6.6 4.6.7 4.6.8 4.6.9 4.7.0 4.7.1 4.7.2 4.7.3 4.7.4 4.7.5 4.7.6 4.7.7 4.7.8 4.7.9 4.8.0 4.8.1 4.8.2 4.8.3
woo-razorpay / debug.md
woo-razorpay Last commit date
css 4 years ago images 5 years ago includes 3 years ago js 4 years ago public 3 years ago razorpay-sdk 4 years ago templates 3 years ago .editorconfig 9 years ago LICENSE 10 years ago btn-1cc-checkout.js 3 years ago debug.md 4 years ago readme.txt 3 years ago script.js 4 years ago woo-razorpay.php 3 years ago
debug.md
59 lines
1 localhost - incognito - key + order_id sent
2
3
4 kinsta - incognito - key + order_id sent
5
6
7
8 localhost - incognito - only order_id
9
10
11 kinsta - incognito - only order_id
12
13
14 TODO
15 - Confirm if we send both `key` and `order_id`
16 -
17
18
19 Bug on Chrome NOT on Firefox
20 Incog -> prefill number + email -> open checkout for non-logged in user -> goes to address before otp check
21
22 Firefox Curl
23 ```
24 curl 'https://omega-api.stage.razorpay.in/v1/customers/status/+918888888888?x_entity_id=order_IDu8TYW7wKolMv&_[platform]=browser' --globoff -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:93.0) Gecko/20100101 Firefox/93.0' -H 'Accept: */*' -H 'Accept-Language: en-US,en;q=0.5' --compressed -H 'DNT: 1' -H 'Connection: keep-alive' -H 'Referer: https://omega-api.stage.razorpay.in/test/checkout.html?branch=feat/1cc' -H 'Cookie: razorpay_api_session=eyJpdiI6IjJUYkU1Kzc2cXNLa2ZzeW5wNzhPTWc9PSIsInZhbHVlIjoiRDFSdFJhTllcL2NrbnI3UFlYQnh4SHRCazNYS0JlNlVla05HWm9rQ0piaVwvbzduemtPQ3did1RiZDQwUnRvWnVQOTVmVkx3aWhMbGVOeFZZVXpyRThlcU9UNUE5Z2xyXC9YNE5FM2VxcnBhb292RTJuSGRzaE1WeGtGZGF2OERGQW4iLCJtYWMiOiJmZjBjOWM0OTNlM2JiMTk0OGQ3MzdkYzRlMDQxYTg4ZjgyYzM2MjIzYjRiNzYzYWI2MGYzNTgyNmVhZjE4Nzg3In0%3D' -H 'Sec-Fetch-Dest: empty' -H 'Sec-Fetch-Mode: cors' -H 'Sec-Fetch-Site: same-origin'
25 ```
26
27
28 Chrome Curl
29 ```
30 curl 'https://omega-api.stage.razorpay.in/v1/customers/status/+918888888888?x_entity_id=order_IDu8TYW7wKolMv&_\[platform\]=browser' \
31 -H 'Connection: keep-alive' \
32 -H 'sec-ch-ua: "Google Chrome";v="95", "Chromium";v="95", ";Not A Brand";v="99"' \
33 -H 'sec-ch-ua-mobile: ?0' \
34 -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36' \
35 -H 'sec-ch-ua-platform: "macOS"' \
36 -H 'Accept: */*' \
37 -H 'Sec-Fetch-Site: same-origin' \
38 -H 'Sec-Fetch-Mode: cors' \
39 -H 'Sec-Fetch-Dest: empty' \
40 -H 'Referer: https://omega-api.stage.razorpay.in/test/checkout.html?branch=feat/1cc' \
41 -H 'Accept-Language: en-GB,en;q=0.9' \
42 --compressed
43 ```
44
45
46
47 curl --location --request POST 'https://api.razorpay.com/v1/orders' \
48 --header 'Authorization: Basic cnpwX3Rlc3RfMURQNW1tT2xGNUc1YWc6dGhpc2lzc3VwZXJzZWNyZXQ=' \
49 --header 'Content-Type: application/json' \
50 --data-raw '{
51 "amount": 100000,
52 "currency": "INR",
53 "receipt": "ORDER_COUPON",
54 "payment_capture": 1,
55 "notes": {
56 "notes_key_1": "Book 1"
57 }
58 }'
59