Merged in chore/move-enter-details (pull request #2778)
Chore/move enter details Approved-by: Anton Gunnarsson
This commit is contained in:
5
packages/common/constants/paymentCallbackStatusEnum.ts
Normal file
5
packages/common/constants/paymentCallbackStatusEnum.ts
Normal file
@@ -0,0 +1,5 @@
|
||||
export enum PaymentCallbackStatusEnum {
|
||||
Success = "success",
|
||||
Error = "error",
|
||||
Cancel = "cancel",
|
||||
}
|
||||
Reference in New Issue
Block a user