-
Notifications
You must be signed in to change notification settings - Fork 89
Open
Labels
Description
Amazon Pay (wallet) in India allows to do bill payments for various billers such as electricity, internet, phone recharges, LPG gas, insurance payments.
These show up in the amazon shopping order history as well as a separate page for all transaction for amazon pay.
When AZAD runs for orders, it detect the order id, date of order, total as well payments column for the order but cannot detect Items in the order.
From initial look on how the code base works, these are the some notable things which might help to get started:
-
If we treat them as orders:
- For such orders, base URL for order details is https://www.amazon.in/pay/transaction-details. This is not supported.
- This URL is detected from order history page as the regex looks for 'order-detail', 'order-summary'
- New parser or existing parser enhancement will be needed to get the item name
-
If we treat them as transactions
- the base url in background.ts is fixed as /cpe/yourpayments/transactions. will need to handle the new URL format.
- This page type in I-frame is not supported.
Let me know how I can help in closing this requirement.
Reactions are currently unavailable