Skip to content

Commit

Permalink
Swapped Klarna and Afterpay
Browse files Browse the repository at this point in the history
  • Loading branch information
Tom Schneider-Swales committed Aug 9, 2024
1 parent 30d4e97 commit 8fa2c49
Showing 1 changed file with 16 additions and 16 deletions.
32 changes: 16 additions & 16 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -126,44 +126,44 @@ <h3>Payment methods</h3>
</div>
</div>
</div>
<div id="afterpay-payment-method" class="payment-method hidden">
<label for="afterpay-radio" id="afterpay-select-container"
<div id="klarna-payment-method" class="payment-method hidden">
<label for="klarna-radio" id="klarna-select-container"
class="payment-method-select-container">
<span>
<input id="afterpay-radio" type="radio" name="payment-option" value="afterpay">
Afterpay
<input id="klarna-radio" type="radio" name="payment-option" value="klarna">
Klarna
</span>
<span id="afterpay-icons" class="payment-method-icon-container">
<span id="klarna-icons" class="payment-method-icon-container">

</span>
</label>
<div id="afterpay-container" class="payment-method-component-container">
<div id="afterpay-component-container" class="payment-component-container">
<div id="klarna-container" class="payment-method-component-container">
<div id="klarna-component-container" class="payment-component-container">
<!-- Add payoneer-redirect element below here -->
</div>
<div class="redirect-button-container" style="display: none;">
<button id="afterpay-hosted-redirect-button" class="redirect-button">Proceed to
<button id="klarna-hosted-redirect-button" class="redirect-button">Proceed to
payment</button>
</div>
</div>
</div>
<div id="klarna-payment-method" class="payment-method hidden">
<label for="klarna-radio" id="klarna-select-container"
<div id="afterpay-payment-method" class="payment-method hidden">
<label for="afterpay-radio" id="afterpay-select-container"
class="payment-method-select-container">
<span>
<input id="klarna-radio" type="radio" name="payment-option" value="klarna">
Klarna
<input id="afterpay-radio" type="radio" name="payment-option" value="afterpay">
Afterpay
</span>
<span id="klarna-icons" class="payment-method-icon-container">
<span id="afterpay-icons" class="payment-method-icon-container">

</span>
</label>
<div id="klarna-container" class="payment-method-component-container">
<div id="klarna-component-container" class="payment-component-container">
<div id="afterpay-container" class="payment-method-component-container">
<div id="afterpay-component-container" class="payment-component-container">
<!-- Add payoneer-redirect element below here -->
</div>
<div class="redirect-button-container" style="display: none;">
<button id="klarna-hosted-redirect-button" class="redirect-button">Proceed to
<button id="afterpay-hosted-redirect-button" class="redirect-button">Proceed to
payment</button>
</div>
</div>
Expand Down

0 comments on commit 8fa2c49

Please sign in to comment.