You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* adjusted mustache templates and created test
* test fix nullable
* removed nullable test
* added test for terminalSettings
* adjusted import for terminalSettings test
* Update model.mustache
removed empty line
Copy file name to clipboardExpand all lines: src/typings/management/terminalSettings.ts
+21-21Lines changed: 21 additions & 21 deletions
Original file line number
Diff line number
Diff line change
@@ -31,31 +31,31 @@ import { Timeouts } from './timeouts';
31
31
import{WifiProfiles}from'./wifiProfiles';
32
32
33
33
exportclassTerminalSettings{
34
-
'cardholderReceipt'?: CardholderReceipt;
35
-
'connectivity'?: Connectivity;
34
+
'cardholderReceipt'?: CardholderReceipt|null;
35
+
'connectivity'?: Connectivity|null;
36
36
/**
37
37
* Settings for tipping with or without predefined options to choose from. The maximum number of predefined options is four, or three plus the option to enter a custom tip.
0 commit comments