Fix postback handling.
This commit is contained in:
@@ -177,6 +177,7 @@ export function JobPayments({
|
||||
bodyshop,
|
||||
amount: balance.getAmount(),
|
||||
account: job.ro_number,
|
||||
invoice: job.id,
|
||||
}
|
||||
);
|
||||
setGeneratingtURL(false);
|
||||
@@ -209,7 +210,7 @@ export function JobPayments({
|
||||
>
|
||||
{t("menus.header.enterpayment")}
|
||||
</Button>
|
||||
|
||||
|
||||
<Button
|
||||
onClick={() =>
|
||||
setCardPaymentContext({
|
||||
|
||||
Reference in New Issue
Block a user