forked from solidusio/solidus_paypal_commerce_platform
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add Venmo as payment option on checkout
Resolves issues/tickets: - solidusio#136 - solidusio#137 Setting the preference enable_venmo to true will now show a Venmo button on checkout for customers whom it is available to. For testing purposes, the string preference force_buyer_country was added. You can use this to mock what country the buyer is from, allowing you to see what funding sources are shown to customers in various countries. This preference does not affect checkout on production, environment. Instead, PayPal will get this information from their ip geolocation. More information: https://developer.paypal.com/docs/business/javascript-sdk/javascript-sdk-configuration/#buyer-country
- Loading branch information
1 parent
35524e8
commit d6a1465
Showing
2 changed files
with
54 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters