Skip to content

Commit b4b9e48

Browse files
Chore: Unify auth code
1 parent b9b82e3 commit b4b9e48

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

dist/doc/payments/recurring-charges/charge-authorization.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ const json = `{
9292
"log": null,
9393
"fees": 10247,
9494
"authorization": {
95-
"authorization_code": "AUTH_uh8bcl3zbn",
95+
"authorization_code": "AUTH_pmx3mgawyd",
9696
"bin": "408408",
9797
"last4": "4081",
9898
"exp_month": "12",

dist/doc/terminal/virtual-terminal/create-virtual-terminal.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ const json = `{
104104
},
105105
"destinations": [
106106
{
107-
"target": "2348183742921",
107+
"target": "2347081234567",
108108
"type": "whatsapp",
109109
"name": null
110110
}

src/doc/payments/recurring-charges/charge-authorization/index.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"log": null,
1717
"fees": 10247,
1818
"authorization": {
19-
"authorization_code": "AUTH_uh8bcl3zbn",
19+
"authorization_code": "AUTH_pmx3mgawyd",
2020
"bin": "408408",
2121
"last4": "4081",
2222
"exp_month": "12",

0 commit comments

Comments
 (0)