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

25372 - Support $1.50/$1.00 service fees with $0 base fee in DIRECT_PAY #1879

Merged
merged 4 commits into from
Jan 27, 2025

Conversation

Jxio
Copy link
Collaborator

@Jxio Jxio commented Jan 24, 2025

Issue #:
bcgov/entity#25372

Description of changes:

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of the sbc-pay license (Apache 2.0).

@Jxio Jxio self-assigned this Jan 24, 2025
@Jxio Jxio marked this pull request as ready for review January 24, 2025 23:58
line = factory_payment_line_item(
invoice.id,
fee_schedule_id=fee_schedule.fee_schedule_id,
total=base_fee if base_fee is not None else Decimal("10.00"),
Copy link
Collaborator

Choose a reason for hiding this comment

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

base_fee or Decimal("10.00") probably would work

@seeker25
Copy link
Collaborator

Taking over this one, Jia is away until Thursday

@seeker25
Copy link
Collaborator

trying locally

@seeker25 seeker25 merged commit 108b915 into bcgov:main Jan 27, 2025
4 checks passed
@seeker25
Copy link
Collaborator

Confirmed working on DEV

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