public function actionYapay()
{
echo 1; die;
$json = file_get_contents('php://input');
$arr = json_decode($json, true);
$object = ArrayHelper::getValue($arr, 'object');
$status = ArrayHelper::getValue($object, 'status');
if ($status == 'waiting_for_capture') {
// ToDo
}
else {
throw new Exception("Платёж не прошел..");
}
return $this->render('yapay', [
]);
}
535 Authentication failed: Bad username / pasword.
Почему это происходит ? Что я делаю не так. Как получить username, password, указанные при создании ресурса Sendgrid в Azure ? Подскажите, пожалуйста.