googlePlayProvider top-level constant

String const googlePlayProvider

The provider key this gateway sells through.

It must match the key of the @eigeninteractive/server/commerce/google-play adapter registered on the Worker, because that is what a claim is routed by.

Implementation

const googlePlayProvider = 'google_play';