mirror of
https://github.com/bitwarden/browser.git
synced 2024-11-07 09:31:31 +01:00
add image_url to paypal checkout
This commit is contained in:
parent
af2b422730
commit
12492b5749
@ -47,6 +47,7 @@
|
|||||||
<input type="hidden" name="return" value="{{returnUrl}}">
|
<input type="hidden" name="return" value="{{returnUrl}}">
|
||||||
<input type="hidden" name="cancel_return" value="{{returnUrl}}">
|
<input type="hidden" name="cancel_return" value="{{returnUrl}}">
|
||||||
<input type="hidden" name="currency_code" value="USD">
|
<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="bn" value="PP-BuyNowBF:btn_buynow_LG.gif:NonHosted">
|
||||||
<input type="hidden" name="amount" value="{{creditAmount}}">
|
<input type="hidden" name="amount" value="{{creditAmount}}">
|
||||||
<input type="hidden" name="custom" value="{{ppButtonCustomField}}">
|
<input type="hidden" name="custom" value="{{ppButtonCustomField}}">
|
||||||
|
Loading…
Reference in New Issue
Block a user