Skip to content

Commit

Permalink
FIX whatsapp card text
Browse files Browse the repository at this point in the history
  • Loading branch information
alessandro308 committed Mar 1, 2021
1 parent 043a830 commit a614082
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/CardManagement/SmsSender.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ export function SmsSender({phone, cardNumber, total}){
const {config} = useContext(AppConfiguration);

const sendWhatsappLink = (text) => {
window.open(`https://web.whatsapp.com/send?phone=${appConfig.countryPrefix}${phone}&text=${text}${url}&autosend=true`, '_blank');
window.open(`https://web.whatsapp.com/send?phone=${appConfig.countryPrefix}${phone}&text=${text}&autosend=true`, '_blank');
};

const sendSmsTotal = (text) => {
Expand Down

0 comments on commit a614082

Please sign in to comment.