Skip to content

Commit 1156be3

Browse files
committedFeb 24, 2025
fix readme example in purchase
1 parent 710ce6d commit 1156be3

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed
 

‎README.md

+6-6
Original file line numberDiff line numberDiff line change
@@ -2388,21 +2388,21 @@ merchant_session_purchase = starkbank.merchantsession.purchase(
23882388
card_expiration="2035-01",
23892389
card_number="5448280000000007",
23902390
card_security_code="123",
2391-
holder_name="Holder Name",
2392-
holder_email="holdeName@email.com",
2393-
holder_phone="11111111111",
2391+
holder_name="Margaery Tyrell",
2392+
holder_email="margaery.tyrell@email.com",
2393+
holder_phone="11998663456",
23942394
funding_type="credit",
23952395
billing_country_code="BRA",
23962396
billing_city="São Paulo",
23972397
billing_state_code="SP",
2398-
billing_street_line1="Rua do Holder Name, 123",
2399-
billing_street_line2="",
2398+
billing_street_line1="Rua do Jardim de cima, 123",
2399+
billing_street_line2="1 andar",
24002400
billing_zip_code="11111-111",
24012401
metadata={
24022402
"extraData": "extraData",
24032403
"language": "pt-BR",
24042404
"timezoneOffset": 3,
2405-
"userAgent": "Postman",
2405+
"userAgent": "Mozilla",
24062406
"userIp": "255.255.255.255"
24072407
}
24082408
)

0 commit comments

Comments
 (0)