Skip to content

Commit 8f291e8

Browse files
committed
Update test_yookassa_api.pas
1 parent bf72ba1 commit 8f291e8

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

tests/test_yookassa_api.pas

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,10 @@ TTestableCreatePayment = class(TYookassaCreatePaymentRequest)
1717
procedure TestToJSON;
1818
end;
1919

20+
{ TTestableCreateReceiptRequest }
21+
22+
TTestableCreateReceiptRequest = class(TYookassaCreateReceiptRequest);
23+
2024
{ TTestableGetPaymentRequest }
2125

2226
TTestableGetPaymentRequest = class(TYookassaGetPaymentRequest)

0 commit comments

Comments
 (0)