View Source Gringotts.Gateways.Base (gringotts v1.1.1)

Dummy implementation of the Gringotts API

All gateway implementations must use this module as it provides (pseudo) implementations for the all methods of the Gringotts API.

In case GatewayXYZ does not implement unstore, the following call would not raise an error:

Gringotts.unstore(GatewayXYZ, "some_registration_id")

because this module provides an implementation.