Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
A
AmiBX
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
bitrix
AmiBX
Commits
43f7ceb7
Commit
43f7ceb7
authored
Feb 13, 2022
by
Kulya
😊
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add billz clientId to order 8
parent
fedf8baa
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
7 deletions
+10
-7
AloVoiceRest.php
vendor/alovoice/src/AloVoiceRest.php
+10
-7
No files found.
vendor/alovoice/src/AloVoiceRest.php
View file @
43f7ceb7
...
...
@@ -925,22 +925,24 @@ class AloVoiceRest
$arOrderProducts
=
[
[
"office_id"
=>
$officeId
,
"id"
=>
6154
,
"billz_id"
=>
2641209
,
"quantity"
=>
2
,
"price"
=>
12
00
,
"discount"
=>
18
0
"id"
=>
7452
,
"billz_id"
=>
3448138
,
"quantity"
=>
1
,
"price"
=>
80
00
,
"discount"
=>
0
]
];
$arOrderParams
=
[
"order_id"
=>
"
123123123
"
,
"paytype"
=>
"payme"
,
"order_id"
=>
"
62
"
,
//
"paytype" => "payme",
// "datePaid" => "2018-03-27T09:19:25.667Z",
"products"
=>
$arOrderProducts
"client_id"
=>
1523150
];
$createRes
=
BillzRest
::
createOrder
(
$arOrderParams
);
// answer {
// "settings": {
...
...
@@ -957,6 +959,7 @@ class AloVoiceRest
// }
// }
var_dump
(
$createRes
);
return
$createRes
;
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment