google-pay / google-pay/flutter-plugin
Why do some payments lack eciIndicator and onlinePaymentCryptogram after decryption
Nobody has claimed this yet.
- Dominant language
- Dart
- Stars
- 176
- Forks
- 147
- PR merge metrics
- No merged PRs in 30d
Description
Why do some payments lack eciIndicator and onlinePaymentCryptogram after decryption
This is my current parameter
{
"provider": "apple_pay",
"data": {
"merchantIdentifier": "",
"displayName": "",
"merchantCapabilities": [
"3DS",
"debit",
"credit"
],
"supportedNetworks": [
"visa",
"masterCard"
],
"countryCode": "GB",
"requiredBillingContactFields": [],
"requiredShippingContactFields": [],
"shippingMethods": []
}
}
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
The issue names no files, tests, or entry points. Start by reproducing the Apple Pay case with the provided parameters and trace the payment decryption flow; done would require identifying why eciIndicator and onlinePaymentCryptogram are absent and documenting or fixing the confirmed behavior.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- dart
- Domain
- mobile, payments
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100