We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 04a3251 commit e708dadCopy full SHA for e708dad
apps/OpenSign/src/routes/PlanSubscriptions.js
@@ -28,7 +28,7 @@ const PlanSubscriptions = () => {
28
: "";
29
const phone =
30
userDetails && userDetails.phone ? "&mobile=" + userDetails.phone : "";
31
- const details = "?" + name + email + company + phone;
+ const details = "?shipping_country_code=US&" + name + email + company + phone;
32
useEffect(() => {
33
if (localStorage.getItem("accesstoken")) {
34
setIsLoader(false);
0 commit comments