Skip to content

FIX: Allow in terminal and provider compute#68

Merged
WWWcool merged 3 commits intoepic/party_herefrom
fx/get_shop_limits_2
Feb 25, 2026
Merged

FIX: Allow in terminal and provider compute#68
WWWcool merged 3 commits intoepic/party_herefrom
fx/get_shop_limits_2

Conversation

@WWWcool
Copy link
Contributor

@WWWcool WWWcool commented Feb 25, 2026

No description provided.

@WWWcool WWWcool requested a review from a team as a code owner February 25, 2026 12:06
@WWWcool WWWcool requested a review from ndiezel0 February 25, 2026 14:20
Comment on lines +156 to +160
#domain_ProvisionTermSet{payments = #domain_PaymentsProvisionTerms{cash_limit = {value, _}}} = Terms,
ProviderTerms,
Currency
) ->
case terminal_and_provider_allowed(Terms#domain_ProvisionTermSet.payments, ProviderTerms) of
Copy link
Contributor

Choose a reason for hiding this comment

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

Suggested change
#domain_ProvisionTermSet{payments = #domain_PaymentsProvisionTerms{cash_limit = {value, _}}} = Terms,
ProviderTerms,
Currency
) ->
case terminal_and_provider_allowed(Terms#domain_ProvisionTermSet.payments, ProviderTerms) of
#domain_ProvisionTermSet{payments = #domain_PaymentsProvisionTerms{cash_limit = {value, _}} = TerminalPaymentTerms} = TerminalTerms,
ProviderTerms,
Currency
) ->
case terminal_and_provider_allowed(TerminalPaymentTerms, ProviderTerms) of

) ->
case terminal_and_provider_allowed(Terms#domain_ProvisionTermSet.payments, ProviderTerms) of
true ->
case extract_provider_limit(Terms, Currency) of
Copy link
Contributor

Choose a reason for hiding this comment

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

Suggested change
case extract_provider_limit(Terms, Currency) of
case extract_provider_limit(TerminalTerms, Currency) of

@WWWcool WWWcool merged commit 74840f8 into epic/party_here Feb 25, 2026
6 checks passed
@WWWcool WWWcool deleted the fx/get_shop_limits_2 branch February 25, 2026 15:15
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.

2 participants