-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
fb69b32
commit 1caffa2
Showing
12 changed files
with
29 additions
and
31 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
18 changes: 12 additions & 6 deletions
18
...fterpay_sfra/cartridge/templates/default/checkout/billing/paymentOptions/clearpayTab.isml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,15 @@ | ||
<li class="nav-item" data-method-id="${paymentOption.ID}"> | ||
<a class="nav-link ${paymentOption.ID.toLowerCase() + '-tab'}" data-toggle="tab" href="${'#' + paymentOption.ID.toLowerCase() + '-content'}" role="tab"> | ||
<img class="${paymentOption.ID.toLowerCase() + '-option clearpay-checkout-logo'}" | ||
height="32" | ||
alt="${paymentOption.name}" | ||
title="${paymentOption.name}" | ||
/> | ||
<isscript> | ||
var apBrandUtilities = require('*/cartridge/scripts/util/afterpayUtilities').brandUtilities; | ||
var countryCodeValue = apBrandUtilities.getCountryCode(); | ||
</isscript> | ||
<square-placement | ||
data-mpid="${pdict.priceContext.apMpid}" | ||
data-type="logo" | ||
data-amount="${pdict.priceContext.totalPrice}" | ||
data-page-type="checkout" | ||
data-currency="${session.currency.getCurrencyCode()}" | ||
></square-placement> | ||
</a> | ||
</li> | ||
</li> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
16 changes: 11 additions & 5 deletions
16
...erpay_sfra_6/cartridge/templates/default/checkout/billing/paymentOptions/clearpayTab.isml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,15 @@ | ||
<li class="nav-item" data-method-id="${paymentOption.ID}"> | ||
<a class="nav-link ${paymentOption.ID.toLowerCase() + '-tab'}" data-toggle="tab" href="${'#' + paymentOption.ID.toLowerCase() + '-content'}" role="tab"> | ||
<img class="${paymentOption.ID.toLowerCase() + '-option clearpay-checkout-logo'}" | ||
height="32" | ||
alt="${paymentOption.name}" | ||
title="${paymentOption.name}" | ||
/> | ||
<isscript> | ||
var apBrandUtilities = require('*/cartridge/scripts/util/afterpayUtilities').brandUtilities; | ||
var countryCodeValue = apBrandUtilities.getCountryCode(); | ||
</isscript> | ||
<square-placement | ||
data-mpid="${pdict.priceContext.apMpid}" | ||
data-type="logo" | ||
data-amount="${pdict.priceContext.totalPrice}" | ||
data-page-type="checkout" | ||
data-currency="${session.currency.getCurrencyCode()}" | ||
></square-placement> | ||
</a> | ||
</li> |
Binary file renamed
BIN
+4.5 MB
...24.1.1 Integration Guide SiteGenesis.docx → ...24.1.2 Integration Guide SiteGenesis.docx
Binary file not shown.
Binary file renamed
BIN
+4.7 MB
...pay v24.1.1 Integration Guide _ SFRA.docx → ...pay v24.1.2 Integration Guide _ SFRA.docx
Binary file not shown.
Binary file renamed
BIN
+4.67 MB
.../Afterpay v24.1.1 Upgrade Guide SFRA.docx → .../Afterpay v24.1.2 Upgrade Guide SFRA.docx
Binary file not shown.
Binary file renamed
BIN
+4.47 MB
...ay v24.1.1 Upgrade Guide SiteGenesis.docx → ...ay v24.1.2 Upgrade Guide SiteGenesis.docx
Binary file not shown.
Binary file renamed
BIN
+730 KB
...h App Pay v24.1.1 Upgrade Guide SFRA.docx → ...h App Pay v24.1.2 Upgrade Guide SFRA.docx
Binary file not shown.
Binary file renamed
BIN
+620 KB
...ay v24.1.1 Upgrade Guide SiteGenesis.docx → ...ay v24.1.2 Upgrade Guide SiteGenesis.docx
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters