glopes 1 miesiąc temu
rodzic
commit
6f8e651698
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      genial-cli

+ 1 - 1
genial-cli

@@ -356,7 +356,7 @@ async function paykey(idempotencyId, payinfo) {
 async function Refund(eventId, value) {
   const url = `${BAAS_URL}/v1/pix/return`;
   const body = {
-    value: 0.01,
+    value: value,
     returnReasonCode: "MD06",
     eventId: eventId,
   };