浏览代码

refactor: configura antecipacao do recebedor para utilizar dias

Gustavo Mantovani 1 周之前
父节点
当前提交
6ae261c6b6
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      app/Services/Pagarme/PagarmeRecipientService.php

+ 1 - 1
app/Services/Pagarme/PagarmeRecipientService.php

@@ -76,7 +76,7 @@ class PagarmeRecipientService
 
             automaticAnticipationSettings: new AutomaticAnticipationSettingsData(
                 enabled: true,
-                type:    'full',
+                type:    '1025', // isso significa que vai ser feita de acordo com o delay (dias)
                 delay:   1,
             ),
         );