This repository was archived by the owner on Apr 14, 2023. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 76
Make the Venmo button testable from outside US contries #303
Comments
RyanofWoods
added a commit
to RyanofWoods/solidus-solidus_paypal_braintree
that referenced
this issue
Nov 23, 2021
Resolves issue/ticket: - solidusio#303 Usually on checkout, PayPal will look at the buyer's location by their ip and determine which funding sources are available to them. For example, allow Venmo as an option for US buyers, but not for others. With this new preference, you can set a country to override the buyer location. Allowing you on non-production environments to see the different funding sources for different customers and its integration. More information: https://developer.paypal.com/docs/business/javascript-sdk/javascript-sdk-configuration/#buyer-country
RyanofWoods
added a commit
to RyanofWoods/solidus-solidus_paypal_braintree
that referenced
this issue
Nov 26, 2021
Resolves issue/ticket: - solidusio#303 Usually on checkout, PayPal will look at the buyer's location by their ip and determine which funding sources are available to them. For example, allow Venmo as an option for US buyers, but not for others. With this new preference, you can set a country to override the buyer location. Allowing you on non-production environments to see the different funding sources for different customers and its integration. More information: https://developer.paypal.com/docs/business/javascript-sdk/javascript-sdk-configuration/#buyer-country
RyanofWoods
added a commit
to RyanofWoods/solidus-solidus_paypal_braintree
that referenced
this issue
Nov 26, 2021
Resolves issue/ticket: - solidusio#303 Usually on checkout, PayPal will look at the buyer's location by their ip and determine which funding sources are available to them. For example, allow Venmo as an option for US buyers, but not for others. With this new preference, you can set a country to override the buyer location. Allowing you on non-production environments to see the different funding sources for different customers and its integration. More information: https://developer.paypal.com/docs/business/javascript-sdk/javascript-sdk-configuration/#buyer-country
RyanofWoods
added a commit
to RyanofWoods/solidus-solidus_paypal_braintree
that referenced
this issue
Dec 1, 2021
Resolves issue/ticket: - solidusio#303 Usually on checkout, PayPal will look at the buyer's location by their ip and determine which funding sources are available to them. For example, allow Venmo as an option for US buyers, but not for others. With this new preference, you can set a country to override the buyer location. Allowing you on non-production environments to see the different funding sources for different customers and its integration. More information: https://developer.paypal.com/docs/business/javascript-sdk/javascript-sdk-configuration/#buyer-country
RyanofWoods
added a commit
to RyanofWoods/solidus-solidus_paypal_braintree
that referenced
this issue
Dec 1, 2021
Resolves issue/ticket: - solidusio#303 Usually on checkout, PayPal will look at the buyer's location by their ip and determine which funding sources are available to them. For example, allow Venmo as an option for US buyers, but not for others. With this new preference, you can set a country to override the buyer location. Allowing you on non-production environments to see the different funding sources for different customers and its integration. More information: https://developer.paypal.com/docs/business/javascript-sdk/javascript-sdk-configuration/#buyer-country
RyanofWoods
added a commit
to RyanofWoods/solidus-solidus_paypal_braintree
that referenced
this issue
Dec 2, 2021
Resolves issue/ticket: - solidusio#303 Usually on checkout, PayPal will look at the buyer's location by their ip and determine which funding sources are available to them. For example, allow Venmo as an option for US buyers, but not for others. With this new preference, you can set a country to override the buyer location. Allowing you on non-production environments to see the different funding sources for different customers and its integration. More information: https://developer.paypal.com/docs/business/javascript-sdk/javascript-sdk-configuration/#buyer-country
RyanofWoods
added a commit
to RyanofWoods/solidus-solidus_paypal_braintree
that referenced
this issue
Dec 2, 2021
Resolves issue/ticket: - solidusio#303 Usually on checkout, PayPal will look at the buyer's location by their ip and determine which funding sources are available to them. For example, allow Venmo as an option for US buyers, but not for others. With this new preference, you can set a country to override the buyer location. Allowing you on non-production environments to see the different funding sources for different customers and its integration. More information: https://developer.paypal.com/docs/business/javascript-sdk/javascript-sdk-configuration/#buyer-country
RyanofWoods
added a commit
to RyanofWoods/solidus-solidus_paypal_braintree
that referenced
this issue
Dec 2, 2021
Resolves issue/ticket: - solidusio#303 Usually on checkout, PayPal will look at the buyer's location by their ip and determine which funding sources are available to them. For example, allow Venmo as an option for US buyers, but not for others. With this new preference, you can set a country to override the buyer location. Allowing you on non-production environments to see the different funding sources for different customers and its integration. More information: https://developer.paypal.com/docs/business/javascript-sdk/javascript-sdk-configuration/#buyer-country
RyanofWoods
added a commit
to RyanofWoods/solidus-solidus_paypal_braintree
that referenced
this issue
Dec 9, 2021
Resolves issue/ticket: - solidusio#303 Usually on checkout, PayPal will look at the buyer's location by their ip and determine which funding sources are available to them. For example, allow Venmo as an option for US buyers, but not for others. With this new preference, you can set a country to override the buyer location. Allowing you on non-production environments to see the different funding sources for different customers and its integration. More information: https://developer.paypal.com/docs/business/javascript-sdk/javascript-sdk-configuration/#buyer-country
RyanofWoods
added a commit
to RyanofWoods/solidus-solidus_paypal_braintree
that referenced
this issue
Dec 23, 2021
Resolves issue/ticket: - solidusio#303 Usually on checkout, PayPal will look at the buyer's location by their ip and determine which funding sources are available to them. For example, allow Venmo as an option for US buyers, but not for others. With this new preference, you can set a country to override the buyer location. Allowing you on non-production environments to see the different funding sources for different customers and its integration. More information: https://developer.paypal.com/docs/business/javascript-sdk/javascript-sdk-configuration/#buyer-country
I think we can close this now @DanielePalombo 🙂 |
I supposed it would have closed when the related PR was merged. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
force_buyer_country
string preference to PaymentMethod.force_buyer_country
is present, pass it as buyer-country parameter to the loadPayPalSDK methodThe text was updated successfully, but these errors were encountered: