Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Issue #2821: Add link to Paypal payment method #2830

Closed
wants to merge 1 commit into from

Conversation

gaeun
Copy link
Member

@gaeun gaeun commented Jan 3, 2017

I added a link (https://www.paypal.com/us/webapps/mpp/popup/about-payment-methods) so that the "to learn how it works click here" link works.

@coveralls
Copy link

Coverage Status

Coverage decreased (-0.1%) to 74.302% when pulling e5e5bad on gaeun:patch-1 into c9e361f on fossasia:development.

@codecov-io
Copy link

codecov-io commented Jan 3, 2017

Current coverage is 74.53% (diff: 100%)

Merging #2830 into development will decrease coverage by 0.10%

@@           development      #2830   diff @@
=============================================
  Files              218        218          
  Lines            14387      14387          
  Methods              0          0          
  Messages             0          0          
  Branches             0          0          
=============================================
- Hits             10738      10723    -15   
- Misses            3649       3664    +15   
  Partials             0          0          

Powered by Codecov. Last update c9e361f...e5e5bad

@@ -410,7 +410,7 @@ <h2 class="underlined-heading">
<input type="checkbox" name="pay_by_stripe" v-model="event.pay_by_stripe">
<strong style="font-weight: 400;">{{ _("YES, accept payment through Stripe") }} </strong><br>
{{ _("Stripe accepts Visa, Master and Amex. To learn how it works click") }} <a
href="">{{ _("here.") }}</a>
href="https://www.paypal.com/us/webapps/mpp/popup/about-payment-methods">{{ _("here.") }}</a>
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is stripe. You seem to have added the link in the wrong location

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Oops, sorry about that. Fixing it rn

@gaeun gaeun closed this Jan 3, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

5 participants