test
This commit is contained in:
@@ -1,4 +1,11 @@
|
||||
export const DataNotificationWrap = () => {
|
||||
import { PaymentNotificationDataResponse } from '../model/types';
|
||||
|
||||
export interface DataNotificationWrapProps {
|
||||
paymentNotificationData?: PaymentNotificationDataResponse;
|
||||
};
|
||||
export const DataNotificationWrap = ({
|
||||
paymentNotificationData
|
||||
}: DataNotificationWrapProps) => {
|
||||
|
||||
return (
|
||||
<>
|
||||
|
||||
Reference in New Issue
Block a user