Browse Source

chore: remove coluna nao usado do data de customer do pagarme

Gustavo Mantovani 3 days ago
parent
commit
955d04e935
1 changed files with 0 additions and 8 deletions
  1. 0 8
      app/Data/Pagarme/Customer/CustomerRequestData.php

+ 0 - 8
app/Data/Pagarme/Customer/CustomerRequestData.php

@@ -35,14 +35,6 @@ final readonly class CustomerRequestData extends PagarmeData
             'document'      => $this->document,
             'type'          => $this->type,
             'document_type' => $this->documentType,
-            'documents'     => [
-                [
-                    'type'   => $this->documentType,
-                    'number' => $this->documentType === 'PASSPORT'
-                        ? $this->document
-                        : self::digits($this->document),
-                ],
-            ],
             'code'          => $this->code,
             'address'       => $this->address,
             'phones'        => $this->phones,