File tree Expand file tree Collapse file tree 2 files changed +2
-6
lines changed
examples/pix/automatic/solicRec Expand file tree Collapse file tree 2 files changed +2
-6
lines changed Original file line number Diff line number Diff line change 2020}
2121$ options = include $ optionsFile ;
2222
23- $ params = [
24- "idRec " => "R00000000000000000000001 " ,
25- ];
26-
2723$ body = [
2824 "idRec " => "R00000000000000000000001 " ,
2925 "calendario " => [
4036
4137try {
4238 $ api = new EfiPay ($ options );
43- $ response = $ api ->pixCreateRequestRecurrenceAutomatic ($ params , $ body );
39+ $ response = $ api ->pixCreateRequestRecurrenceAutomatic ($ params = [] , $ body );
4440
4541 if (isset ($ options ["responseHeaders " ]) && $ options ["responseHeaders " ]) {
4642 print_r ("<pre> " . json_encode ($ response ->body , JSON_PRETTY_PRINT | JSON_UNESCAPED_UNICODE | JSON_UNESCAPED_SLASHES ) . "</pre> " );
Original file line number Diff line number Diff line change 123123 * @method object pixUpdateRecurrenceAutomatic($params, $body)
124124 * @method object pixListRecurrenceAutomatic($params, $body)
125125 * @method object pixCreateRecurrenceAutomatic($params = [], $body)
126- * @method object pixCreateRequestRecurrenceAutomatic($params, $body)
126+ * @method object pixCreateRequestRecurrenceAutomatic($params = [] , $body)
127127 * @method object pixDetailRequestRecurrenceAutomatic($params)
128128 * @method object pixUpdateRequestRecurrenceAutomatic($params, $body)
129129 * @method object pixCreateAutomaticChargeTxid($params, $body)
You can’t perform that action at this time.
0 commit comments