Method: Webpay#getCaptureTransaction
- Defined in:
- lib/webpay.rb
#getCaptureTransaction ⇒ Object
46 47 48 49 50 51 |
# File 'lib/webpay.rb', line 46 def getCaptureTransaction if @webpayCapture == nil @webpayCapture = WebpayCapture.new(@configuration) end return @webpayCapture end |