feat: enhance MAC address guide with contact button for assistance
This commit is contained in:
@@ -103,7 +103,7 @@ export default function DevicesToPay({
|
||||
onClick={async () => {
|
||||
setVerifyingTransferPayment(true);
|
||||
try {
|
||||
const res = await verifyPayment({
|
||||
await verifyPayment({
|
||||
id: payment?.id ?? "",
|
||||
method: "TRANSFER"
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user