-
-
Notifications
You must be signed in to change notification settings - Fork 220
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Добавить недостающие параметры авторизации #809 * Добавить JsonConverter атрибут над свойствами типа SafetyEnum * Сделать метод CreateAuthorizeUrl без параметров #809 * Рефакторинг: переместить асинхронные методы в соответствующий класс * Добавить свойство Code в параметры авторизации * Изменить данные для теста Тест не проходил. В одном из предыдущих коммитов зачем-то заменили данные ¯\_(ツ)_/¯
- Loading branch information
1 parent
0d6fc74
commit ddee536
Showing
9 changed files
with
305 additions
and
519 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,18 +1,19 @@ | ||
{ | ||
"type": "money_request", | ||
"money_request": { | ||
"id": 139, | ||
"from_id": 123, | ||
"to_id": 62103461, | ||
"processed": 0, | ||
"type": "money_transfer", | ||
"money_transfer": { | ||
"id": 10263042, | ||
"from_id": 62103461, | ||
"to_id": 1, | ||
"status": 1, | ||
"date": 1526637398, | ||
"amount": { | ||
"amount": "10000", | ||
"amount": "30000", | ||
"currency": { | ||
"id": 643, | ||
"name": "RUB" | ||
}, | ||
"text": "100 руб." | ||
"text": "300 руб." | ||
}, | ||
"init_url": "https://m.vk.com/payments?act=init_money_transfer&to_id=123&request_id=139&amount=100¤cy=RUB&hash=HASH&hash_2=HASH2&user_id=62103461&from=api" | ||
"comment": "bug" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.