Skip to content

v4.0.2

Compare
Choose a tag to compare
@ahmetoz ahmetoz released this 04 Jun 10:24
· 1125 commits to master since this release

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)