Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

amazon pay balance is not extracted #1

Closed
saurabhgupta050890 opened this issue Jan 5, 2022 · 0 comments
Closed

amazon pay balance is not extracted #1

saurabhgupta050890 opened this issue Jan 5, 2022 · 0 comments

Comments

@saurabhgupta050890
Copy link
Owner

  • I'm submitting a ...
    [x] bug report
    [ ] feature request
    [ ] question about the decisions made in the repository
    [ ] question about how to use this project

  • Summary
    Balance is not extracted from amazon pay transaction messages

Sample text: Payment of Rs 81.00 using Amazon Pay balance is successful at Amazon.in. Updated Balance: 125.00. For help/stmt: https://www.amazon.in/cstxn

Output:
{ account: { type: IAccountType.WALLET, name: 'amazon_pay', }, transactionAmount: '81.00', transactionType: 'debit', balance: '', }

Expected Output:
{ account: { type: IAccountType.WALLET, name: 'amazon_pay', }, transactionAmount: '81.00', transactionType: 'debit', balance: '125.00', }

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant