lat9
lat9
> Onwards... > The observant will have noticed the extra array: $additional_language_codes which is added when incontext is in use...except that parameter is never passed to the function/it is never...
Thanks for the report, @brittainmark. Let me "chew" on the issue a bit.
@proseLA, will stores that upgrade to use `square_webPay` be able to manage pre-existing orders that were placed via `square`?
Doesn't the `extra_functions` approach for a plugin depend on the scope to be applied to the associated functions? I can see merit in having the capability for a plugin to...
> > > Why not load them all, all of the time? This is admin, so the saving in loading conditionally, if there is one, really doesn't matter. And it...
Might I suggest that rather than adding various `!empty($response['L_ERRORCODE0')` to that and various other checks that, prior to the switch https://github.com/zencart/zencart/blob/35dc5cbc67b99851217a12e580c6130f7b67fd63/includes/modules/payment/paypalwpp.php#L2941 ... a clause similar to be added ```php if...
Looks like ECB has changes to using a REST interface: https://sdw-wsrest.ecb.europa.eu/help/
Hmm, I'm not seeing that error. Running the current alpha zc158 on PHP 8.1. I've disabled the secondary currency server, now just ecb: 
> ... Also the use of the static array seems to me overwritten/recreated on every currency check? The `static` property on that array allows the data to be gathered from...
Color me confused. I thought that the idea of the plugin structuring was to provide a versioned (er) version of the updates. This is updating v3.0.0 in-place.