瀏覽代碼

refactor: configura antecipacao do recebedor para utilizar dias

Gustavo Mantovani 4 天之前
父節點
當前提交
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,
             ),
         );