소스 검색

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,
             ),
         );