restore composer.json, add mysqli extension
This commit is contained in:
10
app/Http/Controllers/Payments/is_proper.php
Executable file
10
app/Http/Controllers/Payments/is_proper.php
Executable file
@@ -0,0 +1,10 @@
|
||||
<?php
|
||||
if ($model->payment_system == 'payme') {
|
||||
$amount = $amount / 100;
|
||||
}
|
||||
|
||||
if ($model->amount == $amount) {
|
||||
return true;
|
||||
}
|
||||
|
||||
return false;
|
||||
Reference in New Issue
Block a user