File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
examples/apis/order/createwithindustryfields Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff 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 },
You can’t perform that action at this time.
0 commit comments