-
Notifications
You must be signed in to change notification settings - Fork 347
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
PeLocal bus-intracity preprod logs #1836
base: main
Are you sure you want to change the base?
Conversation
|
GitGuardian id | GitGuardian status | Secret | Commit | Filename | |
---|---|---|---|---|---|
- | - | Generic High Entropy Secret | 177dafc | TRV11/PeLocal/on_confirm.json | View secret |
- | - | Generic High Entropy Secret | cee5e4f | TRV11/PeLocal/on_confirm.json | View secret |
- | - | Generic High Entropy Secret | 3a58df9 | TRV11/PeLocal/on_confirm.json | View secret |
🛠 Guidelines to remediate hardcoded secrets
- Understand the implications of revoking this secret by investigating where it is used in your code.
- Replace and store your secrets safely. Learn here the best practices.
- Revoke and rotate these secrets.
- If possible, rewrite git history. Rewriting git history is not a trivial act. You might completely break other contributing developers' workflow and you risk accidentally deleting legitimate data.
To avoid such incidents in the future consider
- following these best practices for managing and storing secrets including API keys and other credentials
- install secret detection on pre-commit to catch secret before it leaves your machine and ease remediation.
🦉 GitGuardian detects secrets in your source code to help developers and security teams secure the modern development process. You are seeing this because you or someone else with access to this repository has authorized GitGuardian to scan your pull request.
@SunilKoth, please resolve below issues
on_search_2
init
on_select
on_init
confirm
on_confirm
|
… On Wed, 11 Dec 2024 at 17:25, sourabhsaini11 ***@***.***> wrote:
@SunilKoth <https://github.com/SunilKoth>, please resolve below issues
common_issues
- correct format for tag SETTLEMENT_WINDOW is P1D instead of PT1D
- message_id should be different for different action calls i.e.
search, select, init etc.
- context.timestamp should be in RFC3339 format ex.
2020-12-09T04:41:16.000Z
- possible values for tag ROUTE_DIRECTION are up & down only
- null values or object with empty values should not be present in
payload, at vehicle.registration & order.billing (on_action calls)
- price.value should be precise upto 2 decimal places everywhere
- time.timestamp is missing for items object which have their
descriptor.code as SJT
- tag SETTLEMENT_AMOUNT value should be equal to
BUYER_FINDER_FEES_PERCENTAGE percent of total quote price.
- virtual_payment_address is not required if SETTLEMENT_TYPE is not UPI
on_search_2
- why is item.price 0 for some items objects
init
- billing info shouldn't be similar as api-contract
on_select
- fulfilment obj with INFO tag-group & TICKET as type is missing
on_init
- incorrect quote.price & title BASE_FARE price, should be 9.50 or
9.00(depending upon OFFER) & 10.00 respectively
- fulfilment obj with INFO tag-group & TICKET as type is missing
- item.price mismatch b/w /on_select & /on_init
confirm
- params.amount should be equal to total quote price
- missing bank_code & bank_account_number at payment.params
- tag SETTLEMENT_TYPE mismatch b/w /init & /confirm
- billing info shouldn't be similar as api-contract
on_confirm
- created_at & updated_at should match context.timestamp & should be
in RFC3339 format ex. 2020-12-09T04:41:16.000Z
- authorization & TICKET_INFO are not part of fulfilment obj having
type as TRIP, should be part of separate fulfilment obj with type as
TICKET(Ref. to api contract for more info)
- fulfilment obj with INFO tag-group & TICKET as type is missing
- missing bank_code & bank_account_number at payment.params
—
Reply to this email directly, view it on GitHub
<#1836 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/BNSZ3QMXYKDXQAWCAJTDVDD2FAR45AVCNFSM6AAAAABTLXF3ZWVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDKMZVG43TKNRVGQ>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
--
Warm Regards,
Sunil Kr. Kothiyal
Vice President - Engineering
Pelocal Fintech Private Limited
7983503296 <9871159162> | ***@***.*** <9871159162> |
pelocal.com <http://pelocal.com/>
For any query related to transaction, refund, settlement, integration please
contact ***@***.*** | 9150035398
<http://wa.me/7983503296>
<https://in.linkedin.com/in/sunil-kothiyal-345637214/>
|
Hi sourabhsaini11,
We have updated the github PR of the pre-prod logs as per instructions,
please check and let us know if there are any issues.
Attached doc file for your reference.
Thanks
*Sunil*
…On Wed, 11 Dec 2024 at 17:43, Sunil Kothiyal ***@***.***> wrote:
adding @vimal ***@***.***> @Padmaja Shukla
***@***.***>
On Wed, 11 Dec 2024 at 17:25, sourabhsaini11 ***@***.***>
wrote:
> @SunilKoth <https://github.com/SunilKoth>, please resolve below issues
> common_issues
>
> - correct format for tag SETTLEMENT_WINDOW is P1D instead of PT1D
> - message_id should be different for different action calls i.e.
> search, select, init etc.
> - context.timestamp should be in RFC3339 format ex.
> 2020-12-09T04:41:16.000Z
> - possible values for tag ROUTE_DIRECTION are up & down only
> - null values or object with empty values should not be present in
> payload, at vehicle.registration & order.billing (on_action calls)
> - price.value should be precise upto 2 decimal places everywhere
> - time.timestamp is missing for items object which have their
> descriptor.code as SJT
> - tag SETTLEMENT_AMOUNT value should be equal to
> BUYER_FINDER_FEES_PERCENTAGE percent of total quote price.
> - virtual_payment_address is not required if SETTLEMENT_TYPE is not
> UPI
>
> on_search_2
>
> - why is item.price 0 for some items objects
>
> init
>
> - billing info shouldn't be similar as api-contract
>
> on_select
>
> - fulfilment obj with INFO tag-group & TICKET as type is missing
>
> on_init
>
> - incorrect quote.price & title BASE_FARE price, should be 9.50 or
> 9.00(depending upon OFFER) & 10.00 respectively
> - fulfilment obj with INFO tag-group & TICKET as type is missing
> - item.price mismatch b/w /on_select & /on_init
>
> confirm
>
> - params.amount should be equal to total quote price
> - missing bank_code & bank_account_number at payment.params
> - tag SETTLEMENT_TYPE mismatch b/w /init & /confirm
> - billing info shouldn't be similar as api-contract
>
> on_confirm
>
> - created_at & updated_at should match context.timestamp & should be
> in RFC3339 format ex. 2020-12-09T04:41:16.000Z
> - authorization & TICKET_INFO are not part of fulfilment obj having
> type as TRIP, should be part of separate fulfilment obj with type as
> TICKET(Ref. to api contract for more info)
> - fulfilment obj with INFO tag-group & TICKET as type is missing
> - missing bank_code & bank_account_number at payment.params
>
> —
> Reply to this email directly, view it on GitHub
> <#1836 (comment)>,
> or unsubscribe
> <https://github.com/notifications/unsubscribe-auth/BNSZ3QMXYKDXQAWCAJTDVDD2FAR45AVCNFSM6AAAAABTLXF3ZWVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDKMZVG43TKNRVGQ>
> .
> You are receiving this because you were mentioned.Message ID:
> ***@***.***>
>
--
Warm Regards,
Sunil Kr. Kothiyal
Vice President - Engineering
Pelocal Fintech Private Limited
7983503296 <9871159162> | ***@***.*** <9871159162> |
pelocal.com <http://pelocal.com/>
For any query related to transaction, refund, settlement, integration please
contact ***@***.*** | 9150035398
<http://wa.me/7983503296>
<https://in.linkedin.com/in/sunil-kothiyal-345637214/>
--
Warm Regards,
Sunil Kr. Kothiyal
Vice President - Engineering
Pelocal Fintech Private Limited
7983503296 <9871159162> | ***@***.*** <9871159162> |
pelocal.com <http://pelocal.com/>
For any query related to transaction, refund, settlement, integration please
contact ***@***.*** | 9150035398
<http://wa.me/7983503296>
<https://in.linkedin.com/in/sunil-kothiyal-345637214/>
|
@SunilKoth, resolve below issues
search_2
select
on_select
init
on_init
on_confirm
Issues reported in previous iterations are mostly same issues present in this iteration as well for /on_action calls. |
|
@SunilKoth,
common_issue
|
@sourabhsaini11 Logs are update please review |
@SunilKoth, above BAP calls are cleared. |
@SunilKoth, can you provide cancellation calls as well |
Hi @sourabhsaini11 , cancellation API is not working
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
PeLocal Pramaan Mumbai Metro verification Logs
@sourabhsaini11 , please review the Pramaan (Mumbai Metro) verification logs. |
@SunilKoth, you already have a separate PR for above Metro logs. Please remove the same from here & continue maintaining it in the new one. |
This PR should only contain changes related to Intra-city logs. |
@SunilKoth, please remove metro logs from this PR. |
Hi @sourabhsaini11 required changes are done |
Bus Intracity preprod API logs