1
0
mirror of https://github.com/bitwarden/browser.git synced 2024-09-15 02:18:42 +02:00

add image_url to paypal checkout

This commit is contained in:
Kyle Spearrin 2019-02-24 22:12:20 -05:00
parent af2b422730
commit 12492b5749

View File

@ -47,6 +47,7 @@
<input type="hidden" name="return" value="{{returnUrl}}">
<input type="hidden" name="cancel_return" value="{{returnUrl}}">
<input type="hidden" name="currency_code" value="USD">
<input type="hidden" name="image_url" value="https://bitwarden.com/images/paypal-banner.png">
<input type="hidden" name="bn" value="PP-BuyNowBF:btn_buynow_LG.gif:NonHosted">
<input type="hidden" name="amount" value="{{creditAmount}}">
<input type="hidden" name="custom" value="{{ppButtonCustomField}}">