8355-testToMaster #3336

Merged
alexm merged 241 commits from 8355-testToMaster into master 2025-01-07 06:44:57 +00:00
1 changed files with 8 additions and 0 deletions
Showing only changes of commit 252a029c98 - Show all commits

View File

@ -72,6 +72,14 @@ module.exports = function(Self) {
{ {
arg: 'isLogifloraAllowed', arg: 'isLogifloraAllowed',
type: 'boolean' type: 'boolean'
},
{
arg: 'longitude',
type: 'number',
},
{
arg: 'latitude',
type: 'number',
} }
], ],
returns: { returns: {