File tree Expand file tree Collapse file tree 1 file changed +11
-11
lines changed Expand file tree Collapse file tree 1 file changed +11
-11
lines changed Original file line number Diff line number Diff line change @@ -72,22 +72,22 @@ Simple usage looks like:
72
72
"capture_mode" => "automatic_async",
73
73
"payer" => [
74
74
"email" => "<PAYER _EMAIL >",
75
- ]
75
+ ],
76
76
"transactions" => [
77
77
"payments" => [
78
- [
79
- "amount" => "1000.00",
80
- "payment_method" => [
81
- "id" => "master",
82
- "type" => "credit_card",
83
- "token" => "<CARD _TOKEN >",
84
- "installments" => 1,
85
- "statement_descriptor" => "Store name",
78
+ [
79
+ "amount" => "1000.00",
80
+ "payment_method" => [
81
+ "id" => "master",
82
+ "type" => "credit_card",
83
+ "token" => "<CARD _TOKEN >",
84
+ "installments" => 1,
85
+ "statement_descriptor" => "Store name",
86
+ ]
86
87
]
87
88
]
88
89
]
89
- ],
90
- ];
90
+ ];
91
91
92
92
// Step 5: Create the request options, setting X-Idempotency-Key
93
93
$request_options = new RequestOptions();
You can’t perform that action at this time.
0 commit comments