module Spaceship::Portal::AppService::ApplePay
Public Class Methods
off()
click to toggle source
# File lib/spaceship/portal/app_service.rb, line 120 def self.off AppService.new("OM633U5T5G", false) end
on()
click to toggle source
# File lib/spaceship/portal/app_service.rb, line 124 def self.on AppService.new("OM633U5T5G", true) end