shaxzodbek-uzb / pay-uz

Для национальных платежных систем в Узбекистане
https://t.me/+OIrx3BsQw_BiMmRi
MIT License
78 stars 39 forks source link

Paynet new features implementation #49

Closed shaxzodbek-uzb closed 1 year ago

shaxzodbek-uzb commented 4 years ago
if (!PaymentService::isProperModelAndAmount($model, $this->request->params['amount'])){
    return  "<ns2:PerformTransactionResult xmlns:ns2=\"http://uws.provider.com/\">".
        "<errorMsg>Неверная сумма</errorMsg>".
        "<status>413</status>".
        "<timeStamp>".DataFormat::toDateTimeWithTimeZone(now())."</timeStamp>".
        "<providerTrnId>0</providerTrnId>".
        "</ns2:PerformTransactionResult>";
}