feat: add notify by sms .

This commit is contained in:
elforjani13
2021-11-07 20:11:15 +02:00
parent 7706d2992c
commit 4d89f1e0e0
17 changed files with 141 additions and 75 deletions

View File

@@ -25,7 +25,7 @@ function NotifyPaymentReciveViaSMSDialog({
<DialogSuspense>
<NotifyPaymentReceiveViaSMSDialogContent
dialogName={dialogName}
paymnetReceive={paymentReceiveId}
paymentReceive={paymentReceiveId}
/>
</DialogSuspense>
</Dialog>