Fix
- return empty actions when
paymentHandler
short-circuits #301
The response from an API Extension hosted in an AWS Lambda must contain a valid array for the actions property - i.e. undefined is not allowed.
(This is an addition to the previous PR: #297)