Method: Perka::ClientApi#customer_points_get

Defined in:
lib/perka/client_api.rb

#customer_points_getObject

Returns the current customer’s PointsActivity status across all merchants with a points-based loyalty system.



24
25
26
27
# File 'lib/perka/client_api.rb', line 24

def customer_points_get
  to_return = Flatpack::Client::FlatpackRequest.new(self, "GET", "/api/2/customer/points")
  to_return
end