File tree Expand file tree Collapse file tree 2 files changed +7
-3
lines changed Expand file tree Collapse file tree 2 files changed +7
-3
lines changed Original file line number Diff line number Diff line change @@ -12,6 +12,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
12
12
13
13
### Fixed
14
14
- Fixed calculating signature value with special symbols in userParams (@ in emails).
15
+ - Renamed Email to EMail field in IRobokassaResponse.
15
16
16
17
## 1.0.1 - 2023-05-13
17
18
### Changed
Original file line number Diff line number Diff line change @@ -16,13 +16,16 @@ export type IRobokassaResponse = {
16
16
*/
17
17
Fee : string ;
18
18
19
- /** EMail, указанный покупателем в процессе оплаты. */
20
- Email ?: string ;
19
+ /** EMail, указанный покупателем в процессе оплаты.
20
+ * Не опечатка, Робокасса передает EMail, а не Email.
21
+ */
22
+ EMail ?: string ;
21
23
22
24
/** Контрольная сумма с Пароль#2 */
23
25
SignatureValue : string ;
24
26
25
- /** Способ оплаты который использовал пользователь при совершении платежа. */
27
+ /** Способ оплаты который использовал пользователь при совершении платежа.
28
+ * Напрмер, BankCard */
26
29
PaymentMethod : string ;
27
30
28
31
/** Валюта, которой платил клиент. */
You can’t perform that action at this time.
0 commit comments