Browse Source

refactor: configura antecipacao do recebedor para utilizar dias

Gustavo Mantovani 2 tháng trước cách đây
mục cha
commit
6ae261c6b6
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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,
             ),
         );