Refactor invoice creation in webhooks to include accounthierarchy field. Update SQL statements in both PayPal and Mollie webhooks for consistency.
This commit is contained in:
@@ -341,9 +341,9 @@ main .msg i.fa-times:hover {
|
||||
}
|
||||
|
||||
main .msg.success {
|
||||
background-color: #C3F3D7;
|
||||
border-left: 4px solid #51a775;
|
||||
border: 1px solid #C3F3D7;
|
||||
color: #51a775;
|
||||
border-radius:4px;
|
||||
}
|
||||
|
||||
main .msg.success i {
|
||||
@@ -351,9 +351,9 @@ main .msg.success i {
|
||||
}
|
||||
|
||||
main .msg.error {
|
||||
background-color: var(--error-background);
|
||||
border-left: 4px solid var(--text-red);
|
||||
color: var(--text-red);
|
||||
border-radius: 4px;
|
||||
border: 1px solid var(--color-red);
|
||||
color: var(--color-red);
|
||||
}
|
||||
|
||||
main .msg.error i {
|
||||
|
||||
Reference in New Issue
Block a user