Skip to content

Commit

Permalink
Update payment method for ph-mandatory-ui test page
Browse files Browse the repository at this point in the history
  • Loading branch information
Nick Burris committed Apr 15, 2024
1 parent 03a3eda commit 8c0cd3d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 9 deletions.
9 changes: 1 addition & 8 deletions pr/ph-mandatory-ui/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,7 @@
<div id="contents">
<h1>Mandatory UI Test</h1>
<p>
A demo page that uses SilentPay (Payment Method:
<a href="https://sparkling-smiling-fuschia.glitch.me/method-manifest"
>https://sparkling-smiling-fuschia.glitch.me/method-manifest</a
>)
</p>
<p>
This merchant accepts
<a href="https://sparkling-smiling-fuschia.glitch.me/">SilentPay</a>.
A demo page that uses SilentPay
</p>
<p>Price: USD <b>$</b><b id="total"></b></p>
<p><button onclick="onBuyClicked()">Buy</button></p>
Expand Down
2 changes: 1 addition & 1 deletion pr/ph-mandatory-ui/pr.js
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ function buildPaymentRequest() {
const supportedInstruments = [
{
supportedMethods: [
"https://sparkling-smiling-fuschia.glitch.me/method-manifest"
"https://silent-pay-app.glitch.me/method-manifest"
]
}
];
Expand Down

0 comments on commit 8c0cd3d

Please sign in to comment.