This commit is contained in:
10
server/shared/types/bspb.ts
Normal file
10
server/shared/types/bspb.ts
Normal file
@@ -0,0 +1,10 @@
|
||||
export interface IBspb {
|
||||
order: {
|
||||
id: number
|
||||
hppUrl: string
|
||||
password: string
|
||||
accessToken: string
|
||||
status: string
|
||||
cvv2AuthStatus: string
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user