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
5270965a
Commit
5270965a
authored
Dec 10, 2021
by
Kulya
😊
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Upd alvbx add Products Synch Changed
parent
af08b763
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
3 deletions
+4
-3
AloVoiceRest.php
vendor/alovoice/src/AloVoiceRest.php
+2
-2
BillzRest.php
vendor/alovoice/src/BillzRest.php
+1
-1
billzlasttime
vendor/alovoice/src/billzlasttime
+1
-0
No files found.
vendor/alovoice/src/AloVoiceRest.php
View file @
5270965a
...
...
@@ -71,7 +71,7 @@ class AloVoiceRest
'ID'
=>
952
,
]);
var_dump
(
$searchResult
);
//
var_dump($searchResult);
}
private
function
getRespNumByCallerNumber
(
$r
){
...
...
@@ -488,7 +488,7 @@ class AloVoiceRest
}
private
function
get_image_by_url
(
$url
=
false
)
{
$url
=
"https://app.billz.uz/fileupload/products/2021/02/25/901F535D975D24B3334CC40D4DC62922_022521120712_square.jpeg"
;
//
$url = "https://app.billz.uz/fileupload/products/2021/02/25/901F535D975D24B3334CC40D4DC62922_022521120712_square.jpeg";
if
(
empty
(
$url
)){
return
false
;
}
...
...
vendor/alovoice/src/BillzRest.php
View file @
5270965a
...
...
@@ -27,7 +27,7 @@ require_once (__DIR__.'/keys.php');
];
$result
=
static
::
callCurl
(
"products.get"
,
$getParams
);
print_r
(
$getParams
);
//
print_r($getParams);
return
$result
;
}
...
...
vendor/alovoice/src/billzlasttime
0 → 100644
View file @
5270965a
2021-12-10T12:18:44Z
\ No newline at end of file
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