Skip to content

Commit

Permalink
Merge pull request #101 from mollie/feature/MOL-446
Browse files Browse the repository at this point in the history
MOL-446/MOL-509: change image url field name
  • Loading branch information
tdang1-shopmacher authored Nov 20, 2024
2 parents 641249c + e827671 commit 4db8880
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 7 deletions.
2 changes: 1 addition & 1 deletion application/src/components/method-details/messages.ts
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ export default defineMessages({
},
fieldImageUrl: {
id: 'MethodDetails.fieldImageUrl',
defaultMessage: 'Image URL',
defaultMessage: 'URL',
},
fieldMustBeEqualOrGreaterThanZero: {
id: 'MethodDetails.fieldMustBeEqualOrGreaterThanZero',
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -195,9 +195,6 @@ const MethodDetailsForm = (props: TCustomObjectDetailsFormProps) => {
onBlur={formik.handleBlur}
isReadOnly={props.isReadOnly}
horizontalConstraint={13}
onInfoButtonClick={() => {
infoModalState.openModal();
}}
renderError={(errorKey) => {
if (errorKey === 'isNotInteger') {
return intl.formatMessage(
Expand Down
4 changes: 2 additions & 2 deletions processor/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion processor/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "shopmacher-mollie-processor",
"description": "Integration between commercetools and mollie payment service provider",
"version": "1.2.0-alpha15.11.24.0000",
"version": "1.2.0-alpha20.11.24.1510",
"main": "index.js",
"private": true,
"scripts": {
Expand Down

0 comments on commit 4db8880

Please sign in to comment.