glopes 1 kuukausi sitten
vanhempi
sitoutus
6f8e651698
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  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,
   };