Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
fix readme typo
  • Loading branch information
sbounmy committed Dec 3, 2013
1 parent da6c271 commit 75bfde7
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -48,14 +48,14 @@ The PayPal Express Checkout has [no less than 4.5 billion configuration options]


This Spree extension supports *some* of those. If your favourite is not here, then please submit an issue about it, or better still a patch to add it in. This Spree extension supports *some* of those. If your favourite is not here, then please submit an issue about it, or better still a patch to add it in.


### Solution Type ### Solution


Determines whether or not a user needs a PayPal account to check out. Determines whether or not a user needs a PayPal account to check out.


```ruby ```ruby
payment_method.preferred_solution_type = "Mark" payment_method.preferred_solution = "Mark"
# or # or
payment_method.preferred_solution_type = "Sole" payment_method.preferred_solution = "Sole"
``` ```


"Mark" if you do want users to have a paypal account, "Sole" otherwise. "Mark" if you do want users to have a paypal account, "Sole" otherwise.
Expand All @@ -65,9 +65,9 @@ payment_method.preferred_solution_type = "Sole"
Determines which page to show users once they're redirected to PayPal. Determines which page to show users once they're redirected to PayPal.


```ruby ```ruby
payment_method.preferred_solution_type = "Login" payment_method.preferred_landing_page = "Login"
# or # or
payment_method.preferred_solution_type = "Billing" payment_method.preferred_landing_page = "Billing"
``` ```


"Login" will show the users the login form for PayPal, and "Billing" will show them a form where they can enter their credit card data and possibly sign up for a PayPal account (depending on the Solution Type setting above). "Login" will show the users the login form for PayPal, and "Billing" will show them a form where they can enter their credit card data and possibly sign up for a PayPal account (depending on the Solution Type setting above).
Expand Down

0 comments on commit 75bfde7

Please sign in to comment.