-
Notifications
You must be signed in to change notification settings - Fork 26
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #609 from Adyen/develop-3
Release version 3.17.5
- Loading branch information
Showing
15 changed files
with
68 additions
and
64 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
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
2 changes: 1 addition & 1 deletion
2
src/Resources/app/storefront/build/storefront/js/adyen-payment-shopware64.js.dist
Large diffs are not rendered by default.
Oops, something went wrong.
2 changes: 1 addition & 1 deletion
2
src/Resources/app/storefront/build/storefront/js/adyen-payment-shopware65.js.dist
100644 → 100755
Large diffs are not rendered by default.
Oops, something went wrong.
2 changes: 1 addition & 1 deletion
2
src/Resources/app/storefront/dist/storefront/js/adyen-payment-shopware6.js
100644 → 100755
Large diffs are not rendered by default.
Oops, something went wrong.
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
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
14 changes: 6 additions & 8 deletions
14
src/Resources/views/storefront/component/payment/billie-payment-method.html.twig
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,32 +1,30 @@ | ||
{% if payment.formattedHandlerIdentifier == 'handler_adyen_billiepaymentmethodhandler' %} | ||
<div id="billie-payment-fields" class="billie-fields"> | ||
<p class="text-muted mt-2"> | ||
All fields are required unless marked otherwise. | ||
{{ "adyen.billie.requiredFields"|trans }} | ||
</p> | ||
<div class="form-group" style="margin-bottom: 10px"> | ||
<label for="adyen-company-name">Company Name</label> | ||
<label for="adyen-company-name">{{ "adyen.billie.companyName"|trans }}</label> | ||
<input | ||
type="text" | ||
id="adyen-company-name" | ||
name="companyName" | ||
value="{{ adyenFrontendData.companyName }}" | ||
placeholder="Enter your company name" | ||
placeholder="{{ "adyen.billie.companyNamePlaceholder"|trans }}" | ||
class="form-control" | ||
required | ||
/> | ||
</div> | ||
<span id="adyen-company-name-error" class="text-danger" style="display: none; margin-bottom: 15px">Company name is required.</span> | ||
<span id="adyen-company-name-error" class="text-danger" style="display: none; margin-bottom: 15px">{{ "adyen.billie.companyNameRequired"|trans }}</span> | ||
<div class="form-group" style="margin-bottom: 10px"> | ||
<label for="adyen-registration-number">Company Registration Number</label> | ||
<label for="adyen-registration-number">{{ "adyen.billie.companyNumber"|trans }}</label> | ||
<input | ||
type="text" | ||
id="adyen-registration-number" | ||
name="registrationNumber" | ||
placeholder="Enter your registration number" | ||
placeholder="{{ "adyen.billie.companyNumberPlaceholder"|trans }}" | ||
class="form-control" | ||
required | ||
/> | ||
</div> | ||
<span id="adyen-registration-number-error" class="text-danger" style="display: none; margin-bottom: 10px">Registration number is required.</span> | ||
</div> | ||
{% endif %} |
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
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