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 b21f431 commit 03a3eda
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions pr/ph-mandatory-ui/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,13 @@
<h1>Mandatory UI Test</h1>
<p>
A demo page that uses SilentPay (Payment Method:
<a href="https://outrageous-coconut-crystal.glitch.me/method-manifest"
>https://outrageous-coconut-crystal.glitch.me/method-manifest</a
<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://outrageous-coconut-crystal.glitch.me/">SilentPay</a>.
<a href="https://sparkling-smiling-fuschia.glitch.me/">SilentPay</a>.
</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://outrageous-coconut-crystal.glitch.me/method-manifest"
"https://sparkling-smiling-fuschia.glitch.me/method-manifest"
]
}
];
Expand Down

0 comments on commit 03a3eda

Please sign in to comment.