Skip to content

Commit 9e87d80

Browse files
committed
updated earnest money demo
1 parent e014260 commit 9e87d80

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

earnest-money-demo.html

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,8 @@ <h3 class="container" style="width:60%">
3838
<main role="main" class="mt-4">
3939
<form id="payment-request" class="my-2 container px-5" style="width:60%">
4040
<input type="hidden" name="description" value="Earnest Money Payment"/>
41+
<input type="hidden" name="checkout_options[payment_method_preview]" value="true"/>
42+
<input type="hidden" name="checkout_options[billing_address]" value="false"/>
4143

4244
<div class="card-body">
4345
<div class="row">
@@ -144,7 +146,7 @@ <h6 class="font-weight-bold">Real Realtors Agent:</h6>
144146
<div class="modal-dialog" role="document">
145147
<div class="modal-content">
146148
<div class="modal-header">
147-
<h5 class="modal-title">Your Payment Request was Setn!</h5>
149+
<h5 class="modal-title">Your Payment Request was Sent!</h5>
148150
<button type="button" class="close" data-dismiss="modal" aria-label="Close">
149151
<span aria-hidden="true">&times;</span>
150152
</button>

0 commit comments

Comments
 (0)