purchaseComplete

public boolean purchaseComplete(Map<String, Object> properties)

Ends the purchase moment and generates an info log message that indicates that the purchase completed.

This method should be called once the purchase order has been confirmed.

Return

True if the operation was successful; false otherwise.

Parameters

properties

properties to pass in as part of the purchase completion


public boolean purchaseComplete()

Ends the purchase moment and generates an info log message that indicates that the purchase completed.

This method should be called once the purchase order has been confirmed.

Return

True if the operation was successful; false otherwise.