components: 'country:ca'
How can i add one more country in the above line
components:['country:gb', 'country:us'],
components:['country:gb', 'country:us'] --- This one is not working.
but i found the answer in another issue ----components: 'country:ca|country:us'
Thanks for replying.
close the issue
Most helpful comment
components:['country:gb', 'country:us'] --- This one is not working.
but i found the answer in another issue ----components: 'country:ca|country:us'
Thanks for replying.