Versions in this module Expand all Collapse all v0 v0.1.12 Jul 27, 2022 Changes in this version + type PaymentRequestServiceMock struct + PaymentRequestFunc func(ctx context.Context, args dpp.PaymentRequestArgs) (*dpp.PaymentRequest, error) + func (mock *PaymentRequestServiceMock) PaymentRequest(ctx context.Context, args dpp.PaymentRequestArgs) (*dpp.PaymentRequest, error) + func (mock *PaymentRequestServiceMock) PaymentRequestCalls() []struct{ ... } + type PaymentServiceMock struct + PaymentCreateFunc func(ctx context.Context, args dpp.PaymentCreateArgs, req dpp.Payment) (*dpp.PaymentACK, error) + func (mock *PaymentServiceMock) PaymentCreate(ctx context.Context, args dpp.PaymentCreateArgs, req dpp.Payment) (*dpp.PaymentACK, error) + func (mock *PaymentServiceMock) PaymentCreateCalls() []struct{ ... } + type PaymentWriterMock struct + PaymentCreateFunc func(ctx context.Context, args dpp.PaymentCreateArgs, req dpp.Payment) (*dpp.PaymentACK, error) + func (mock *PaymentWriterMock) PaymentCreate(ctx context.Context, args dpp.PaymentCreateArgs, req dpp.Payment) (*dpp.PaymentACK, error) + func (mock *PaymentWriterMock) PaymentCreateCalls() []struct{ ... }