Skip to content
This repository was archived by the owner on Mar 13, 2025. It is now read-only.

improvement(reskin-payment): no payment page #1

Merged
merged 4 commits into from
Jul 14, 2022
Merged

Conversation

dedywahyudi
Copy link
Collaborator

No description provided.

@dedywahyudi dedywahyudi requested a review from Gunasekar-K June 28, 2022 08:08
} else {
$('#payMe').val('Pay Me: -$' + Math.abs(total.toFixed(2)));
// $('#payMe').val('Pay Me: -$' + Math.abs(total.toFixed(2)));
$('#payMeValue').text('-$' + Math.abs(total.toFixed(2)));
}
if (total < MINIMUM_PAYMENT_ACCRUAL_AMOUNT || !isUserPaymentMethodValid()) {
$('#payMe').attr('disabled', 'disabled');
Copy link
Contributor

Choose a reason for hiding this comment

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

Is #payMeValue a new control? Why isn't there HTML or something refrencing it?

@jpeg22 jpeg22 merged commit 16b0c39 into master Jul 14, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants