mirror of
https://github.com/aljazceru/btcpayserver.git
synced 2026-01-19 05:54:31 +01:00
Adding another string for integration check
This commit is contained in:
@@ -155,7 +155,7 @@ window.BTCPayShopifyIntegrationModule = function () {
|
||||
insertElement(buttonElement, pageItems.orderConfirmed);
|
||||
}
|
||||
|
||||
if (["bitcoin", "btc", "btcpayserver"].filter(value => pageItems.paymentMethod.innerText.toLowerCase().indexOf(value) !== -1).length === 0) {
|
||||
if (["bitcoin", "btc", "btcpayserver", "btcpay server"].filter(value => pageItems.paymentMethod.innerText.toLowerCase().indexOf(value) !== -1).length === 0) {
|
||||
return;
|
||||
}
|
||||
showPaymentInstructions();
|
||||
|
||||
Reference in New Issue
Block a user