Skip to content

Commit 645274a

Browse files
committed
fix: values on examples
1 parent fe551a1 commit 645274a

File tree

1 file changed

+4
-4
lines changed
  • examples/apis/order/createwithindustryfields

1 file changed

+4
-4
lines changed

examples/apis/order/createwithindustryfields/main.go

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,16 +24,16 @@ func main() {
2424
ExternalReference: "ext_ref_1234",
2525
Currency: "BRL",
2626
Payer: &order.PayerRequest{
27-
Email: "test_123@testuser.com",
27+
Email: "<PAYER_EMAIL>",
2828
FirstName: "John",
2929
LastName: "Doe",
3030
Identification: &order.IdentificationRequest{
3131
Type: "CPF",
32-
Number: "15635614680",
32+
Number: "<NUMBER>",
3333
},
3434
Phone: &order.PhoneRequest{
3535
AreaCode: "55",
36-
Number: "987654321",
36+
Number: "<NUMBER>",
3737
},
3838
Address: &order.PayerAddressRequest{
3939
StreetName: "R. Ângelo Piva",
@@ -91,7 +91,7 @@ func main() {
9191
LastName: "ferreira",
9292
Identification: &order.IdentificationRequest{
9393
Type: "CPF",
94-
Number: "11111111111",
94+
Number: "<NUMBER>",
9595
},
9696
},
9797
},

0 commit comments

Comments
 (0)