Commit 879f6c71 authored by bitsoko services's avatar bitsoko services 👷🏿

Update payments.js

parent 9ddaf186
//Enable Payments //Enable Payments
$('#paymentsToggle').click(function () { document.getElementById("paymentsToggle").addEventListener("click", function () {
if (JSON.parse(localStorage.getItem('soko-store-id-' + localStorage.getItem('soko-active-store'))).phone == "") { if (JSON.parse(localStorage.getItem('soko-store-id-' + localStorage.getItem('soko-active-store'))).phone == "") {
$('#paymentsToggle').sideNav('hide'); $('#paymentsToggle').sideNav('hide');
$('#editStoreModal').modal('open'); $('#editStoreModal').modal('open');
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment