Skip to content

BG-676: Add Customers#67

Open
ndiezel0 wants to merge 21 commits intomasterfrom
BG-676/customer
Open

BG-676: Add Customers#67
ndiezel0 wants to merge 21 commits intomasterfrom
BG-676/customer

Conversation

@ndiezel0
Copy link
Copy Markdown
Contributor

No description provided.

WWWcool and others added 11 commits June 4, 2025 18:21
* fixed compile

* fixed wip 1

* fixed dialyzer

* fixed tests
* Upgrades to dmt v2

* Wraps country retrieval function

* Bumps dmt client v2

* Fixes dmt client usage
* Adds thrift handler for invoice-template creation w/ access token

* Adds test case w/ idempotency check for thrift version of invoice template creation

* Fixes formatting

* Fixes thrift proto' indentation

* Extends idempotency testcase w/ assertion against result of equivalent swag operation

* Adds get update and delete functions to invoice-templating handler

* Adds invoice-templating woody testsuite

* Moves API extensions to damsel

* Bumps damsel
* Enhances shop decoding logic to include cash limits based on party context; adds meck dependency for testing

* Refactors cash limit aggregation logic to use union instead of intersection; introduces new union and normalization functions for range handling. Updates tests to reflect new expected values for payment limits.

* wip

* refactored

* clean up

* fixed

* added minors
- Moves OTEL's text map extractor to middleware
- Implements `X-Amzn-Trace-Id` header's parsing as remote OTEL's span context
@ndiezel0 ndiezel0 requested a review from a team as a code owner February 18, 2026 22:01
@ndiezel0 ndiezel0 requested review from WWWcool and removed request for a team February 18, 2026 22:01
Comment on lines 99 to 110
payment_processing = #ctx_v1_ContextPaymentProcessing{
invoice = maybe_with(
invoice,
Params,
fun(V) -> build_invoice_ctx(V, WoodyCtx) end
),
invoice_template = maybe_with(
invoice_template,
Params,
fun(V) -> build_invoice_template_ctx(V, WoodyCtx) end
)
}
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

а вот куда то сюда не нужно кастумера запихивать чтобы к нему доступ авторизовать?

WWWcool and others added 5 commits February 25, 2026 18:15
@ndiezel0 ndiezel0 requested a review from WWWcool March 4, 2026 07:14
Base automatically changed from epic/party_here to master March 17, 2026 13:54
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

Successfully merging this pull request may close these issues.

3 participants