Fix for avtocod
This commit is contained in:
parent
42c914d67f
commit
dc9aa472b1
@ -85,7 +85,7 @@ class AvtocodProvider {
|
||||
}
|
||||
let hash = result[1];
|
||||
|
||||
result = html.match(/value:\s+(\{"cloud_payments_public_key".*?\})\s/);
|
||||
result = html.match(/value:(.*report_container.*)/);
|
||||
if(result == null) {
|
||||
throw Error('Error getting report data');
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user