Hafiz Ramadhan™
Hafiz Ramadhan™
To get the default parameter, int is required. If not : partner_id and shopid will be strings. That will cause an error
## Overview Changing to Indonesian is good and correct so that it can be easily understood by users from Indonesia. ## Questions N/A ## Next steps N/A ## Review N/A
Dear Team, Please ensure consistent responses for each selected payment channel when using the bank transfer method. Currently, I am receiving a different response for Bank Mandiri, Bank BCA and...
can't open the jar
Add validation data using joi & joi-oid (for mongodb object _id)
This pull request optimizes and fixes the bash script by making the following changes: - Replaced #!/bin/sh with #!/bin/bash to ensure that the script uses bash instead of sh. -...
fix typo notification
Fix typo notificarion to notification
let listDays = $("#listDays"); listDays.empty(); $.each(daysNames, (z, data) => { listDays.prop('hidden', 0); listDays.append(`${data} `); });